Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1FeaturestoreMonitoringConfigImportFeaturesAnalysis

import type { GoogleCloudAiplatformV1FeaturestoreMonitoringConfigImportFeaturesAnalysis } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Configuration of the Featurestore's ImportFeature Analysis Based Monitoring. This type of analysis generates statistics for values of each Feature imported by every ImportFeatureValues operation.

interface GoogleCloudAiplatformV1FeaturestoreMonitoringConfigImportFeaturesAnalysis {
anomalyDetectionBaseline?:
| "BASELINE_UNSPECIFIED"
| "LATEST_STATS"
| "MOST_RECENT_SNAPSHOT_STATS"
| "PREVIOUS_IMPORT_FEATURES_STATS";
state?:
| "STATE_UNSPECIFIED"
| "DEFAULT"
| "ENABLED"
| "DISABLED";
}

§Properties

§
anomalyDetectionBaseline?: "BASELINE_UNSPECIFIED" | "LATEST_STATS" | "MOST_RECENT_SNAPSHOT_STATS" | "PREVIOUS_IMPORT_FEATURES_STATS"
[src]

The baseline used to do anomaly detection for the statistics generated by import features analysis.

§
state?: "STATE_UNSPECIFIED" | "DEFAULT" | "ENABLED" | "DISABLED"
[src]

Whether to enable / disable / inherite default hebavior for import features analysis.