Class: Aws::SageMaker::Types::StartClusterHealthCheckRequest

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)


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_configurationsArray<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