GoogleCloudMlV1Measurement constructor
GoogleCloudMlV1Measurement({
- String? elapsedTime,
- List<
GoogleCloudMlV1MeasurementMetric> ? metrics, - String? stepCount,
Implementation
GoogleCloudMlV1Measurement({
this.elapsedTime,
this.metrics,
this.stepCount,
});