AutoMLJobCompletionCriteria constructor

AutoMLJobCompletionCriteria({
  1. int? maxAutoMLJobRuntimeInSeconds,
  2. int? maxCandidates,
  3. int? maxRuntimePerTrainingJobInSeconds,
})

Implementation

AutoMLJobCompletionCriteria({
  this.maxAutoMLJobRuntimeInSeconds,
  this.maxCandidates,
  this.maxRuntimePerTrainingJobInSeconds,
});