AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMappingArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
val metadataField: Output<String>

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

Link copied to clipboard
val primaryKeyField: Output<String>

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

Link copied to clipboard
val textField: Output<String>

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

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