View source: R/sagemaker_operations.R
sagemaker_update_cluster | R Documentation |
Updates a SageMaker HyperPod cluster.
See https://www.paws-r-sdk.com/docs/sagemaker_update_cluster/ for full documentation.
sagemaker_update_cluster(
ClusterName,
InstanceGroups,
NodeRecovery = NULL,
InstanceGroupsToDelete = NULL
)
ClusterName |
[required] Specify the name of the SageMaker HyperPod cluster you want to update. |
InstanceGroups |
[required] Specify the instance groups to update. |
NodeRecovery |
The node recovery mode to be applied to the SageMaker HyperPod cluster. |
InstanceGroupsToDelete |
Specify the names of the instance groups to delete. Use a single |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.