public static interface ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAttributionScoreDriftThresholds(String key)
Key is the feature name and value is the threshold.
|
boolean |
containsDriftThresholds(String key)
Key is the feature name and value is the threshold.
|
Map<String,ThresholdConfig> |
getAttributionScoreDriftThresholds()
Deprecated.
|
int |
getAttributionScoreDriftThresholdsCount()
Key is the feature name and value is the threshold.
|
Map<String,ThresholdConfig> |
getAttributionScoreDriftThresholdsMap()
Key is the feature name and value is the threshold.
|
ThresholdConfig |
getAttributionScoreDriftThresholdsOrDefault(String key,
ThresholdConfig defaultValue)
Key is the feature name and value is the threshold.
|
ThresholdConfig |
getAttributionScoreDriftThresholdsOrThrow(String key)
Key is the feature name and value is the threshold.
|
ThresholdConfig |
getDefaultDriftThreshold()
Drift anomaly detection threshold used by all features.
|
ThresholdConfigOrBuilder |
getDefaultDriftThresholdOrBuilder()
Drift anomaly detection threshold used by all features.
|
Map<String,ThresholdConfig> |
getDriftThresholds()
Deprecated.
|
int |
getDriftThresholdsCount()
Key is the feature name and value is the threshold.
|
Map<String,ThresholdConfig> |
getDriftThresholdsMap()
Key is the feature name and value is the threshold.
|
ThresholdConfig |
getDriftThresholdsOrDefault(String key,
ThresholdConfig defaultValue)
Key is the feature name and value is the threshold.
|
ThresholdConfig |
getDriftThresholdsOrThrow(String key)
Key is the feature name and value is the threshold.
|
boolean |
hasDefaultDriftThreshold()
Drift anomaly detection threshold used by all features.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDriftThresholdsCount()
Key is the feature name and value is the threshold. If a feature needs to be monitored for drift, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between different time windws.
map<string, .google.cloud.aiplatform.v1beta1.ThresholdConfig> drift_thresholds = 1;
boolean containsDriftThresholds(String key)
Key is the feature name and value is the threshold. If a feature needs to be monitored for drift, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between different time windws.
map<string, .google.cloud.aiplatform.v1beta1.ThresholdConfig> drift_thresholds = 1;
@Deprecated Map<String,ThresholdConfig> getDriftThresholds()
getDriftThresholdsMap() instead.Map<String,ThresholdConfig> getDriftThresholdsMap()
Key is the feature name and value is the threshold. If a feature needs to be monitored for drift, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between different time windws.
map<string, .google.cloud.aiplatform.v1beta1.ThresholdConfig> drift_thresholds = 1;
ThresholdConfig getDriftThresholdsOrDefault(String key, ThresholdConfig defaultValue)
Key is the feature name and value is the threshold. If a feature needs to be monitored for drift, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between different time windws.
map<string, .google.cloud.aiplatform.v1beta1.ThresholdConfig> drift_thresholds = 1;
ThresholdConfig getDriftThresholdsOrThrow(String key)
Key is the feature name and value is the threshold. If a feature needs to be monitored for drift, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between different time windws.
map<string, .google.cloud.aiplatform.v1beta1.ThresholdConfig> drift_thresholds = 1;
int getAttributionScoreDriftThresholdsCount()
Key is the feature name and value is the threshold. The threshold here is against attribution score distance between different time windows.
map<string, .google.cloud.aiplatform.v1beta1.ThresholdConfig> attribution_score_drift_thresholds = 2;
boolean containsAttributionScoreDriftThresholds(String key)
Key is the feature name and value is the threshold. The threshold here is against attribution score distance between different time windows.
map<string, .google.cloud.aiplatform.v1beta1.ThresholdConfig> attribution_score_drift_thresholds = 2;
@Deprecated Map<String,ThresholdConfig> getAttributionScoreDriftThresholds()
getAttributionScoreDriftThresholdsMap() instead.Map<String,ThresholdConfig> getAttributionScoreDriftThresholdsMap()
Key is the feature name and value is the threshold. The threshold here is against attribution score distance between different time windows.
map<string, .google.cloud.aiplatform.v1beta1.ThresholdConfig> attribution_score_drift_thresholds = 2;
ThresholdConfig getAttributionScoreDriftThresholdsOrDefault(String key, ThresholdConfig defaultValue)
Key is the feature name and value is the threshold. The threshold here is against attribution score distance between different time windows.
map<string, .google.cloud.aiplatform.v1beta1.ThresholdConfig> attribution_score_drift_thresholds = 2;
ThresholdConfig getAttributionScoreDriftThresholdsOrThrow(String key)
Key is the feature name and value is the threshold. The threshold here is against attribution score distance between different time windows.
map<string, .google.cloud.aiplatform.v1beta1.ThresholdConfig> attribution_score_drift_thresholds = 2;
boolean hasDefaultDriftThreshold()
Drift anomaly detection threshold used by all features. When the per-feature thresholds are not set, this field can be used to specify a threshold for all features.
.google.cloud.aiplatform.v1beta1.ThresholdConfig default_drift_threshold = 5;ThresholdConfig getDefaultDriftThreshold()
Drift anomaly detection threshold used by all features. When the per-feature thresholds are not set, this field can be used to specify a threshold for all features.
.google.cloud.aiplatform.v1beta1.ThresholdConfig default_drift_threshold = 5;ThresholdConfigOrBuilder getDefaultDriftThresholdOrBuilder()
Drift anomaly detection threshold used by all features. When the per-feature thresholds are not set, this field can be used to specify a threshold for all features.
.google.cloud.aiplatform.v1beta1.ThresholdConfig default_drift_threshold = 5;Copyright © 2025 Google LLC. All rights reserved.