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

GoogleCloudAiplatformV1FeatureMonitoringStatsAnomaly

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

A list of historical SnapshotAnalysis or ImportFeaturesAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.

interface GoogleCloudAiplatformV1FeatureMonitoringStatsAnomaly {
readonly featureStatsAnomaly?: GoogleCloudAiplatformV1FeatureStatsAnomaly;
readonly objective?: "OBJECTIVE_UNSPECIFIED" | "IMPORT_FEATURE_ANALYSIS" | "SNAPSHOT_ANALYSIS";
}

§Properties

§

Output only. The stats and anomalies generated at specific timestamp.

§
readonly objective?: "OBJECTIVE_UNSPECIFIED" | "IMPORT_FEATURE_ANALYSIS" | "SNAPSHOT_ANALYSIS"
[src]

Output only. The objective for each stats.