Class: Aws::SageMaker::Types::StartClusterHealthCheckResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StartClusterHealthCheckResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster on which the deep health checks were initiated.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster on which the deep health checks were initiated.
50420 50421 50422 50423 50424 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50420 class StartClusterHealthCheckResponse < Struct.new( :cluster_arn) SENSITIVE = [] include Aws::Structure end |