KnowledgeBasePineconeFieldMappingArgs

data class KnowledgeBasePineconeFieldMappingArgs(val metadataField: Output<String>, val textField: Output<String>) : ConvertibleToJava<KnowledgeBasePineconeFieldMappingArgs>

Contains the names of the fields to which to map information about the vector store.

Constructors

Link copied to clipboard
constructor(metadataField: Output<String>, textField: Output<String>)

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 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.

Functions

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