GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies class
Statistics and anomalies generated by Model Monitoring.
Constructors
-
GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies({int? anomalyCount, String? deployedModelId, List<
GoogleCloudAiplatformV1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies> ? featureStats, String? objective}) - GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies.fromJson(Map json_)
Properties
- anomalyCount ↔ int?
-
Number of anomalies within all stats.
getter/setter pair
- deployedModelId ↔ String?
-
Deployed Model ID.
getter/setter pair
-
featureStats
↔ List<
GoogleCloudAiplatformV1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies> ? -
A list of historical Stats and Anomalies generated for all Features.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- objective ↔ String?
-
Model Monitoring Objective those stats and anomalies belonging to.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited