ModelMonitoringStatsDataPoint constructor
ModelMonitoringStatsDataPoint({
- ModelMonitoringStatsDataPoint_TypedValue? currentStats,
- ModelMonitoringStatsDataPoint_TypedValue? baselineStats,
- double thresholdValue = 0,
- bool hasAnomaly = false,
- String modelMonitoringJob = '',
- String schedule = '',
- Timestamp? createTime,
- String algorithm = '',
Implementation
ModelMonitoringStatsDataPoint({
this.currentStats,
this.baselineStats,
this.thresholdValue = 0,
this.hasAnomaly = false,
this.modelMonitoringJob = '',
this.schedule = '',
this.createTime,
this.algorithm = '',
}) : super(fullyQualifiedName);