Class: Aws::SageMaker::Types::RemoteDebugConfigForUpdate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_remote_debugBoolean

If set to True, enables remote debugging.

Returns:

  • (Boolean)


37321
37322
37323
37324
37325
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37321

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