Values_0.BatchDeleteClusterNodesResponseSourceDeletes specific nodes within a SageMaker HyperPod cluster. BatchDeleteClusterNodes accepts a cluster name and a list of node IDs. To safeguard your work, back up your data to Amazon S3 or an FSx for Lustre file system before invoking the API on a worker node group. This will help prevent any potential data loss from the instance root volume. For more information about backup, see Use the backup script provided by SageMaker HyperPod. If you want to invoke this API on an existing cluster, you'll first need to patch the cluster by running the UpdateClusterSoftware API. For more information about patching a cluster, see Update the SageMaker HyperPod platform software of a cluster.
type nonrec t = {failed : BatchDeleteClusterNodesErrorList.t option;A list of errors encountered when deleting the specified nodes.
*)successful : ClusterNodeIds.t option;A list of node IDs that were successfully deleted from the specified cluster.
*)failedNodeLogicalIds : BatchDeleteClusterNodeLogicalIdsErrorList.t option;A list of NodeLogicalIds that could not be deleted, along with error information explaining why the deletion failed.
*)successfulNodeLogicalIds : ClusterNodeLogicalIdList.t option;A list of NodeLogicalIds that were successfully deleted from the cluster.
*)}type nonrec error = [ | `ResourceNotFound of ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of ClusterNodeId.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ]
list ])
list ]