Class: Aws::SageMaker::Types::AttachClusterNodeVolumeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AttachClusterNodeVolumeResponse
- 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 timestamp when the volume attachment operation was initiated by the SageMaker HyperPod service.
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the volume attachment 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 where your volume was attached.
-
#status ⇒ String
The current status of your volume attachment operation.
-
#volume_id ⇒ String
The unique identifier of your EBS volume that was attached.
Instance Attribute Details
#attach_time ⇒ Time
The timestamp when the volume attachment operation was initiated by the SageMaker HyperPod service.
1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1922 class AttachClusterNodeVolumeResponse < 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 attachment operation was performed.
1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1922 class AttachClusterNodeVolumeResponse < 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.
1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1922 class AttachClusterNodeVolumeResponse < 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 where your volume was attached.
1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1922 class AttachClusterNodeVolumeResponse < 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 attachment operation.
1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1922 class AttachClusterNodeVolumeResponse < 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 attached.
1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1922 class AttachClusterNodeVolumeResponse < Struct.new( :cluster_arn, :node_id, :volume_id, :attach_time, :status, :device_name) SENSITIVE = [] include Aws::Structure end |