Class: Aws::SageMaker::Types::RemoteDebugConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enable_remote_debugBoolean

If set to True, enables remote debugging.

Returns:

  • (Boolean)


37299
37300
37301
37302
37303
# File 'lib/aws-sdk-sagemaker/types.rb', line 37299

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