HyperParameterTuningJobConfig constructor
HyperParameterTuningJobConfig({
- required ResourceLimits resourceLimits,
- required HyperParameterTuningJobStrategyType strategy,
- HyperParameterTuningJobObjective? hyperParameterTuningJobObjective,
- ParameterRanges? parameterRanges,
- TrainingJobEarlyStoppingType? trainingJobEarlyStoppingType,
- TuningJobCompletionCriteria? tuningJobCompletionCriteria,
Implementation
HyperParameterTuningJobConfig({
required this.resourceLimits,
required this.strategy,
this.hyperParameterTuningJobObjective,
this.parameterRanges,
this.trainingJobEarlyStoppingType,
this.tuningJobCompletionCriteria,
});