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.
12170 12171 12172 12173 12174 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12170 class DescribeClusterRequest < Struct.new( :cluster_name) SENSITIVE = [] include Aws::Structure end |