Class: Aws::SageMaker::Types::AttachClusterNodeVolumeResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attach_timeTime

The timestamp when the volume attachment operation was initiated by the SageMaker HyperPod service.

Returns:

  • (Time)


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_arnString

The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the volume attachment operation was performed.

Returns:

  • (String)


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_nameString

The device name assigned to your attached volume on the target instance.

Returns:

  • (String)


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_idString

The unique identifier of the cluster node where your volume was attached.

Returns:

  • (String)


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

#statusString

The current status of your volume attachment operation.

Returns:

  • (String)


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_idString

The unique identifier of your EBS volume that was attached.

Returns:

  • (String)


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