GoogleCloudAiplatformV1FeatureStatsAnomaly constructor

GoogleCloudAiplatformV1FeatureStatsAnomaly({
  1. double? anomalyDetectionThreshold,
  2. String? anomalyUri,
  3. double? distributionDeviation,
  4. String? endTime,
  5. double? score,
  6. String? startTime,
  7. String? statsUri,
})

Implementation

GoogleCloudAiplatformV1FeatureStatsAnomaly({
  this.anomalyDetectionThreshold,
  this.anomalyUri,
  this.distributionDeviation,
  this.endTime,
  this.score,
  this.startTime,
  this.statsUri,
});