TrialComponentMetricSummary constructor

TrialComponentMetricSummary({
  1. double? avg,
  2. int? count,
  3. double? last,
  4. double? max,
  5. String? metricName,
  6. double? min,
  7. String? sourceArn,
  8. double? stdDev,
  9. DateTime? timeStamp,
})

Implementation

TrialComponentMetricSummary({
  this.avg,
  this.count,
  this.last,
  this.max,
  this.metricName,
  this.min,
  this.sourceArn,
  this.stdDev,
  this.timeStamp,
});