AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationFieldMapping

data class AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationFieldMapping(val metadataField: String? = null, val textField: String? = null, val vectorField: String? = null)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val metadataField: String? = null

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

Link copied to clipboard
val textField: String? = null

The 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
val vectorField: String? = null

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