Class: Aws::SageMaker::Types::AttachClusterNodeVolumeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AttachClusterNodeVolumeResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1969 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.
1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1969 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.
1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1969 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.
1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1969 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.
1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1969 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.
1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1969 class AttachClusterNodeVolumeResponse < Struct.new( :cluster_arn, :node_id, :volume_id, :attach_time, :status, :device_name) SENSITIVE = [] include Aws::Structure end |