GoogleCloudMlV1MeasurementMetric constructor

GoogleCloudMlV1MeasurementMetric({
  1. String? metric,
  2. double? value,
})

Implementation

GoogleCloudMlV1MeasurementMetric({
  this.metric,
  this.value,
});