Class ModelMonitoringObjectiveSpec.DataDriftSpec.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ModelMonitoringObjectiveSpec.DataDriftSpec.Builder>
com.google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveSpec.DataDriftSpec.Builder
- All Implemented Interfaces:
ModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ModelMonitoringObjectiveSpec.DataDriftSpec
public static final class ModelMonitoringObjectiveSpec.DataDriftSpec.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ModelMonitoringObjectiveSpec.DataDriftSpec.Builder>
implements ModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder
Data drift monitoring spec. Data drift measures the distribution distance between the current dataset and a baseline dataset. A typical use case is to detect data drift between the recent production serving dataset and the training dataset, or to compare the recent production dataset with a dataset from a previous period.Protobuf type
google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveSpec.DataDriftSpec-
Method Summary
Modifier and TypeMethodDescriptionaddAllFeatures(Iterable<String> values) Feature names / Prediction output names interested in monitoring.addFeatures(String value) Feature names / Prediction output names interested in monitoring.addFeaturesBytes(com.google.protobuf.ByteString value) Feature names / Prediction output names interested in monitoring.build()clear()Supported metrics type: * l_infinity * jensen_shannon_divergenceDefault alert condition for all the categorical features.Default alert condition for all the numeric features.Feature names / Prediction output names interested in monitoring.Supported metrics type: * jensen_shannon_divergencebooleanPer feature alert condition will override default alert condition.Supported metrics type: * l_infinity * jensen_shannon_divergencecom.google.protobuf.ByteStringSupported metrics type: * l_infinity * jensen_shannon_divergenceDefault alert condition for all the categorical features.Default alert condition for all the categorical features.Default alert condition for all the categorical features.Default alert condition for all the numeric features.Default alert condition for all the numeric features.Default alert condition for all the numeric features.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorDeprecated.intPer feature alert condition will override default alert condition.Per feature alert condition will override default alert condition.getFeatureAlertConditionsOrDefault(String key, ModelMonitoringAlertCondition defaultValue) Per feature alert condition will override default alert condition.Per feature alert condition will override default alert condition.getFeatures(int index) Feature names / Prediction output names interested in monitoring.com.google.protobuf.ByteStringgetFeaturesBytes(int index) Feature names / Prediction output names interested in monitoring.intFeature names / Prediction output names interested in monitoring.com.google.protobuf.ProtocolStringListFeature names / Prediction output names interested in monitoring.Deprecated.Supported metrics type: * jensen_shannon_divergencecom.google.protobuf.ByteStringSupported metrics type: * jensen_shannon_divergencebooleanDefault alert condition for all the categorical features.booleanDefault alert condition for all the numeric features.protected com.google.protobuf.GeneratedMessage.FieldAccessorTableprotected com.google.protobuf.MapFieldReflectionAccessorinternalGetMapFieldReflection(int number) protected com.google.protobuf.MapFieldReflectionAccessorinternalGetMutableMapFieldReflection(int number) final booleanDefault alert condition for all the categorical features.Default alert condition for all the numeric features.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) Per feature alert condition will override default alert condition.Per feature alert condition will override default alert condition.Per feature alert condition will override default alert condition.Per feature alert condition will override default alert condition.setCategoricalMetricType(String value) Supported metrics type: * l_infinity * jensen_shannon_divergencesetCategoricalMetricTypeBytes(com.google.protobuf.ByteString value) Supported metrics type: * l_infinity * jensen_shannon_divergenceDefault alert condition for all the categorical features.setDefaultCategoricalAlertCondition(ModelMonitoringAlertCondition.Builder builderForValue) Default alert condition for all the categorical features.Default alert condition for all the numeric features.setDefaultNumericAlertCondition(ModelMonitoringAlertCondition.Builder builderForValue) Default alert condition for all the numeric features.setFeatures(int index, String value) Feature names / Prediction output names interested in monitoring.setNumericMetricType(String value) Supported metrics type: * jensen_shannon_divergencesetNumericMetricTypeBytes(com.google.protobuf.ByteString value) Supported metrics type: * jensen_shannon_divergenceMethods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number) - Overrides:
internalGetMapFieldReflectionin classcom.google.protobuf.GeneratedMessage.Builder<ModelMonitoringObjectiveSpec.DataDriftSpec.Builder>
-
internalGetMutableMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number) - Overrides:
internalGetMutableMapFieldReflectionin classcom.google.protobuf.GeneratedMessage.Builder<ModelMonitoringObjectiveSpec.DataDriftSpec.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<ModelMonitoringObjectiveSpec.DataDriftSpec.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<ModelMonitoringObjectiveSpec.DataDriftSpec.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<ModelMonitoringObjectiveSpec.DataDriftSpec.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public ModelMonitoringObjectiveSpec.DataDriftSpec.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ModelMonitoringObjectiveSpec.DataDriftSpec.Builder>
-
mergeFrom
public ModelMonitoringObjectiveSpec.DataDriftSpec.Builder mergeFrom(ModelMonitoringObjectiveSpec.DataDriftSpec other) -
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<ModelMonitoringObjectiveSpec.DataDriftSpec.Builder>
-
mergeFrom
public ModelMonitoringObjectiveSpec.DataDriftSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ModelMonitoringObjectiveSpec.DataDriftSpec.Builder>- Throws:
IOException
-
getFeaturesList
public com.google.protobuf.ProtocolStringList getFeaturesList()Feature names / Prediction output names interested in monitoring. These should be a subset of the input feature names or prediction output names specified in the monitoring schema. If the field is not specified all features / prediction outputs outlied in the monitoring schema will be used.
repeated string features = 1;- Specified by:
getFeaturesListin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder- Returns:
- A list containing the features.
-
getFeaturesCount
public int getFeaturesCount()Feature names / Prediction output names interested in monitoring. These should be a subset of the input feature names or prediction output names specified in the monitoring schema. If the field is not specified all features / prediction outputs outlied in the monitoring schema will be used.
repeated string features = 1;- Specified by:
getFeaturesCountin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder- Returns:
- The count of features.
-
getFeatures
Feature names / Prediction output names interested in monitoring. These should be a subset of the input feature names or prediction output names specified in the monitoring schema. If the field is not specified all features / prediction outputs outlied in the monitoring schema will be used.
repeated string features = 1;- Specified by:
getFeaturesin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The features at the given index.
-
getFeaturesBytes
public com.google.protobuf.ByteString getFeaturesBytes(int index) Feature names / Prediction output names interested in monitoring. These should be a subset of the input feature names or prediction output names specified in the monitoring schema. If the field is not specified all features / prediction outputs outlied in the monitoring schema will be used.
repeated string features = 1;- Specified by:
getFeaturesBytesin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the features at the given index.
-
setFeatures
Feature names / Prediction output names interested in monitoring. These should be a subset of the input feature names or prediction output names specified in the monitoring schema. If the field is not specified all features / prediction outputs outlied in the monitoring schema will be used.
repeated string features = 1;- Parameters:
index- The index to set the value at.value- The features to set.- Returns:
- This builder for chaining.
-
addFeatures
Feature names / Prediction output names interested in monitoring. These should be a subset of the input feature names or prediction output names specified in the monitoring schema. If the field is not specified all features / prediction outputs outlied in the monitoring schema will be used.
repeated string features = 1;- Parameters:
value- The features to add.- Returns:
- This builder for chaining.
-
addAllFeatures
Feature names / Prediction output names interested in monitoring. These should be a subset of the input feature names or prediction output names specified in the monitoring schema. If the field is not specified all features / prediction outputs outlied in the monitoring schema will be used.
repeated string features = 1;- Parameters:
values- The features to add.- Returns:
- This builder for chaining.
-
clearFeatures
Feature names / Prediction output names interested in monitoring. These should be a subset of the input feature names or prediction output names specified in the monitoring schema. If the field is not specified all features / prediction outputs outlied in the monitoring schema will be used.
repeated string features = 1;- Returns:
- This builder for chaining.
-
addFeaturesBytes
public ModelMonitoringObjectiveSpec.DataDriftSpec.Builder addFeaturesBytes(com.google.protobuf.ByteString value) Feature names / Prediction output names interested in monitoring. These should be a subset of the input feature names or prediction output names specified in the monitoring schema. If the field is not specified all features / prediction outputs outlied in the monitoring schema will be used.
repeated string features = 1;- Parameters:
value- The bytes of the features to add.- Returns:
- This builder for chaining.
-
getCategoricalMetricType
Supported metrics type: * l_infinity * jensen_shannon_divergence
string categorical_metric_type = 2;- Specified by:
getCategoricalMetricTypein interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder- Returns:
- The categoricalMetricType.
-
getCategoricalMetricTypeBytes
public com.google.protobuf.ByteString getCategoricalMetricTypeBytes()Supported metrics type: * l_infinity * jensen_shannon_divergence
string categorical_metric_type = 2;- Specified by:
getCategoricalMetricTypeBytesin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder- Returns:
- The bytes for categoricalMetricType.
-
setCategoricalMetricType
Supported metrics type: * l_infinity * jensen_shannon_divergence
string categorical_metric_type = 2;- Parameters:
value- The categoricalMetricType to set.- Returns:
- This builder for chaining.
-
clearCategoricalMetricType
Supported metrics type: * l_infinity * jensen_shannon_divergence
string categorical_metric_type = 2;- Returns:
- This builder for chaining.
-
setCategoricalMetricTypeBytes
public ModelMonitoringObjectiveSpec.DataDriftSpec.Builder setCategoricalMetricTypeBytes(com.google.protobuf.ByteString value) Supported metrics type: * l_infinity * jensen_shannon_divergence
string categorical_metric_type = 2;- Parameters:
value- The bytes for categoricalMetricType to set.- Returns:
- This builder for chaining.
-
getNumericMetricType
Supported metrics type: * jensen_shannon_divergence
string numeric_metric_type = 3;- Specified by:
getNumericMetricTypein interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder- Returns:
- The numericMetricType.
-
getNumericMetricTypeBytes
public com.google.protobuf.ByteString getNumericMetricTypeBytes()Supported metrics type: * jensen_shannon_divergence
string numeric_metric_type = 3;- Specified by:
getNumericMetricTypeBytesin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder- Returns:
- The bytes for numericMetricType.
-
setNumericMetricType
Supported metrics type: * jensen_shannon_divergence
string numeric_metric_type = 3;- Parameters:
value- The numericMetricType to set.- Returns:
- This builder for chaining.
-
clearNumericMetricType
Supported metrics type: * jensen_shannon_divergence
string numeric_metric_type = 3;- Returns:
- This builder for chaining.
-
setNumericMetricTypeBytes
public ModelMonitoringObjectiveSpec.DataDriftSpec.Builder setNumericMetricTypeBytes(com.google.protobuf.ByteString value) Supported metrics type: * jensen_shannon_divergence
string numeric_metric_type = 3;- Parameters:
value- The bytes for numericMetricType to set.- Returns:
- This builder for chaining.
-
hasDefaultCategoricalAlertCondition
public boolean hasDefaultCategoricalAlertCondition()Default alert condition for all the categorical features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_categorical_alert_condition = 4;- Specified by:
hasDefaultCategoricalAlertConditionin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder- Returns:
- Whether the defaultCategoricalAlertCondition field is set.
-
getDefaultCategoricalAlertCondition
Default alert condition for all the categorical features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_categorical_alert_condition = 4;- Specified by:
getDefaultCategoricalAlertConditionin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder- Returns:
- The defaultCategoricalAlertCondition.
-
setDefaultCategoricalAlertCondition
public ModelMonitoringObjectiveSpec.DataDriftSpec.Builder setDefaultCategoricalAlertCondition(ModelMonitoringAlertCondition value) Default alert condition for all the categorical features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_categorical_alert_condition = 4; -
setDefaultCategoricalAlertCondition
public ModelMonitoringObjectiveSpec.DataDriftSpec.Builder setDefaultCategoricalAlertCondition(ModelMonitoringAlertCondition.Builder builderForValue) Default alert condition for all the categorical features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_categorical_alert_condition = 4; -
mergeDefaultCategoricalAlertCondition
public ModelMonitoringObjectiveSpec.DataDriftSpec.Builder mergeDefaultCategoricalAlertCondition(ModelMonitoringAlertCondition value) Default alert condition for all the categorical features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_categorical_alert_condition = 4; -
clearDefaultCategoricalAlertCondition
Default alert condition for all the categorical features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_categorical_alert_condition = 4; -
getDefaultCategoricalAlertConditionBuilder
Default alert condition for all the categorical features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_categorical_alert_condition = 4; -
getDefaultCategoricalAlertConditionOrBuilder
Default alert condition for all the categorical features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_categorical_alert_condition = 4;- Specified by:
getDefaultCategoricalAlertConditionOrBuilderin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder
-
hasDefaultNumericAlertCondition
public boolean hasDefaultNumericAlertCondition()Default alert condition for all the numeric features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_numeric_alert_condition = 5;- Specified by:
hasDefaultNumericAlertConditionin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder- Returns:
- Whether the defaultNumericAlertCondition field is set.
-
getDefaultNumericAlertCondition
Default alert condition for all the numeric features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_numeric_alert_condition = 5;- Specified by:
getDefaultNumericAlertConditionin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder- Returns:
- The defaultNumericAlertCondition.
-
setDefaultNumericAlertCondition
public ModelMonitoringObjectiveSpec.DataDriftSpec.Builder setDefaultNumericAlertCondition(ModelMonitoringAlertCondition value) Default alert condition for all the numeric features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_numeric_alert_condition = 5; -
setDefaultNumericAlertCondition
public ModelMonitoringObjectiveSpec.DataDriftSpec.Builder setDefaultNumericAlertCondition(ModelMonitoringAlertCondition.Builder builderForValue) Default alert condition for all the numeric features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_numeric_alert_condition = 5; -
mergeDefaultNumericAlertCondition
public ModelMonitoringObjectiveSpec.DataDriftSpec.Builder mergeDefaultNumericAlertCondition(ModelMonitoringAlertCondition value) Default alert condition for all the numeric features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_numeric_alert_condition = 5; -
clearDefaultNumericAlertCondition
Default alert condition for all the numeric features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_numeric_alert_condition = 5; -
getDefaultNumericAlertConditionBuilder
Default alert condition for all the numeric features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_numeric_alert_condition = 5; -
getDefaultNumericAlertConditionOrBuilder
Default alert condition for all the numeric features.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition default_numeric_alert_condition = 5;- Specified by:
getDefaultNumericAlertConditionOrBuilderin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder
-
getFeatureAlertConditionsCount
public int getFeatureAlertConditionsCount()Description copied from interface:ModelMonitoringObjectiveSpec.DataDriftSpecOrBuilderPer feature alert condition will override default alert condition.
map<string, .google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition> feature_alert_conditions = 6;- Specified by:
getFeatureAlertConditionsCountin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder
-
containsFeatureAlertConditions
Per feature alert condition will override default alert condition.
map<string, .google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition> feature_alert_conditions = 6;- Specified by:
containsFeatureAlertConditionsin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder
-
getFeatureAlertConditions
Deprecated.UsegetFeatureAlertConditionsMap()instead.- Specified by:
getFeatureAlertConditionsin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder
-
getFeatureAlertConditionsMap
Per feature alert condition will override default alert condition.
map<string, .google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition> feature_alert_conditions = 6;- Specified by:
getFeatureAlertConditionsMapin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder
-
getFeatureAlertConditionsOrDefault
public 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 = 6;- Specified by:
getFeatureAlertConditionsOrDefaultin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder
-
getFeatureAlertConditionsOrThrow
Per feature alert condition will override default alert condition.
map<string, .google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition> feature_alert_conditions = 6;- Specified by:
getFeatureAlertConditionsOrThrowin interfaceModelMonitoringObjectiveSpec.DataDriftSpecOrBuilder
-
clearFeatureAlertConditions
-
removeFeatureAlertConditions
Per feature alert condition will override default alert condition.
map<string, .google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition> feature_alert_conditions = 6; -
getMutableFeatureAlertConditions
Deprecated.Use alternate mutation accessors instead. -
putFeatureAlertConditions
public ModelMonitoringObjectiveSpec.DataDriftSpec.Builder putFeatureAlertConditions(String key, ModelMonitoringAlertCondition value) Per feature alert condition will override default alert condition.
map<string, .google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition> feature_alert_conditions = 6; -
putAllFeatureAlertConditions
public ModelMonitoringObjectiveSpec.DataDriftSpec.Builder putAllFeatureAlertConditions(Map<String, ModelMonitoringAlertCondition> values) Per feature alert condition will override default alert condition.
map<string, .google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition> feature_alert_conditions = 6; -
putFeatureAlertConditionsBuilderIfAbsent
Per feature alert condition will override default alert condition.
map<string, .google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition> feature_alert_conditions = 6;
-