Class: Aws::SageMaker::Types::InfraCheckConfig

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

Overview

Configuration information for the infrastructure health check of a training job. A SageMaker-provided health check tests the health of instance hardware and cluster network connectivity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_infra_checkBoolean

Enables an infrastructure health check.

Returns:

  • (Boolean)


23491
23492
23493
23494
23495
# File 'lib/aws-sdk-sagemaker/types.rb', line 23491

class InfraCheckConfig < Struct.new(
  :enable_infra_check)
  SENSITIVE = []
  include Aws::Structure
end