GoogleCloudMlV1Measurement constructor

GoogleCloudMlV1Measurement({
  1. String? elapsedTime,
  2. List<GoogleCloudMlV1MeasurementMetric>? metrics,
  3. String? stepCount,
})

Implementation

GoogleCloudMlV1Measurement({
  this.elapsedTime,
  this.metrics,
  this.stepCount,
});