bedrockagent_update_agent_alias: Updates configurations for an alias of an agent

View source: R/bedrockagent_operations.R

bedrockagent_update_agent_aliasR 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.


paws.machine.learning documentation built on April 3, 2025, 8:41 p.m.