ClusterNodeDetails - Amazon SageMaker

ClusterNodeDetails

Details of an instance (also called a node interchangeably) in a SageMaker HyperPod cluster.

Contents

InstanceGroupName

The instance group name in which the instance is.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 63.

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$

Required: No

InstanceId

The ID of the instance.

Type: String

Required: No

InstanceStatus

The status of the instance.

Type: ClusterInstanceStatusDetails object

Required: No

InstanceStorageConfigs

The configurations of additional storage specified to the instance group where the instance (node) is launched.

Type: Array of ClusterInstanceStorageConfig objects

Array Members: Maximum number of 1 item.

Required: No

InstanceType

The type of the instance.

Type: String

Valid Values: ml.p4d.24xlarge | ml.p4de.24xlarge | ml.p5.48xlarge | ml.trn1.32xlarge | ml.trn1n.32xlarge | ml.g5.xlarge | ml.g5.2xlarge | ml.g5.4xlarge | ml.g5.8xlarge | ml.g5.12xlarge | ml.g5.16xlarge | ml.g5.24xlarge | ml.g5.48xlarge | ml.c5.large | ml.c5.xlarge | ml.c5.2xlarge | ml.c5.4xlarge | ml.c5.9xlarge | ml.c5.12xlarge | ml.c5.18xlarge | ml.c5.24xlarge | ml.c5n.large | ml.c5n.2xlarge | ml.c5n.4xlarge | ml.c5n.9xlarge | ml.c5n.18xlarge | ml.m5.large | ml.m5.xlarge | ml.m5.2xlarge | ml.m5.4xlarge | ml.m5.8xlarge | ml.m5.12xlarge | ml.m5.16xlarge | ml.m5.24xlarge | ml.t3.medium | ml.t3.large | ml.t3.xlarge | ml.t3.2xlarge

Required: No

LaunchTime

The time when the instance is launched.

Type: Timestamp

Required: No

LifeCycleConfig

The LifeCycle configuration applied to the instance.

Type: ClusterLifeCycleConfig object

Required: No

Placement

The placement details of the SageMaker HyperPod cluster node.

Type: ClusterInstancePlacement object

Required: No

PrivateDnsHostname

The private DNS hostname of the SageMaker HyperPod cluster node.

Type: String

Pattern: ^ip-((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)-?\b){4}\..*$

Required: No

PrivatePrimaryIp

The private primary IP address of the SageMaker HyperPod cluster node.

Type: String

Pattern: ^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)\.?\b){4}$

Required: No

ThreadsPerCore

The number of threads per CPU core you specified under CreateCluster.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 2.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: