View source: R/bedrockagent_operations.R
bedrockagent_create_flow | R Documentation |
Creates a prompt flow that you can use to send an input through various steps to yield an output. Configure nodes, each of which corresponds to a step of the flow, and create connections between the nodes to create paths to different outputs. For more information, see How it works and Create a flow in Amazon Bedrock in the Amazon Bedrock User Guide.
See https://www.paws-r-sdk.com/docs/bedrockagent_create_flow/ for full documentation.
bedrockagent_create_flow(
clientToken = NULL,
customerEncryptionKeyArn = NULL,
definition = NULL,
description = NULL,
executionRoleArn,
name,
tags = NULL
)
clientToken |
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency. |
customerEncryptionKeyArn |
The Amazon Resource Name (ARN) of the KMS key to encrypt the flow. |
definition |
A definition of the nodes and connections between nodes in the flow. |
description |
A description for the flow. |
executionRoleArn |
[required] The Amazon Resource Name (ARN) of the service role with permissions to create and manage a flow. For more information, see Create a service role for flows in Amazon Bedrock in the Amazon Bedrock User Guide. |
name |
[required] A name for the flow. |
tags |
Any tags that you want to attach to the flow. For more information, see Tagging resources in Amazon Bedrock. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.