AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMappingArgs

data class AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMappingArgs(val metadataField: Output<String>? = null, val textField: Output<String>? = null) : ConvertibleToJava<AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMappingArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val metadataField: Output<String>? = null

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

Link copied to clipboard
val textField: Output<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.