View source: R/bedrockagent_operations.R
bedrockagent_create_flow_alias | R Documentation |
Creates an alias of a flow for deployment. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.
See https://www.paws-r-sdk.com/docs/bedrockagent_create_flow_alias/ for full documentation.
bedrockagent_create_flow_alias(
clientToken = NULL,
description = NULL,
flowIdentifier,
name,
routingConfiguration,
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. |
description |
A description for the alias. |
flowIdentifier |
[required] The unique identifier of the flow for which to create an alias. |
name |
[required] A name for the alias. |
routingConfiguration |
[required] Contains information about the version to which to map the alias. |
tags |
Any tags that you want to attach to the alias of 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.