Class: Aws::SageMaker::Types::DescribeClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeClusterRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
Instance Attribute Details
#cluster_name ⇒ String
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
12846 12847 12848 12849 12850 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12846 class DescribeClusterRequest < Struct.new( :cluster_name) SENSITIVE = [] include Aws::Structure end |