Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CreateFlowRequest
Packages that use CreateFlowRequest
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of CreateFlowRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type CreateFlowRequestModifier and TypeMethodDescriptiondefault CompletableFuture<CreateFlowResponse>BedrockAgentAsyncClient.createFlow(CreateFlowRequest createFlowRequest) Creates a prompt flow that you can use to send an input through various steps to yield an output.default CreateFlowResponseBedrockAgentClient.createFlow(CreateFlowRequest createFlowRequest) Creates a prompt flow that you can use to send an input through various steps to yield an output. -
Uses of CreateFlowRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type CreateFlowRequestModifier and TypeMethodDescriptionCreateFlowRequestMarshaller.marshall(CreateFlowRequest createFlowRequest)