View source: R/bedrockagentcorecontrol_operations.R
| bedrockagentcorecontrol_update_agent_runtime_endpoint | R Documentation |
Updates an existing Amazon Bedrock AgentCore Runtime endpoint.
See https://www.paws-r-sdk.com/docs/bedrockagentcorecontrol_update_agent_runtime_endpoint/ for full documentation.
bedrockagentcorecontrol_update_agent_runtime_endpoint(
agentRuntimeId,
endpointName,
agentRuntimeVersion = NULL,
description = NULL,
clientToken = NULL
)
agentRuntimeId |
[required] The unique identifier of the AgentCore Runtime associated with the endpoint. |
endpointName |
[required] The name of the AgentCore Runtime endpoint to update. |
agentRuntimeVersion |
The updated version of the AgentCore Runtime for the endpoint. |
description |
The updated description of the AgentCore Runtime endpoint. |
clientToken |
A unique, case-sensitive identifier to ensure idempotency of the request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.