TrainingJobInfraCheckConfig constructor
const
TrainingJobInfraCheckConfig({
- Input<
bool?> ? enableInfraCheck,
Creates a new TrainingJobInfraCheckConfig.
enableInfraCheck Whether to enable infrastructure health checks before training.
Implementation
const TrainingJobInfraCheckConfig({
this.enableInfraCheck,
});