ModelMonitoringAlert constructor
ModelMonitoringAlert({
- String statsName = '',
- String objectiveType = '',
- Timestamp? alertTime,
- ModelMonitoringAnomaly? anomaly,
Implementation
ModelMonitoringAlert({
this.statsName = '',
this.objectiveType = '',
this.alertTime,
this.anomaly,
}) : super(fullyQualifiedName);