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.



42857
42858
42859
42860
42861
42862
# File 'lib/aws-sdk-sagemaker/types.rb', line 42857

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

#instance_groupsArray<Types::ClusterInstanceGroupSpecification>

Specify the instance groups to update.



42857
42858
42859
42860
42861
42862
# File 'lib/aws-sdk-sagemaker/types.rb', line 42857

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