Class: Aws::SageMaker::Types::InfraCheckConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::InfraCheckConfig
 
 
- 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
- 
  
    
      #enable_infra_check  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Enables an infrastructure health check.
 
Instance Attribute Details
#enable_infra_check ⇒ Boolean
Enables an infrastructure health check.
      26240 26241 26242 26243 26244  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 26240 class InfraCheckConfig < Struct.new( :enable_infra_check) SENSITIVE = [] include Aws::Structure end  |