GoogleCloudAiplatformV1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies constructor

GoogleCloudAiplatformV1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies({
  1. String? featureDisplayName,
  2. List<GoogleCloudAiplatformV1FeatureStatsAnomaly>? predictionStats,
  3. GoogleCloudAiplatformV1ThresholdConfig? threshold,
  4. GoogleCloudAiplatformV1FeatureStatsAnomaly? trainingStats,
})

Implementation

GoogleCloudAiplatformV1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies({
  this.featureDisplayName,
  this.predictionStats,
  this.threshold,
  this.trainingStats,
});