Get Cluster Result
data class GetClusterResult(val clusterArn: String? = null, val clusterStatus: ClusterStatus? = null, val creationTime: String? = null, val failureMessage: String? = null, val instanceGroups: List<ClusterInstanceGroup>? = null, val nodeRecovery: ClusterNodeRecovery? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(clusterArn: String? = null, clusterStatus: ClusterStatus? = null, creationTime: String? = null, failureMessage: String? = null, instanceGroups: List<ClusterInstanceGroup>? = null, nodeRecovery: ClusterNodeRecovery? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the HyperPod Cluster.
Link copied to clipboard
The status of the HyperPod Cluster.
Link copied to clipboard
The time at which the HyperPod cluster was created.
Link copied to clipboard
The failure message of the HyperPod Cluster.
Link copied to clipboard
The instance groups of the SageMaker HyperPod cluster.
Link copied to clipboard
If node auto-recovery is set to true, faulty nodes will be replaced or rebooted when a failure is detected. If set to false, nodes will be labelled when a fault is detected.