Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseFlowNodeConfiguration.Builder
-
Packages that use KnowledgeBaseFlowNodeConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of KnowledgeBaseFlowNodeConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBaseFlowNodeConfiguration.Builder Modifier and Type Method Description static KnowledgeBaseFlowNodeConfiguration.BuilderKnowledgeBaseFlowNodeConfiguration. builder()default KnowledgeBaseFlowNodeConfiguration.BuilderKnowledgeBaseFlowNodeConfiguration.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.BuilderKnowledgeBaseFlowNodeConfiguration.Builder. guardrailConfiguration(GuardrailConfiguration guardrailConfiguration)Contains configurations for a guardrail to apply during query and response generation for the knowledge base in this configuration.KnowledgeBaseFlowNodeConfiguration.BuilderKnowledgeBaseFlowNodeConfiguration.Builder. knowledgeBaseId(String knowledgeBaseId)The unique identifier of the knowledge base to query.KnowledgeBaseFlowNodeConfiguration.BuilderKnowledgeBaseFlowNodeConfiguration.Builder. modelId(String modelId)The unique identifier of the model or inference profile to use to generate a response from the query results.KnowledgeBaseFlowNodeConfiguration.BuilderKnowledgeBaseFlowNodeConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type KnowledgeBaseFlowNodeConfiguration.Builder Modifier and Type Method Description static Class<? extends KnowledgeBaseFlowNodeConfiguration.Builder>KnowledgeBaseFlowNodeConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type KnowledgeBaseFlowNodeConfiguration.Builder Modifier and Type Method Description static 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.
-