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

GoogleCloudAiplatformV1FeaturestoreMonitoringConfig

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

Configuration of how features in Featurestore are monitored.

§Properties

§

Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type (Feature.ValueType) BOOL or STRING).

§

The config for ImportFeatures Analysis Based Feature Monitoring.

§

Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type (Feature.ValueType) DOUBLE or INT64).

§

The config for Snapshot Analysis Based Feature Monitoring.