Class Baseline (1.39.0)

Baseline(value)

Defines the baseline to do anomaly detection for feature values imported by each ImportFeatureValues operation.

Values: BASELINE_UNSPECIFIED (0): Should not be used. LATEST_STATS (1): 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 (2): Use the statistics generated by the most recent snapshot analysis if exists. PREVIOUS_IMPORT_FEATURES_STATS (3): Use the statistics generated by the previous import features analysis if exists.

Methods

Baseline

Baseline(value)

Defines the baseline to do anomaly detection for feature values imported by each ImportFeatureValues operation.

Values: BASELINE_UNSPECIFIED (0): Should not be used. LATEST_STATS (1): 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 (2): Use the statistics generated by the most recent snapshot analysis if exists. PREVIOUS_IMPORT_FEATURES_STATS (3): Use the statistics generated by the previous import features analysis if exists.