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