GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig class
The config for Training & Prediction data skew detection.
It specifies the training dataset sources and the skew detection parameters.
Constructors
-
GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig({Map<
String, GoogleCloudAiplatformV1ThresholdConfig> ? attributionScoreSkewThresholds, GoogleCloudAiplatformV1ThresholdConfig? defaultSkewThreshold, Map<String, GoogleCloudAiplatformV1ThresholdConfig> ? skewThresholds}) - GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig.fromJson(Map json_)
Properties
-
attributionScoreSkewThresholds
↔ Map<
String, GoogleCloudAiplatformV1ThresholdConfig> ? -
Key is the feature name and value is the threshold.
getter/setter pair
- defaultSkewThreshold ↔ GoogleCloudAiplatformV1ThresholdConfig?
-
Skew anomaly detection threshold used by all features.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
skewThresholds
↔ Map<
String, GoogleCloudAiplatformV1ThresholdConfig> ? -
Key is the feature name and value is the threshold.
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