bedrockagent_update_agent_alias {paws.machine.learning} | R Documentation |
Updates configurations for an alias of an agent
Description
Updates configurations for an alias of an agent.
See https://www.paws-r-sdk.com/docs/bedrockagent_update_agent_alias/ for full documentation.
Usage
bedrockagent_update_agent_alias(
agentAliasId,
agentAliasName,
agentId,
description = NULL,
routingConfiguration = NULL
)
Arguments
agentAliasId |
[required] The unique identifier of the alias. |
agentAliasName |
[required] Specifies a new name for the alias. |
agentId |
[required] The unique identifier of the agent. |
description |
Specifies a new description for the alias. |
routingConfiguration |
Contains details about the routing configuration of the alias. |
[Package paws.machine.learning version 0.9.0 Index]