public enum ModelDeploymentMonitoringObjectiveType extends Enum<ModelDeploymentMonitoringObjectiveType> implements com.google.protobuf.ProtocolMessageEnum
The Model Monitoring Objective types.Protobuf enum
google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveType| Enum Constant and Description |
|---|
FEATURE_ATTRIBUTION_DRIFT
Feature attribution scores to detect skew between Prediction datasets
collected within different time windows.
|
FEATURE_ATTRIBUTION_SKEW
Feature attribution scores to detect skew between Training-Prediction
datasets.
|
MODEL_DEPLOYMENT_MONITORING_OBJECTIVE_TYPE_UNSPECIFIED
Default value, should not be set.
|
RAW_FEATURE_DRIFT
Raw feature values' stats to detect drift between Serving-Prediction
datasets.
|
RAW_FEATURE_SKEW
Raw feature values' stats to detect skew between Training-Prediction
datasets.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
FEATURE_ATTRIBUTION_DRIFT_VALUE
Feature attribution scores to detect skew between Prediction datasets
collected within different time windows.
|
static int |
FEATURE_ATTRIBUTION_SKEW_VALUE
Feature attribution scores to detect skew between Training-Prediction
datasets.
|
static int |
MODEL_DEPLOYMENT_MONITORING_OBJECTIVE_TYPE_UNSPECIFIED_VALUE
Default value, should not be set.
|
static int |
RAW_FEATURE_DRIFT_VALUE
Raw feature values' stats to detect drift between Serving-Prediction
datasets.
|
static int |
RAW_FEATURE_SKEW_VALUE
Raw feature values' stats to detect skew between Training-Prediction
datasets.
|
| Modifier and Type | Method and Description |
|---|---|
static ModelDeploymentMonitoringObjectiveType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ModelDeploymentMonitoringObjectiveType> |
internalGetValueMap() |
static ModelDeploymentMonitoringObjectiveType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ModelDeploymentMonitoringObjectiveType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ModelDeploymentMonitoringObjectiveType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelDeploymentMonitoringObjectiveType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelDeploymentMonitoringObjectiveType MODEL_DEPLOYMENT_MONITORING_OBJECTIVE_TYPE_UNSPECIFIED
Default value, should not be set.
MODEL_DEPLOYMENT_MONITORING_OBJECTIVE_TYPE_UNSPECIFIED = 0;public static final ModelDeploymentMonitoringObjectiveType RAW_FEATURE_SKEW
Raw feature values' stats to detect skew between Training-Prediction datasets.
RAW_FEATURE_SKEW = 1;public static final ModelDeploymentMonitoringObjectiveType RAW_FEATURE_DRIFT
Raw feature values' stats to detect drift between Serving-Prediction datasets.
RAW_FEATURE_DRIFT = 2;public static final ModelDeploymentMonitoringObjectiveType FEATURE_ATTRIBUTION_SKEW
Feature attribution scores to detect skew between Training-Prediction datasets.
FEATURE_ATTRIBUTION_SKEW = 3;public static final ModelDeploymentMonitoringObjectiveType FEATURE_ATTRIBUTION_DRIFT
Feature attribution scores to detect skew between Prediction datasets collected within different time windows.
FEATURE_ATTRIBUTION_DRIFT = 4;public static final ModelDeploymentMonitoringObjectiveType UNRECOGNIZED
public static final int MODEL_DEPLOYMENT_MONITORING_OBJECTIVE_TYPE_UNSPECIFIED_VALUE
Default value, should not be set.
MODEL_DEPLOYMENT_MONITORING_OBJECTIVE_TYPE_UNSPECIFIED = 0;public static final int RAW_FEATURE_SKEW_VALUE
Raw feature values' stats to detect skew between Training-Prediction datasets.
RAW_FEATURE_SKEW = 1;public static final int RAW_FEATURE_DRIFT_VALUE
Raw feature values' stats to detect drift between Serving-Prediction datasets.
RAW_FEATURE_DRIFT = 2;public static final int FEATURE_ATTRIBUTION_SKEW_VALUE
Feature attribution scores to detect skew between Training-Prediction datasets.
FEATURE_ATTRIBUTION_SKEW = 3;public static final int FEATURE_ATTRIBUTION_DRIFT_VALUE
Feature attribution scores to detect skew between Prediction datasets collected within different time windows.
FEATURE_ATTRIBUTION_DRIFT = 4;public static ModelDeploymentMonitoringObjectiveType[] values()
for (ModelDeploymentMonitoringObjectiveType c : ModelDeploymentMonitoringObjectiveType.values()) System.out.println(c);
public static ModelDeploymentMonitoringObjectiveType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ModelDeploymentMonitoringObjectiveType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ModelDeploymentMonitoringObjectiveType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ModelDeploymentMonitoringObjectiveType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ModelDeploymentMonitoringObjectiveType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.