Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseFlowNodeConfiguration.Builder
Packages that use KnowledgeBaseFlowNodeConfiguration.Builder
-
Uses of KnowledgeBaseFlowNodeConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBaseFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionKnowledgeBaseFlowNodeConfiguration.builder()KnowledgeBaseFlowNodeConfiguration.Builder.guardrailConfiguration(Consumer<GuardrailConfiguration.Builder> guardrailConfiguration) Contains configurations for a guardrail to apply during query and response generation for the knowledge base in this configuration.KnowledgeBaseFlowNodeConfiguration.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) Contains configurations for a guardrail to apply during query and response generation for the knowledge base in this configuration.KnowledgeBaseFlowNodeConfiguration.Builder.inferenceConfiguration(Consumer<PromptInferenceConfiguration.Builder> inferenceConfiguration) Contains inference configurations for the prompt.KnowledgeBaseFlowNodeConfiguration.Builder.inferenceConfiguration(PromptInferenceConfiguration inferenceConfiguration) Contains inference configurations for the prompt.KnowledgeBaseFlowNodeConfiguration.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base to query.The unique identifier of the model or inference profile to use to generate a response from the query results.KnowledgeBaseFlowNodeConfiguration.Builder.numberOfResults(Integer numberOfResults) The number of results to retrieve from the knowledge base.KnowledgeBaseFlowNodeConfiguration.Builder.orchestrationConfiguration(Consumer<KnowledgeBaseOrchestrationConfiguration.Builder> orchestrationConfiguration) The configuration for orchestrating the retrieval and generation process in the knowledge base node.KnowledgeBaseFlowNodeConfiguration.Builder.orchestrationConfiguration(KnowledgeBaseOrchestrationConfiguration orchestrationConfiguration) The configuration for orchestrating the retrieval and generation process in the knowledge base node.KnowledgeBaseFlowNodeConfiguration.Builder.promptTemplate(Consumer<KnowledgeBasePromptTemplate.Builder> promptTemplate) A custom prompt template to use with the knowledge base for generating responses.KnowledgeBaseFlowNodeConfiguration.Builder.promptTemplate(KnowledgeBasePromptTemplate promptTemplate) A custom prompt template to use with the knowledge base for generating responses.KnowledgeBaseFlowNodeConfiguration.Builder.rerankingConfiguration(Consumer<VectorSearchRerankingConfiguration.Builder> rerankingConfiguration) The configuration for reranking the retrieved results from the knowledge base to improve relevance.KnowledgeBaseFlowNodeConfiguration.Builder.rerankingConfiguration(VectorSearchRerankingConfiguration rerankingConfiguration) The configuration for reranking the retrieved results from the knowledge base to improve relevance.KnowledgeBaseFlowNodeConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type KnowledgeBaseFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KnowledgeBaseFlowNodeConfiguration.Builder>KnowledgeBaseFlowNodeConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type KnowledgeBaseFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionstatic FlowNodeConfigurationFlowNodeConfiguration.fromKnowledgeBase(Consumer<KnowledgeBaseFlowNodeConfiguration.Builder> knowledgeBase) Create an instance of this class withFlowNodeConfiguration.knowledgeBase()initialized to the given value.default FlowNodeConfiguration.BuilderFlowNodeConfiguration.Builder.knowledgeBase(Consumer<KnowledgeBaseFlowNodeConfiguration.Builder> knowledgeBase) Contains configurations for a knowledge base node in your flow.