Uses of Class
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseFlowNodeConfiguration
-
Packages that use KnowledgeBaseFlowNodeConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of KnowledgeBaseFlowNodeConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBaseFlowNodeConfiguration Modifier and Type Method Description KnowledgeBaseFlowNodeConfigurationFlowNodeConfiguration. knowledgeBase()Contains configurations for a knowledge base node in your flow.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type KnowledgeBaseFlowNodeConfiguration Modifier and Type Method Description static FlowNodeConfigurationFlowNodeConfiguration. fromKnowledgeBase(KnowledgeBaseFlowNodeConfiguration knowledgeBase)Create an instance of this class withFlowNodeConfiguration.knowledgeBase()initialized to the given value.FlowNodeConfiguration.BuilderFlowNodeConfiguration.Builder. knowledgeBase(KnowledgeBaseFlowNodeConfiguration knowledgeBase)Contains configurations for a knowledge base node in your flow.
-