Class: Aws::SageMaker::Types::DetachClusterNodeVolumeRequest

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

#cluster_arnString

The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster containing the target node. Your cluster must use EKS as the orchestration and be in the InService state.

Returns:

  • (String)


21136
21137
21138
21139
21140
21141
21142
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21136

class DetachClusterNodeVolumeRequest < Struct.new(
  :cluster_arn,
  :node_id,
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end

#node_idString

The unique identifier of the cluster node from which you want to detach the volume.

Returns:

  • (String)


21136
21137
21138
21139
21140
21141
21142
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21136

class DetachClusterNodeVolumeRequest < Struct.new(
  :cluster_arn,
  :node_id,
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

The unique identifier of your EBS volume that you want to detach. Your volume must be currently attached to the specified node.

Returns:

  • (String)


21136
21137
21138
21139
21140
21141
21142
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21136

class DetachClusterNodeVolumeRequest < Struct.new(
  :cluster_arn,
  :node_id,
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end