GoogleCloudMlV1StudyConfigMetricSpec constructor

GoogleCloudMlV1StudyConfigMetricSpec({
  1. String? goal,
  2. String? metric,
})

Implementation

GoogleCloudMlV1StudyConfigMetricSpec({
  this.goal,
  this.metric,
});