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.
39293 39294 39295 39296 39297 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39293 class RemoteDebugConfig < Struct.new( :enable_remote_debug) SENSITIVE = [] include Aws::Structure end |