HyperParameterTuningJobTrainingJobDefinitionTuningObjective constructor

const HyperParameterTuningJobTrainingJobDefinitionTuningObjective({
  1. required Input<String> metricName,
  2. required Input<String> type,
})

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,
});