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

GoogleCloudAiplatformV1ModelMonitoringAlertConfig

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

The alert config for model monitoring.

interface GoogleCloudAiplatformV1ModelMonitoringAlertConfig {
enableLogging?: boolean;
notificationChannels?: string[];
}

§Properties

§
enableLogging?: boolean
[src]

Dump the anomalies to Cloud Logging. The anomalies will be put to json payload encoded from proto google.cloud.aiplatform.logging.ModelMonitoringAnomaliesLogEntry. This can be further sinked to Pub/Sub or any other services supported by Cloud Logging.

§
notificationChannels?: string[]
[src]

Resource names of the NotificationChannels to send alert. Must be of the format projects//notificationChannels/