Class: Aws::SageMaker::Types::DescribeClusterRequest

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

The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.

Returns:

  • (String)


12093
12094
12095
12096
12097
# File 'lib/aws-sdk-sagemaker/types.rb', line 12093

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