Cloud AI Platform v1 API - Enum FeaturestoreMonitoringConfig.Types.ImportFeaturesAnalysis.Types.Baseline (2.27.0)

public enum FeaturestoreMonitoringConfig.Types.ImportFeaturesAnalysis.Types.Baseline

Reference documentation and code samples for the Cloud AI Platform v1 API enum FeaturestoreMonitoringConfig.Types.ImportFeaturesAnalysis.Types.Baseline.

Defines the baseline to do anomaly detection for feature values imported by each [ImportFeatureValues][google.cloud.aiplatform.v1.FeaturestoreService.ImportFeatureValues] operation.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
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.