Prepare Flow
bedrockagent_prepare_flow | R Documentation |
Prepares the DRAFT version of a flow so that it can be invoked¶
Description¶
Prepares the DRAFT
version of a flow so that it can be invoked. For
more information, see Test a flow in Amazon
Bedrock
in the Amazon Bedrock User Guide.
Usage¶
bedrockagent_prepare_flow(flowIdentifier)
Arguments¶
flowIdentifier |
[required] The unique identifier of the flow. |
Value¶
A list with the following syntax:
list(
id = "string",
status = "Failed"|"Prepared"|"Preparing"|"NotPrepared"
)
Request syntax¶
svc$prepare_flow(
flowIdentifier = "string"
)