GoogleCloudMlV1MetricSpec constructor

GoogleCloudMlV1MetricSpec({
  1. String? name,
  2. int? target,
})

Implementation

GoogleCloudMlV1MetricSpec({
  this.name,
  this.target,
});