Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.BedrockFoundationModelContextEnrichmentConfiguration.Builder
-
Packages that use BedrockFoundationModelContextEnrichmentConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of BedrockFoundationModelContextEnrichmentConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return BedrockFoundationModelContextEnrichmentConfiguration.Builder Modifier and Type Method Description static BedrockFoundationModelContextEnrichmentConfiguration.BuilderBedrockFoundationModelContextEnrichmentConfiguration. builder()default BedrockFoundationModelContextEnrichmentConfiguration.BuilderBedrockFoundationModelContextEnrichmentConfiguration.Builder. enrichmentStrategyConfiguration(Consumer<EnrichmentStrategyConfiguration.Builder> enrichmentStrategyConfiguration)The enrichment stategy used to provide additional context.BedrockFoundationModelContextEnrichmentConfiguration.BuilderBedrockFoundationModelContextEnrichmentConfiguration.Builder. enrichmentStrategyConfiguration(EnrichmentStrategyConfiguration enrichmentStrategyConfiguration)The enrichment stategy used to provide additional context.BedrockFoundationModelContextEnrichmentConfiguration.BuilderBedrockFoundationModelContextEnrichmentConfiguration.Builder. modelArn(String modelArn)The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.BedrockFoundationModelContextEnrichmentConfiguration.BuilderBedrockFoundationModelContextEnrichmentConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type BedrockFoundationModelContextEnrichmentConfiguration.Builder Modifier and Type Method Description static Class<? extends BedrockFoundationModelContextEnrichmentConfiguration.Builder>BedrockFoundationModelContextEnrichmentConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type BedrockFoundationModelContextEnrichmentConfiguration.Builder Modifier and Type Method Description default ContextEnrichmentConfiguration.BuilderContextEnrichmentConfiguration.Builder. bedrockFoundationModelConfiguration(Consumer<BedrockFoundationModelContextEnrichmentConfiguration.Builder> bedrockFoundationModelConfiguration)The configuration of the Amazon Bedrock foundation model used for context enrichment.
-