HyperParameterTuningJobConfig constructor

HyperParameterTuningJobConfig({
  1. required ResourceLimits resourceLimits,
  2. required HyperParameterTuningJobStrategyType strategy,
  3. HyperParameterTuningJobObjective? hyperParameterTuningJobObjective,
  4. ParameterRanges? parameterRanges,
  5. TrainingJobEarlyStoppingType? trainingJobEarlyStoppingType,
  6. TuningJobCompletionCriteria? tuningJobCompletionCriteria,
})

Implementation

HyperParameterTuningJobConfig({
  required this.resourceLimits,
  required this.strategy,
  this.hyperParameterTuningJobObjective,
  this.parameterRanges,
  this.trainingJobEarlyStoppingType,
  this.tuningJobCompletionCriteria,
});