Module Values_1.RemoteDebugConfigSource

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.

Sourcetype nonrec t = {
  1. enableRemoteDebug : EnableRemoteDebug.t option;
    (*

    If set to True, enables remote debugging.

    *)
}
Sourceval make : ?enableRemoteDebug:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of EnableRemoteDebug.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t