TrainingJobInfraCheckConfig constructor

const TrainingJobInfraCheckConfig({
  1. Input<bool?>? enableInfraCheck,
})

Creates a new TrainingJobInfraCheckConfig. enableInfraCheck Whether to enable infrastructure health checks before training.

Implementation

const TrainingJobInfraCheckConfig({
  this.enableInfraCheck,
});