AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ClusterNodeDetails

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class ClusterNodeDetails

The ClusterNodeDetails type exposes the following members

Constructors

NameDescription
Public Method ClusterNodeDetails()

Properties

NameTypeDescription
Public Property CurrentImageId System.String

Gets and sets the property CurrentImageId.

The ID of the Amazon Machine Image (AMI) currently in use by the node.

Public Property DesiredImageId System.String

Gets and sets the property DesiredImageId.

The ID of the Amazon Machine Image (AMI) desired for the node.

Public Property InstanceGroupName System.String

Gets and sets the property InstanceGroupName.

The instance group name in which the instance is.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The ID of the instance.

Public Property InstanceStatus Amazon.SageMaker.Model.ClusterInstanceStatusDetails

Gets and sets the property InstanceStatus.

The status of the instance.

Public Property InstanceStorageConfigs System.Collections.Generic.List<Amazon.SageMaker.Model.ClusterInstanceStorageConfig>

Gets and sets the property InstanceStorageConfigs.

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

Public Property InstanceType Amazon.SageMaker.ClusterInstanceType

Gets and sets the property InstanceType.

The type of the instance.

Public Property LastSoftwareUpdateTime System.DateTime

Gets and sets the property LastSoftwareUpdateTime.

The time when the cluster was last updated.

Public Property LaunchTime System.DateTime

Gets and sets the property LaunchTime.

The time when the instance is launched.

Public Property LifeCycleConfig Amazon.SageMaker.Model.ClusterLifeCycleConfig

Gets and sets the property LifeCycleConfig.

The LifeCycle configuration applied to the instance.

Public Property NodeLogicalId System.String

Gets and sets the property NodeLogicalId.

A unique identifier for the node that persists throughout its lifecycle, from provisioning request to termination. This identifier can be used to track the node even before it has an assigned InstanceId.

Public Property OverrideVpcConfig Amazon.SageMaker.Model.VpcConfig

Gets and sets the property OverrideVpcConfig.

The customized Amazon VPC configuration at the instance group level that overrides the default Amazon VPC configuration of the SageMaker HyperPod cluster.

Public Property Placement Amazon.SageMaker.Model.ClusterInstancePlacement

Gets and sets the property Placement.

The placement details of the SageMaker HyperPod cluster node.

Public Property PrivateDnsHostname System.String

Gets and sets the property PrivateDnsHostname.

The private DNS hostname of the SageMaker HyperPod cluster node.

Public Property PrivatePrimaryIp System.String

Gets and sets the property PrivatePrimaryIp.

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

Public Property PrivatePrimaryIpv6 System.String

Gets and sets the property PrivatePrimaryIpv6.

The private primary IPv6 address of the SageMaker HyperPod cluster node when configured with an Amazon VPC that supports IPv6 and includes subnets with IPv6 addressing enabled in either the cluster Amazon VPC configuration or the instance group Amazon VPC configuration.

Public Property ThreadsPerCore System.Int32

Gets and sets the property ThreadsPerCore.

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

Public Property UltraServerInfo Amazon.SageMaker.Model.UltraServerInfo

Gets and sets the property UltraServerInfo.

Contains information about the UltraServer.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5