Class: Aws::SageMaker::Types::UpdateClusterRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

Specify the name of the SageMaker HyperPod cluster you want to update.

Returns:

  • (String)


45196
45197
45198
45199
45200
45201
45202
# File 'lib/aws-sdk-sagemaker/types.rb', line 45196

class UpdateClusterRequest < Struct.new(
  :cluster_name,
  :instance_groups,
  :node_recovery)
  SENSITIVE = []
  include Aws::Structure
end

#instance_groupsArray<Types::ClusterInstanceGroupSpecification>

Specify the instance groups to update.



45196
45197
45198
45199
45200
45201
45202
# File 'lib/aws-sdk-sagemaker/types.rb', line 45196

class UpdateClusterRequest < Struct.new(
  :cluster_name,
  :instance_groups,
  :node_recovery)
  SENSITIVE = []
  include Aws::Structure
end

#node_recoveryString

The node recovery mode to be applied to the SageMaker HyperPod cluster.

Returns:

  • (String)


45196
45197
45198
45199
45200
45201
45202
# File 'lib/aws-sdk-sagemaker/types.rb', line 45196

class UpdateClusterRequest < Struct.new(
  :cluster_name,
  :instance_groups,
  :node_recovery)
  SENSITIVE = []
  include Aws::Structure
end