/AWS1/CL_SGMDETACHCLSTNODEVO01¶
DetachClusterNodeVolumeResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_clusterarn
TYPE /AWS1/SGMCLUSTERARN
/AWS1/SGMCLUSTERARN
¶
The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the volume detachment operation was performed.
iv_nodeid
TYPE /AWS1/SGMCLUSTERNODEID
/AWS1/SGMCLUSTERNODEID
¶
The unique identifier of the cluster node from which your volume was detached.
iv_volumeid
TYPE /AWS1/SGMVOLUMEID
/AWS1/SGMVOLUMEID
¶
The unique identifier of your EBS volume that was detached.
iv_attachtime
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
The original timestamp when your volume was initially attached to the node.
iv_status
TYPE /AWS1/SGMVOLATTACHMENTSTATUS
/AWS1/SGMVOLATTACHMENTSTATUS
¶
The current status of your volume detachment 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 detachment 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 from which your volume was detached.
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 detached.
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 original timestamp when your volume was initially attached to the node.
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 detachment 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 |