Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ContextEnrichmentConfiguration.Builder
Packages that use ContextEnrichmentConfiguration.Builder
-
Uses of ContextEnrichmentConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ContextEnrichmentConfiguration.BuilderModifier and TypeMethodDescriptionContextEnrichmentConfiguration.Builder.bedrockFoundationModelConfiguration(Consumer<BedrockFoundationModelContextEnrichmentConfiguration.Builder> bedrockFoundationModelConfiguration) The configuration of the Amazon Bedrock foundation model used for context enrichment.ContextEnrichmentConfiguration.Builder.bedrockFoundationModelConfiguration(BedrockFoundationModelContextEnrichmentConfiguration bedrockFoundationModelConfiguration) The configuration of the Amazon Bedrock foundation model used for context enrichment.ContextEnrichmentConfiguration.builder()ContextEnrichmentConfiguration.toBuilder()The method used for context enrichment.ContextEnrichmentConfiguration.Builder.type(ContextEnrichmentType type) The method used for context enrichment.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ContextEnrichmentConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ContextEnrichmentConfiguration.Builder>ContextEnrichmentConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ContextEnrichmentConfiguration.BuilderModifier and TypeMethodDescriptionVectorIngestionConfiguration.Builder.contextEnrichmentConfiguration(Consumer<ContextEnrichmentConfiguration.Builder> contextEnrichmentConfiguration) The context enrichment configuration used for ingestion of the data into the vector store.