Uses of Class
software.amazon.awssdk.services.bedrockagent.model.RetrievalFlowNodeServiceConfiguration
Packages that use RetrievalFlowNodeServiceConfiguration
-
Uses of RetrievalFlowNodeServiceConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return RetrievalFlowNodeServiceConfigurationModifier and TypeMethodDescriptionRetrievalFlowNodeServiceConfiguration.fromS3(Consumer<RetrievalFlowNodeS3Configuration.Builder> s3) Create an instance of this class withs3()initialized to the given value.RetrievalFlowNodeServiceConfiguration.fromS3(RetrievalFlowNodeS3Configuration s3) Create an instance of this class withs3()initialized to the given value.RetrievalFlowNodeConfiguration.serviceConfiguration()Contains configurations for the service to use for retrieving data to return as the output from the node.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type RetrievalFlowNodeServiceConfigurationModifier and TypeMethodDescriptionRetrievalFlowNodeConfiguration.Builder.serviceConfiguration(RetrievalFlowNodeServiceConfiguration serviceConfiguration) Contains configurations for the service to use for retrieving data to return as the output from the node.