java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnKnowledgeBasePropsMixin.RdsFieldMappingProperty.Builder
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Builds the configured instance.
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Method Details
primaryKeyField
Parameters:
primaryKeyField - The name of the field in which Amazon Bedrock stores the ID for each entry.
Returns:
this
textField
Parameters:
textField - 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.
Returns:
this
vectorField
Parameters:
vectorField - The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
Returns:
this