FeatureStatsAndAnomaly constructor

FeatureStatsAndAnomaly({
  1. String featureId = '',
  2. Value? featureStats,
  3. double distributionDeviation = 0,
  4. double driftDetectionThreshold = 0,
  5. bool driftDetected = false,
  6. Timestamp? statsTime,
  7. int featureMonitorJobId = 0,
  8. String featureMonitorId = '',
})

Implementation

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