Values_2.StartClusterHealthCheckRequestSourceStart 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.
type nonrec t = {clusterName : Values_0.ClusterNameOrArn.t;The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
*)deepHealthCheckConfigurations : Values_1.DeepHealthCheckConfigurations.t;A list of configurations containing instance group names, EC2 instance IDs, and deep health checks to perform.
*)}val make :
clusterName:Values_0.ClusterNameOrArn.t ->
deepHealthCheckConfigurations:Values_1.DeepHealthCheckConfigurations.t ->
unit ->
tval 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 ]