Class: Aws::SageMaker::Types::StartClusterHealthCheckRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StartClusterHealthCheckRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
-
#deep_health_check_configurations ⇒ Array<Types::InstanceGroupHealthCheckConfiguration>
A list of configurations containing instance group names, EC2 instance IDs, and deep health checks to perform.
Instance Attribute Details
#cluster_name ⇒ String
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
48741 48742 48743 48744 48745 48746 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48741 class StartClusterHealthCheckRequest < Struct.new( :cluster_name, :deep_health_check_configurations) SENSITIVE = [] include Aws::Structure end |
#deep_health_check_configurations ⇒ Array<Types::InstanceGroupHealthCheckConfiguration>
A list of configurations containing instance group names, EC2 instance IDs, and deep health checks to perform.
48741 48742 48743 48744 48745 48746 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48741 class StartClusterHealthCheckRequest < Struct.new( :cluster_name, :deep_health_check_configurations) SENSITIVE = [] include Aws::Structure end |