HyperParameterTuningJobObjective constructor
HyperParameterTuningJobObjective({
- required String metricName,
- required HyperParameterTuningJobObjectiveType type,
Implementation
HyperParameterTuningJobObjective({
required this.metricName,
required this.type,
});