GetClusterResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clusterArn: String? = null

The Amazon Resource Name (ARN) of the HyperPod Cluster.

Link copied to clipboard

The status of the HyperPod Cluster.

Link copied to clipboard
val creationTime: String? = null

The time at which the HyperPod cluster was created.

Link copied to clipboard
val failureMessage: String? = null

The failure message of the HyperPod Cluster.

Link copied to clipboard

The instance groups of the SageMaker HyperPod cluster. To delete an instance group, remove it from the array.

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.

Link copied to clipboard
val tags: List<Tag>? = null

Custom tags for managing the SageMaker HyperPod cluster as an AWS resource. You can add tags to your cluster in the same way you add them in other AWS services that support tagging.