Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InvokeFlowRequest
-
Packages that use InvokeFlowRequest Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases.software.amazon.awssdk.services.bedrockagentruntime.transform -
-
Uses of InvokeFlowRequest in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime with parameters of type InvokeFlowRequest Modifier and Type Method Description default CompletableFuture<Void>BedrockAgentRuntimeAsyncClient. invokeFlow(InvokeFlowRequest invokeFlowRequest, InvokeFlowResponseHandler asyncResponseHandler)Invokes an alias of a flow to run the inputs that you specify and return the output of each node as a stream. -
Uses of InvokeFlowRequest in software.amazon.awssdk.services.bedrockagentruntime.transform
Methods in software.amazon.awssdk.services.bedrockagentruntime.transform with parameters of type InvokeFlowRequest Modifier and Type Method Description SdkHttpFullRequestInvokeFlowRequestMarshaller. marshall(InvokeFlowRequest invokeFlowRequest)
-