Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ContextEnrichmentConfiguration
-
Packages that use ContextEnrichmentConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of ContextEnrichmentConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ContextEnrichmentConfiguration Modifier and Type Method Description ContextEnrichmentConfigurationVectorIngestionConfiguration. contextEnrichmentConfiguration()The context enrichment configuration used for ingestion of the data into the vector store.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ContextEnrichmentConfiguration Modifier and Type Method Description VectorIngestionConfiguration.BuilderVectorIngestionConfiguration.Builder. contextEnrichmentConfiguration(ContextEnrichmentConfiguration contextEnrichmentConfiguration)The context enrichment configuration used for ingestion of the data into the vector store.
-