anomalyDetectionBaseline property
The baseline used to do anomaly detection for the statistics generated by import features analysis. Possible string values are:
- "BASELINE_UNSPECIFIED" : 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.
- "MOST_RECENT_SNAPSHOT_STATS" : 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.
Implementation
core.String? anomalyDetectionBaseline;