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.

Lists a summary of the properties of an instance (also called a node interchangeably) of a SageMaker HyperPod cluster.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ClusterNodeSummary

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

Syntax

C#
public class ClusterNodeSummary

The ClusterNodeSummary type exposes the following members

Constructors

NameDescription
Public Method ClusterNodeSummary()

Properties

NameTypeDescription
Public Property InstanceGroupName System.String

Gets and sets the property InstanceGroupName.

The name of the instance group 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 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 SageMaker last updated the software of the instances in the cluster.

Public Property LaunchTime System.DateTime

Gets and sets the property LaunchTime.

The time when the instance is launched.

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. This field is only included when IncludeNodeLogicalIds is set to True in the ListClusterNodes request.

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