Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Baseline.
Defines the baseline to do anomaly detection for feature values imported by each ImportFeatureValues operation.
Protobuf type google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
BASELINE_UNSPECIFIED
Value: 0
Should not be used.
Generated from protobuf enum BASELINE_UNSPECIFIED = 0;
LATEST_STATS
Value: 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.
Generated from protobuf enum LATEST_STATS = 1;
MOST_RECENT_SNAPSHOT_STATS
Value: 2
Use the statistics generated by the most recent snapshot analysis if exists.
Generated from protobuf enum MOST_RECENT_SNAPSHOT_STATS = 2;
PREVIOUS_IMPORT_FEATURES_STATS
Value: 3
Use the statistics generated by the previous import features analysis if exists.
Generated from protobuf enum PREVIOUS_IMPORT_FEATURES_STATS = 3;