Uses of Class
software.amazon.awssdk.services.bedrock.model.OrchestrationConfiguration
-
Packages that use OrchestrationConfiguration Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of OrchestrationConfiguration in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return OrchestrationConfiguration Modifier and Type Method Description OrchestrationConfigurationKnowledgeBaseRetrieveAndGenerateConfiguration. orchestrationConfiguration()Contains configuration details for the model to process the prompt prior to retrieval and response generation.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type OrchestrationConfiguration Modifier and Type Method Description KnowledgeBaseRetrieveAndGenerateConfiguration.BuilderKnowledgeBaseRetrieveAndGenerateConfiguration.Builder. orchestrationConfiguration(OrchestrationConfiguration orchestrationConfiguration)Contains configuration details for the model to process the prompt prior to retrieval and response generation.
-