AlgorithmTrainingSpecificationSupportedTuningJobObjectiveMetric constructor
const
AlgorithmTrainingSpecificationSupportedTuningJobObjectiveMetric({})
Creates a new AlgorithmTrainingSpecificationSupportedTuningJobObjectiveMetric.
metricName Metric name.
type Objective type. Allowed values are: Minimize and Maximize.
Implementation
const AlgorithmTrainingSpecificationSupportedTuningJobObjectiveMetric({
required this.metricName,
required this.type,
});