Values_2.DetachClusterNodeVolumeResponseSourceDetaches your Amazon Elastic Block Store (Amazon EBS) volume from a node in your EKS orchestrated SageMaker 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 : Values_0.ClusterArn.t option;The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the volume detachment operation was performed.
*)nodeId : Values_0.ClusterNodeId.t option;The unique identifier of the cluster node from which your volume was detached.
*)volumeId : Values_0.VolumeId.t option;The unique identifier of your EBS volume that was detached.
*)attachTime : Values_0.Timestamp.t option;The original timestamp when your volume was initially attached to the node.
*)status : Values_0.VolumeAttachmentStatus.t option;The current status of your volume detachment operation.
*)deviceName : Values_0.VolumeDeviceName.t option;The device name assigned to your attached volume on the target instance.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.ClusterArn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]