Enum FeaturestoreMonitoringConfig.Types.ImportFeaturesAnalysis.Types.Baseline (1.5.0)

public enum Baseline

Defines the baseline to do anomaly detection for feature values imported by each [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.