Knowledge Base Rds Field Mapping Args
data class KnowledgeBaseRdsFieldMappingArgs(val customMetadataField: Output<String>? = null, val metadataField: Output<String>, val primaryKeyField: Output<String>, val textField: Output<String>, val vectorField: Output<String>) : ConvertibleToJava<KnowledgeBaseRdsFieldMappingArgs>
Contains the names of the fields to which to map information about the vector store.
Constructors
Properties
Link copied to clipboard
The name of the field in which Amazon Bedrock stores custom metadata about the vector store.
Link copied to clipboard
The name of the field in which Amazon Bedrock stores metadata about the vector store.
Link copied to clipboard
The name of the field in which Amazon Bedrock stores the ID for each entry.
Link copied to clipboard
The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.