GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies constructor
GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies({
- int? anomalyCount,
- String? deployedModelId,
- List<
GoogleCloudAiplatformV1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies> ? featureStats, - String? objective,
Implementation
GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies({
this.anomalyCount,
this.deployedModelId,
this.featureStats,
this.objective,
});