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

GoogleCloudAiplatformV1ModelMonitoringAlertConfigEmailAlertConfig

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

The config for email alert.

interface GoogleCloudAiplatformV1ModelMonitoringAlertConfigEmailAlertConfig {
userEmails?: string[];
}

§Properties

§
userEmails?: string[]
[src]

The email addresses to send the alert.