Class: Aws::SageMaker::Types::InstanceGroupHealthCheckConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

The configuration of deep health checks for an instance group.

Overlapping deep health check configurations will be merged into a single operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deep_health_checksArray<String>

A list of deep health checks to be performed.

Returns:

  • (Array<String>)


31488
31489
31490
31491
31492
31493
31494
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31488

class InstanceGroupHealthCheckConfiguration < Struct.new(
  :instance_group_name,
  :instance_ids,
  :deep_health_checks)
  SENSITIVE = []
  include Aws::Structure
end

#instance_group_nameString

The name of the instance group.

Returns:

  • (String)


31488
31489
31490
31491
31492
31493
31494
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31488

class InstanceGroupHealthCheckConfiguration < Struct.new(
  :instance_group_name,
  :instance_ids,
  :deep_health_checks)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idsArray<String>

A list of Amazon Elastic Compute Cloud (EC2) instance IDs on which to perform deep health checks.

Leave this field blank to perform deep health checks on the entire instance group.

Returns:

  • (Array<String>)


31488
31489
31490
31491
31492
31493
31494
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31488

class InstanceGroupHealthCheckConfiguration < Struct.new(
  :instance_group_name,
  :instance_ids,
  :deep_health_checks)
  SENSITIVE = []
  include Aws::Structure
end