HyperParameterTuningJobTrainingJobDefinitionTuningObjective constructor
const
HyperParameterTuningJobTrainingJobDefinitionTuningObjective({})
Creates a new HyperParameterTuningJobTrainingJobDefinitionTuningObjective.
metricName Metric name for objective.
type Optimization direction. Valid values include Minimize and Maximize.
Implementation
const HyperParameterTuningJobTrainingJobDefinitionTuningObjective({
required this.metricName,
required this.type,
});