Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.InvokeFlowRequest.Builder
Packages that use InvokeFlowRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of InvokeFlowRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type InvokeFlowRequest.BuilderModifier 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. -
Uses of InvokeFlowRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvokeFlowRequest.BuilderModifier and TypeMethodDescriptionstatic InvokeFlowRequest.BuilderInvokeFlowRequest.builder()InvokeFlowRequest.Builder.enableTrace(Boolean enableTrace) Specifies whether to return the trace for the flow or not.InvokeFlowRequest.Builder.executionId(String executionId) The unique identifier for the current flow execution.InvokeFlowRequest.Builder.flowAliasIdentifier(String flowAliasIdentifier) The unique identifier of the flow alias.InvokeFlowRequest.Builder.flowIdentifier(String flowIdentifier) The unique identifier of the flow.InvokeFlowRequest.Builder.inputs(Collection<FlowInput> inputs) A list of objects, each containing information about an input into the flow.InvokeFlowRequest.Builder.inputs(Consumer<FlowInput.Builder>... inputs) A list of objects, each containing information about an input into the flow.A list of objects, each containing information about an input into the flow.default InvokeFlowRequest.BuilderInvokeFlowRequest.Builder.modelPerformanceConfiguration(Consumer<ModelPerformanceConfiguration.Builder> modelPerformanceConfiguration) Model performance settings for the request.InvokeFlowRequest.Builder.modelPerformanceConfiguration(ModelPerformanceConfiguration modelPerformanceConfiguration) Model performance settings for the request.InvokeFlowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) InvokeFlowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) InvokeFlowRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InvokeFlowRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvokeFlowRequest.Builder>InvokeFlowRequest.serializableBuilderClass()