TrainingJobRemoteDebugConfig constructor

const TrainingJobRemoteDebugConfig({
  1. Input<bool?>? enableRemoteDebug,
})

Creates a new TrainingJobRemoteDebugConfig. enableRemoteDebug Whether to enable remote debugging for the training job.

Implementation

const TrainingJobRemoteDebugConfig({
  this.enableRemoteDebug,
});