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