Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseOrchestrationConfiguration.Builder
Packages that use KnowledgeBaseOrchestrationConfiguration.Builder
-
Uses of KnowledgeBaseOrchestrationConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBaseOrchestrationConfiguration.BuilderModifier and TypeMethodDescriptionKnowledgeBaseOrchestrationConfiguration.Builder.additionalModelRequestFields(Map<String, Document> additionalModelRequestFields) The additional model-specific request parameters as key-value pairs to be included in the request to the foundation model.KnowledgeBaseOrchestrationConfiguration.builder()KnowledgeBaseOrchestrationConfiguration.Builder.inferenceConfig(Consumer<PromptInferenceConfiguration.Builder> inferenceConfig) Contains inference configurations for the prompt.KnowledgeBaseOrchestrationConfiguration.Builder.inferenceConfig(PromptInferenceConfiguration inferenceConfig) Contains inference configurations for the prompt.KnowledgeBaseOrchestrationConfiguration.Builder.performanceConfig(Consumer<PerformanceConfiguration.Builder> performanceConfig) The performance configuration options for the knowledge base retrieval and generation process.KnowledgeBaseOrchestrationConfiguration.Builder.performanceConfig(PerformanceConfiguration performanceConfig) The performance configuration options for the knowledge base retrieval and generation process.KnowledgeBaseOrchestrationConfiguration.Builder.promptTemplate(Consumer<KnowledgeBasePromptTemplate.Builder> promptTemplate) A custom prompt template for orchestrating the retrieval and generation process.KnowledgeBaseOrchestrationConfiguration.Builder.promptTemplate(KnowledgeBasePromptTemplate promptTemplate) A custom prompt template for orchestrating the retrieval and generation process.KnowledgeBaseOrchestrationConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type KnowledgeBaseOrchestrationConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KnowledgeBaseOrchestrationConfiguration.Builder>KnowledgeBaseOrchestrationConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type KnowledgeBaseOrchestrationConfiguration.BuilderModifier and TypeMethodDescriptionKnowledgeBaseFlowNodeConfiguration.Builder.orchestrationConfiguration(Consumer<KnowledgeBaseOrchestrationConfiguration.Builder> orchestrationConfiguration) The configuration for orchestrating the retrieval and generation process in the knowledge base node.