public static interface ModelMonitoringObjectiveSpec.FeatureAttributionSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFeatureAlertConditions(String key)
Per feature alert condition will override default alert condition.
|
BatchDedicatedResources |
getBatchExplanationDedicatedResources()
The config of resources used by the Model Monitoring during the batch
explanation for non-AutoML models.
|
BatchDedicatedResourcesOrBuilder |
getBatchExplanationDedicatedResourcesOrBuilder()
The config of resources used by the Model Monitoring during the batch
explanation for non-AutoML models.
|
ModelMonitoringAlertCondition |
getDefaultAlertCondition()
Default alert condition for all the features.
|
ModelMonitoringAlertConditionOrBuilder |
getDefaultAlertConditionOrBuilder()
Default alert condition for all the features.
|
Map<String,ModelMonitoringAlertCondition> |
getFeatureAlertConditions()
Deprecated.
|
int |
getFeatureAlertConditionsCount()
Per feature alert condition will override default alert condition.
|
Map<String,ModelMonitoringAlertCondition> |
getFeatureAlertConditionsMap()
Per feature alert condition will override default alert condition.
|
ModelMonitoringAlertCondition |
getFeatureAlertConditionsOrDefault(String key,
ModelMonitoringAlertCondition defaultValue)
Per feature alert condition will override default alert condition.
|
ModelMonitoringAlertCondition |
getFeatureAlertConditionsOrThrow(String key)
Per feature alert condition will override default alert condition.
|
String |
getFeatures(int index)
Feature names interested in monitoring.
|
com.google.protobuf.ByteString |
getFeaturesBytes(int index)
Feature names interested in monitoring.
|
int |
getFeaturesCount()
Feature names interested in monitoring.
|
List<String> |
getFeaturesList()
Feature names interested in monitoring.
|
boolean |
hasBatchExplanationDedicatedResources()
The config of resources used by the Model Monitoring during the batch
explanation for non-AutoML models.
|
boolean |
hasDefaultAlertCondition()
Default alert condition for all the features.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getFeaturesList()
Feature names interested in monitoring. These should be a subset of the input feature names specified in the monitoring schema. If the field is not specified all features outlied in the monitoring schema will be used.
repeated string features = 1;int getFeaturesCount()
Feature names interested in monitoring. These should be a subset of the input feature names specified in the monitoring schema. If the field is not specified all features outlied in the monitoring schema will be used.
repeated string features = 1;String getFeatures(int index)
Feature names interested in monitoring. These should be a subset of the input feature names specified in the monitoring schema. If the field is not specified all features outlied in the monitoring schema will be used.
repeated string features = 1;index - The index of the element to return.com.google.protobuf.ByteString getFeaturesBytes(int index)
Feature names interested in monitoring. These should be a subset of the input feature names specified in the monitoring schema. If the field is not specified all features outlied in the monitoring schema will be used.
repeated string features = 1;index - The index of the value to return.boolean hasDefaultAlertCondition()
Default alert condition for all the features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_alert_condition = 2;
ModelMonitoringAlertCondition getDefaultAlertCondition()
Default alert condition for all the features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_alert_condition = 2;
ModelMonitoringAlertConditionOrBuilder getDefaultAlertConditionOrBuilder()
Default alert condition for all the features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_alert_condition = 2;
int getFeatureAlertConditionsCount()
Per feature alert condition will override default alert condition.
map<string, .google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition> feature_alert_conditions = 3;
boolean containsFeatureAlertConditions(String key)
Per feature alert condition will override default alert condition.
map<string, .google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition> feature_alert_conditions = 3;
@Deprecated Map<String,ModelMonitoringAlertCondition> getFeatureAlertConditions()
getFeatureAlertConditionsMap() instead.Map<String,ModelMonitoringAlertCondition> getFeatureAlertConditionsMap()
Per feature alert condition will override default alert condition.
map<string, .google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition> feature_alert_conditions = 3;
ModelMonitoringAlertCondition getFeatureAlertConditionsOrDefault(String key, ModelMonitoringAlertCondition defaultValue)
Per feature alert condition will override default alert condition.
map<string, .google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition> feature_alert_conditions = 3;
ModelMonitoringAlertCondition getFeatureAlertConditionsOrThrow(String key)
Per feature alert condition will override default alert condition.
map<string, .google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition> feature_alert_conditions = 3;
boolean hasBatchExplanationDedicatedResources()
The config of resources used by the Model Monitoring during the batch explanation for non-AutoML models. If not set, `n1-standard-2` machine type will be used by default.
.google.cloud.aiplatform.v1beta1.BatchDedicatedResources batch_explanation_dedicated_resources = 4;
BatchDedicatedResources getBatchExplanationDedicatedResources()
The config of resources used by the Model Monitoring during the batch explanation for non-AutoML models. If not set, `n1-standard-2` machine type will be used by default.
.google.cloud.aiplatform.v1beta1.BatchDedicatedResources batch_explanation_dedicated_resources = 4;
BatchDedicatedResourcesOrBuilder getBatchExplanationDedicatedResourcesOrBuilder()
The config of resources used by the Model Monitoring during the batch explanation for non-AutoML models. If not set, `n1-standard-2` machine type will be used by default.
.google.cloud.aiplatform.v1beta1.BatchDedicatedResources batch_explanation_dedicated_resources = 4;
Copyright © 2025 Google LLC. All rights reserved.