public enum FeaturestoreMonitoringConfig.Types.ImportFeaturesAnalysis.Types.BaselineReference documentation and code samples for the Vertex AI v1beta1 API enum FeaturestoreMonitoringConfig.Types.ImportFeaturesAnalysis.Types.Baseline.
Defines the baseline to do anomaly detection for feature values imported by each [ImportFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreService.ImportFeatureValues] operation.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Fields |
|
|---|---|
| Name | Description |
LatestStats |
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. |
MostRecentSnapshotStats |
Use the statistics generated by the most recent snapshot analysis if exists. |
PreviousImportFeaturesStats |
Use the statistics generated by the previous import features analysis if exists. |
Unspecified |
Should not be used. |