Enum FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline (3.18.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
BASELINE_UNSPECIFIED

Should not be used.

BASELINE_UNSPECIFIED = 0;

BASELINE_UNSPECIFIED_VALUE

Should not be used.

BASELINE_UNSPECIFIED = 0;

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 = 1;

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.

LATEST_STATS = 1;

MOST_RECENT_SNAPSHOT_STATS

Use the statistics generated by the most recent snapshot analysis if exists.

MOST_RECENT_SNAPSHOT_STATS = 2;

MOST_RECENT_SNAPSHOT_STATS_VALUE

Use the statistics generated by the most recent snapshot analysis if exists.

MOST_RECENT_SNAPSHOT_STATS = 2;

PREVIOUS_IMPORT_FEATURES_STATS

Use the statistics generated by the previous import features analysis if exists.

PREVIOUS_IMPORT_FEATURES_STATS = 3;

PREVIOUS_IMPORT_FEATURES_STATS_VALUE

Use the statistics generated by the previous import features analysis if exists.

PREVIOUS_IMPORT_FEATURES_STATS = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()