Knowledge Base Rds Field Mapping Args
data class KnowledgeBaseRdsFieldMappingArgs(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.
Properties
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.