public enum FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline extends Enum<FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline> implements ProtocolMessageEnum
Defines the baseline to do anomaly detection for feature values imported by each ImportFeatureValues operation.
Protobuf enum
google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BASELINE_UNSPECIFIED |
Should not be used. |
BASELINE_UNSPECIFIED_VALUE |
Should not be used. |
LATEST_STATS |
Choose the later one statistics generated by either most recent snapshot analysis or previous import features analysis. If non of them exists, skip anomaly detection and only generate a statistics. |
LATEST_STATS_VALUE |
Choose the later one statistics generated by either most recent snapshot analysis or previous import features analysis. If non of them exists, skip anomaly detection and only generate a statistics. |
MOST_RECENT_SNAPSHOT_STATS |
Use the statistics generated by the most recent snapshot analysis if exists. |
MOST_RECENT_SNAPSHOT_STATS_VALUE |
Use the statistics generated by the most recent snapshot analysis if exists. |
PREVIOUS_IMPORT_FEATURES_STATS |
Use the statistics generated by the previous import features analysis if exists. |
PREVIOUS_IMPORT_FEATURES_STATS_VALUE |
Use the statistics generated by the previous import features analysis if exists. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |