ModelMonitoringAlert constructor

ModelMonitoringAlert({
  1. String statsName = '',
  2. String objectiveType = '',
  3. Timestamp? alertTime,
  4. ModelMonitoringAnomaly? anomaly,
})

Implementation

ModelMonitoringAlert({
  this.statsName = '',
  this.objectiveType = '',
  this.alertTime,
  this.anomaly,
}) : super(fullyQualifiedName);