AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMappingArgs

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

Constructors

constructor(metadataField: Output<String>? = null, textField: Output<String>? = null, vectorField: Output<String>? = null)

Properties

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

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

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

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>? = null

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(): AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMappingArgs