Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.OrchestrationConfiguration.Builder
Packages that use OrchestrationConfiguration.Builder
-
Uses of OrchestrationConfiguration.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return OrchestrationConfiguration.BuilderModifier and TypeMethodDescriptionOrchestrationConfiguration.Builder.additionalModelRequestFields(Map<String, Document> additionalModelRequestFields) Additional model parameters and corresponding values not included in the textInferenceConfig structure for a knowledge base.OrchestrationConfiguration.builder()OrchestrationConfiguration.Builder.inferenceConfig(Consumer<InferenceConfig.Builder> inferenceConfig) Configuration settings for inference when using RetrieveAndGenerate to generate responses while using a knowledge base as a source.OrchestrationConfiguration.Builder.inferenceConfig(InferenceConfig inferenceConfig) Configuration settings for inference when using RetrieveAndGenerate to generate responses while using a knowledge base as a source.OrchestrationConfiguration.Builder.performanceConfig(Consumer<PerformanceConfiguration.Builder> performanceConfig) The latency configuration for the model.OrchestrationConfiguration.Builder.performanceConfig(PerformanceConfiguration performanceConfig) The latency configuration for the model.OrchestrationConfiguration.Builder.promptTemplate(Consumer<PromptTemplate.Builder> promptTemplate) Contains the template for the prompt that's sent to the model.OrchestrationConfiguration.Builder.promptTemplate(PromptTemplate promptTemplate) Contains the template for the prompt that's sent to the model.OrchestrationConfiguration.Builder.queryTransformationConfiguration(Consumer<QueryTransformationConfiguration.Builder> queryTransformationConfiguration) To split up the prompt and retrieve multiple sources, set the transformation type toQUERY_DECOMPOSITION.OrchestrationConfiguration.Builder.queryTransformationConfiguration(QueryTransformationConfiguration queryTransformationConfiguration) To split up the prompt and retrieve multiple sources, set the transformation type toQUERY_DECOMPOSITION.OrchestrationConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type OrchestrationConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OrchestrationConfiguration.Builder>OrchestrationConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type OrchestrationConfiguration.BuilderModifier and TypeMethodDescriptionKnowledgeBaseRetrieveAndGenerateConfiguration.Builder.orchestrationConfiguration(Consumer<OrchestrationConfiguration.Builder> orchestrationConfiguration) Settings for how the model processes the prompt prior to retrieval and generation.