Class: Aws::SageMaker::Types::RemoteDebugConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::RemoteDebugConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Configuration for remote debugging for the [CreateTrainingJob] API. To learn more about the remote debugging functionality of SageMaker, see [Access a training container through Amazon Web Services Systems Manager (SSM) for remote debugging].
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html [2]: docs.aws.amazon.com/sagemaker/latest/dg/train-remote-debugging.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enable_remote_debug  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If set to True, enables remote debugging.
 
Instance Attribute Details
#enable_remote_debug ⇒ Boolean
If set to True, enables remote debugging.
      40864 40865 40866 40867 40868  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40864 class RemoteDebugConfig < Struct.new( :enable_remote_debug) SENSITIVE = [] include Aws::Structure end  |