HyperParameterTuningJobObjective constructor

HyperParameterTuningJobObjective({
  1. required String metricName,
  2. required HyperParameterTuningJobObjectiveType type,
})

Implementation

HyperParameterTuningJobObjective({
  required this.metricName,
  required this.type,
});