TrainingJobRemoteDebugConfig constructor
const
TrainingJobRemoteDebugConfig({
- Input<
bool?> ? enableRemoteDebug,
Creates a new TrainingJobRemoteDebugConfig.
enableRemoteDebug Whether to enable remote debugging for the training job.
Implementation
const TrainingJobRemoteDebugConfig({
this.enableRemoteDebug,
});