GoogleCloudMlV1HyperparameterOutputHyperparameterMetric constructor

GoogleCloudMlV1HyperparameterOutputHyperparameterMetric({
  1. double? objectiveValue,
  2. String? trainingStep,
})

Implementation

GoogleCloudMlV1HyperparameterOutputHyperparameterMetric({
  this.objectiveValue,
  this.trainingStep,
});