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