Values_0.AttachClusterNodeVolumeResponseSourceAttaches your Amazon Elastic Block Store (Amazon EBS) volume to a node in your EKS orchestrated HyperPod cluster. This API works with the Amazon Elastic Block Store (Amazon EBS) Container Storage Interface (CSI) driver to manage the lifecycle of persistent storage in your HyperPod EKS clusters.
type nonrec t = {clusterArn : ClusterArn.t option;The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the volume attachment operation was performed.
*)nodeId : ClusterNodeId.t option;The unique identifier of the cluster node where your volume was attached.
*)volumeId : VolumeId.t option;The unique identifier of your EBS volume that was attached.
*)attachTime : Timestamp.t option;The timestamp when the volume attachment operation was initiated by the SageMaker HyperPod service.
*)status : VolumeAttachmentStatus.t option;The current status of your volume attachment operation.
*)deviceName : VolumeDeviceName.t option;The device name assigned to your attached volume on the target instance.
*)}type nonrec error = [ | `ResourceNotFound of ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ClusterArn.t
| `Timestamp of Timestamp.t ])
list ]