GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies constructor

GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies({
  1. int? anomalyCount,
  2. String? deployedModelId,
  3. List<GoogleCloudAiplatformV1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies>? featureStats,
  4. String? objective,
})

Implementation

GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies({
  this.anomalyCount,
  this.deployedModelId,
  this.featureStats,
  this.objective,
});