Skip to content

/AWS1/CL_SGMATTACHCLSTNODEVO01

AttachClusterNodeVolumeResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_clusterarn TYPE /AWS1/SGMCLUSTERARN /AWS1/SGMCLUSTERARN

The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the volume attachment operation was performed.

iv_nodeid TYPE /AWS1/SGMCLUSTERNODEID /AWS1/SGMCLUSTERNODEID

The unique identifier of the cluster node where your volume was attached.

iv_volumeid TYPE /AWS1/SGMVOLUMEID /AWS1/SGMVOLUMEID

The unique identifier of your EBS volume that was attached.

iv_attachtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

The timestamp when the volume attachment operation was initiated by the SageMaker HyperPod service.

iv_status TYPE /AWS1/SGMVOLATTACHMENTSTATUS /AWS1/SGMVOLATTACHMENTSTATUS

The current status of your volume attachment operation.

iv_devicename TYPE /AWS1/SGMVOLUMEDEVICENAME /AWS1/SGMVOLUMEDEVICENAME

The device name assigned to your attached volume on the target instance.


Queryable Attributes

ClusterArn

The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the volume attachment operation was performed.

Accessible with the following methods

Method Description
GET_CLUSTERARN() Getter for CLUSTERARN, with configurable default
ASK_CLUSTERARN() Getter for CLUSTERARN w/ exceptions if field has no value
HAS_CLUSTERARN() Determine if CLUSTERARN has a value

NodeId

The unique identifier of the cluster node where your volume was attached.

Accessible with the following methods

Method Description
GET_NODEID() Getter for NODEID, with configurable default
ASK_NODEID() Getter for NODEID w/ exceptions if field has no value
HAS_NODEID() Determine if NODEID has a value

VolumeId

The unique identifier of your EBS volume that was attached.

Accessible with the following methods

Method Description
GET_VOLUMEID() Getter for VOLUMEID, with configurable default
ASK_VOLUMEID() Getter for VOLUMEID w/ exceptions if field has no value
HAS_VOLUMEID() Determine if VOLUMEID has a value

AttachTime

The timestamp when the volume attachment operation was initiated by the SageMaker HyperPod service.

Accessible with the following methods

Method Description
GET_ATTACHTIME() Getter for ATTACHTIME, with configurable default
ASK_ATTACHTIME() Getter for ATTACHTIME w/ exceptions if field has no value
HAS_ATTACHTIME() Determine if ATTACHTIME has a value

Status

The current status of your volume attachment operation.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

DeviceName

The device name assigned to your attached volume on the target instance.

Accessible with the following methods

Method Description
GET_DEVICENAME() Getter for DEVICENAME, with configurable default
ASK_DEVICENAME() Getter for DEVICENAME w/ exceptions if field has no value
HAS_DEVICENAME() Determine if DEVICENAME has a value