View source: R/bedrockagent_operations.R
bedrockagent_create_agent_alias | R Documentation |
Creates an alias of an agent that can be used to deploy the agent.
See https://www.paws-r-sdk.com/docs/bedrockagent_create_agent_alias/ for full documentation.
bedrockagent_create_agent_alias(
agentAliasName,
agentId,
clientToken = NULL,
description = NULL,
routingConfiguration = NULL,
tags = NULL
)
agentAliasName |
[required] The name of the alias. |
agentId |
[required] The unique identifier of the agent. |
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 of the alias of the agent. |
routingConfiguration |
Contains details about the routing configuration of the alias. |
tags |
Any tags that you want to attach to the alias of the agent. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.