Class: Aws::SageMaker::Types::RemoteDebugConfigForUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::RemoteDebugConfigForUpdate
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Configuration for remote debugging for the [UpdateTrainingJob] 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_UpdateTrainingJob.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.
39315 39316 39317 39318 39319 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39315 class RemoteDebugConfigForUpdate < Struct.new( :enable_remote_debug) SENSITIVE = [] include Aws::Structure end |