Class: Aws::SageMaker::Types::BatchDeleteClusterNodesRequest

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_nameString

The name of the SageMaker HyperPod cluster from which to delete the specified nodes.

Returns:

  • (String)


3298
3299
3300
3301
3302
3303
3304
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3298

class BatchDeleteClusterNodesRequest < Struct.new(
  :cluster_name,
  :node_ids,
  :node_logical_ids)
  SENSITIVE = []
  include Aws::Structure
end

#node_idsArray<String>

A list of node IDs to be deleted from the specified cluster.

* For SageMaker HyperPod clusters using the Slurm workload manager, you cannot remove instances that are configured as Slurm controller nodes.

  • If you need to delete more than 99 instances, contact Support for assistance.

Returns:

  • (Array<String>)


3298
3299
3300
3301
3302
3303
3304
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3298

class BatchDeleteClusterNodesRequest < Struct.new(
  :cluster_name,
  :node_ids,
  :node_logical_ids)
  SENSITIVE = []
  include Aws::Structure
end

#node_logical_idsArray<String>

A list of NodeLogicalIds identifying the nodes to be deleted. You can specify up to 50 NodeLogicalIds. You must specify either NodeLogicalIds, InstanceIds, or both, with a combined maximum of 50 identifiers.

Returns:

  • (Array<String>)


3298
3299
3300
3301
3302
3303
3304
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3298

class BatchDeleteClusterNodesRequest < Struct.new(
  :cluster_name,
  :node_ids,
  :node_logical_ids)
  SENSITIVE = []
  include Aws::Structure
end