AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMappingArgs

data class AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMappingArgs(val metadataField: Output<String>, val primaryKeyField: Output<String>, val textField: Output<String>, val vectorField: Output<String>) : ConvertibleToJava<AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMappingArgs>

Constructors

constructor(metadataField: Output<String>, primaryKeyField: Output<String>, textField: Output<String>, vectorField: Output<String>)

Properties

Link copied to clipboard
val metadataField: Output<String>

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

Link copied to clipboard
val primaryKeyField: Output<String>

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

Link copied to clipboard
val textField: Output<String>

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: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMappingArgs