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

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 or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for security patching.

Returns:

  • (String)


43075
43076
43077
43078
43079
# File 'lib/aws-sdk-sagemaker/types.rb', line 43075

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