ModelMonitoringStatsDataPoint constructor

ModelMonitoringStatsDataPoint({
  1. ModelMonitoringStatsDataPoint_TypedValue? currentStats,
  2. ModelMonitoringStatsDataPoint_TypedValue? baselineStats,
  3. double thresholdValue = 0,
  4. bool hasAnomaly = false,
  5. String modelMonitoringJob = '',
  6. String schedule = '',
  7. Timestamp? createTime,
  8. String algorithm = '',
})

Implementation

ModelMonitoringStatsDataPoint({
  this.currentStats,
  this.baselineStats,
  this.thresholdValue = 0,
  this.hasAnomaly = false,
  this.modelMonitoringJob = '',
  this.schedule = '',
  this.createTime,
  this.algorithm = '',
}) : super(fullyQualifiedName);