Class: Aws::SageMaker::Types::UpdateClusterSoftwareInstanceGroupSpecification

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

Overview

The configuration that describes specifications of the instance groups to update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_release_versionString

The version of the HyperPod-managed AMI to update to for the instance group. Uses semantic versioning in the format ‘MAJOR.MINOR.PATCH`.

Returns:

  • (String)


56343
56344
56345
56346
56347
56348
# File 'lib/aws-sdk-sagemaker/types.rb', line 56343

class UpdateClusterSoftwareInstanceGroupSpecification < Struct.new(
  :instance_group_name,
  :image_release_version)
  SENSITIVE = []
  include Aws::Structure
end

#instance_group_nameString

The name of the instance group to update.

Returns:

  • (String)


56343
56344
56345
56346
56347
56348
# File 'lib/aws-sdk-sagemaker/types.rb', line 56343

class UpdateClusterSoftwareInstanceGroupSpecification < Struct.new(
  :instance_group_name,
  :image_release_version)
  SENSITIVE = []
  include Aws::Structure
end