Class: Aws::SageMaker::Types::UpdateClusterSoftwareRequest

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

Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for security patching.

Returns:

  • (String)


48264
48265
48266
48267
48268
48269
48270
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48264

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

#deployment_configTypes::DeploymentConfiguration

The configuration to use when updating the AMI versions.



48264
48265
48266
48267
48268
48269
48270
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48264

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

#instance_groupsArray<Types::UpdateClusterSoftwareInstanceGroupSpecification>

The array of instance groups for which to update AMI versions.



48264
48265
48266
48267
48268
48269
48270
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48264

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