AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMapping

data class AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMapping(val metadataField: String, val primaryKeyField: String, val textField: String, val vectorField: String)

Constructors

constructor(metadataField: String, primaryKeyField: String, textField: String, vectorField: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the field in which Amazon Bedrock stores metadata about the vector store.

Link copied to clipboard

Name of the field in which Amazon Bedrock stores the ID for each entry.

Link copied to clipboard

Name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.

Link copied to clipboard

Name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.