ModelMonitoringNotificationSpec Stay organized with collections Save and categorize content based on your preferences.
Notification spec(email, notification channel) for model monitoring statistics/alerts.
emailConfigobject (EmailConfig)email alert config.
enableCloudLoggingbooleanDump 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.
notificationChannelConfigs[]object (NotificationChannelConfig)Notification channel config.
| JSON representation |
|---|
{"emailConfig":{object ( |
EmailConfig
The config for email alerts.
userEmails[]stringThe email addresses to send the alerts.
| JSON representation |
|---|
{"userEmails":[string]} |
NotificationChannelConfig
Google Cloud Notification channel config.
notificationChannelstringResource names of the NotificationChannels. Must be of the formatprojects/<project_id_or_number>/notificationChannels/<channelId>
| JSON representation |
|---|
{"notificationChannel":string} |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-27 UTC.