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
)
[required] Specify the name of the SageMaker HyperPod cluster you want to update.
[required] Specify the instance groups to update.
The node recovery mode to be applied to the SageMaker HyperPod cluster.
Specify the names of the instance groups to delete. Use a single ,
as
the separator between multiple names.