FeatureStatsAndAnomaly constructor
FeatureStatsAndAnomaly({})
Implementation
FeatureStatsAndAnomaly({
this.featureId = '',
this.featureStats,
this.distributionDeviation = 0,
this.driftDetectionThreshold = 0,
this.driftDetected = false,
this.statsTime,
this.featureMonitorJobId = 0,
this.featureMonitorId = '',
}) : super(fullyQualifiedName);