Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.InvokeFlowResponseHandler
Packages that use InvokeFlowResponseHandler
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of InvokeFlowResponseHandler in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime with parameters of type InvokeFlowResponseHandlerModifier and TypeMethodDescriptiondefault CompletableFuture<Void>BedrockAgentRuntimeAsyncClient.invokeFlow(Consumer<InvokeFlowRequest.Builder> 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.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 InvokeFlowResponseHandler in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvokeFlowResponseHandler