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

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

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

Returns:

  • (String)


12958
12959
12960
12961
12962
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12958

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