View source: R/sagemaker_operations.R
sagemaker_update_endpoint_weights_and_capacities | R Documentation |
Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant associated with an existing endpoint. When it receives the request, SageMaker sets the endpoint status to Updating
. After updating the endpoint, it sets the status to InService
. To check the status of an endpoint, use the describe_endpoint
API.
See https://www.paws-r-sdk.com/docs/sagemaker_update_endpoint_weights_and_capacities/ for full documentation.
sagemaker_update_endpoint_weights_and_capacities(
EndpointName,
DesiredWeightsAndCapacities
)
EndpointName |
[required] The name of an existing SageMaker endpoint. |
DesiredWeightsAndCapacities |
[required] An object that provides new capacity and weight values for a variant. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.