Module Values_2.StartClusterHealthCheckRequestSource

Start deep health checks for a SageMaker HyperPod cluster. You can use DescribeClusterNode API to track progress of the deep health checks. The unhealthy nodes will be automatically rebooted or replaced. Please see Resilience-related Kubernetes labels by SageMaker HyperPod for details.

Sourcetype nonrec t = {
  1. clusterName : Values_0.ClusterNameOrArn.t;
    (*

    The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.

    *)
  2. deepHealthCheckConfigurations : Values_1.DeepHealthCheckConfigurations.t;
    (*

    A list of configurations containing instance group names, EC2 instance IDs, and deep health checks to perform.

    *)
}
Sourceval context_ : string
Sourceval make : clusterName:Values_0.ClusterNameOrArn.t -> deepHealthCheckConfigurations:Values_1.DeepHealthCheckConfigurations.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Enum of string | `String of Values_0.ClusterNodeId.t ] list | `String of Values_0.ClusterInstanceGroupName.t ]) list ] list | `String of Values_0.ClusterNameOrArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t