sagemaker_update_cluster {paws.machine.learning} | R Documentation |
Updates a SageMaker HyperPod cluster
Description
Updates a SageMaker HyperPod cluster.
See https://www.paws-r-sdk.com/docs/sagemaker_update_cluster/ for full documentation.
Usage
sagemaker_update_cluster(
ClusterName,
InstanceGroups,
NodeRecovery = NULL,
InstanceGroupsToDelete = NULL
)
Arguments
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 |
[Package paws.machine.learning version 0.9.0 Index]