Class: Aws::SageMaker::Types::DetachClusterNodeVolumeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DetachClusterNodeVolumeResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attach_time ⇒ Time
The original timestamp when your volume was initially attached to the node.
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the volume detachment operation was performed.
-
#device_name ⇒ String
The device name assigned to your attached volume on the target instance.
-
#node_id ⇒ String
The unique identifier of the cluster node from which your volume was detached.
-
#status ⇒ String
The current status of your volume detachment operation.
-
#volume_id ⇒ String
The unique identifier of your EBS volume that was detached.
Instance Attribute Details
#attach_time ⇒ Time
The original timestamp when your volume was initially attached to the node.
20981 20982 20983 20984 20985 20986 20987 20988 20989 20990 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20981 class DetachClusterNodeVolumeResponse < Struct.new( :cluster_arn, :node_id, :volume_id, :attach_time, :status, :device_name) SENSITIVE = [] include Aws::Structure end |
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the volume detachment operation was performed.
20981 20982 20983 20984 20985 20986 20987 20988 20989 20990 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20981 class DetachClusterNodeVolumeResponse < Struct.new( :cluster_arn, :node_id, :volume_id, :attach_time, :status, :device_name) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The device name assigned to your attached volume on the target instance.
20981 20982 20983 20984 20985 20986 20987 20988 20989 20990 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20981 class DetachClusterNodeVolumeResponse < Struct.new( :cluster_arn, :node_id, :volume_id, :attach_time, :status, :device_name) SENSITIVE = [] include Aws::Structure end |
#node_id ⇒ String
The unique identifier of the cluster node from which your volume was detached.
20981 20982 20983 20984 20985 20986 20987 20988 20989 20990 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20981 class DetachClusterNodeVolumeResponse < Struct.new( :cluster_arn, :node_id, :volume_id, :attach_time, :status, :device_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of your volume detachment operation.
20981 20982 20983 20984 20985 20986 20987 20988 20989 20990 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20981 class DetachClusterNodeVolumeResponse < Struct.new( :cluster_arn, :node_id, :volume_id, :attach_time, :status, :device_name) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The unique identifier of your EBS volume that was detached.
20981 20982 20983 20984 20985 20986 20987 20988 20989 20990 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20981 class DetachClusterNodeVolumeResponse < Struct.new( :cluster_arn, :node_id, :volume_id, :attach_time, :status, :device_name) SENSITIVE = [] include Aws::Structure end |