GoogleCloudAiplatformV1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies class
Historical Stats (and Anomalies) for a specific Feature.
Constructors
-
GoogleCloudAiplatformV1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies({String? featureDisplayName, List<
GoogleCloudAiplatformV1FeatureStatsAnomaly> ? predictionStats, GoogleCloudAiplatformV1ThresholdConfig? threshold, GoogleCloudAiplatformV1FeatureStatsAnomaly? trainingStats}) - GoogleCloudAiplatformV1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies.fromJson(Map json_)
Properties
- featureDisplayName ↔ String?
-
Display Name of the Feature.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
predictionStats
↔ List<
GoogleCloudAiplatformV1FeatureStatsAnomaly> ? -
A list of historical stats generated by different time window's Prediction
Dataset.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threshold ↔ GoogleCloudAiplatformV1ThresholdConfig?
-
Threshold for anomaly detection.
getter/setter pair
- trainingStats ↔ GoogleCloudAiplatformV1FeatureStatsAnomaly?
-
Stats calculated for the Training Dataset.
getter/setter pair
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