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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# ModelMonitoringNotificationSpec\n\nNotification spec(email, notification channel) for model monitoring statistics/alerts.\nFields `emailConfig` `object (`[EmailConfig](/vertex-ai/docs/reference/rest/v1beta1/ModelMonitoringNotificationSpec#EmailConfig)`)` \nemail alert config.\n`enableCloudLogging` `boolean` \nDump 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.\n`notificationChannelConfigs[]` `object (`[NotificationChannelConfig](/vertex-ai/docs/reference/rest/v1beta1/ModelMonitoringNotificationSpec#NotificationChannelConfig)`)` \nNotification channel config. \n\nEmailConfig\n-----------\n\nThe config for email alerts.\nFields `userEmails[]` `string` \nThe email addresses to send the alerts. \n\nNotificationChannelConfig\n-------------------------\n\nGoogle Cloud Notification channel config.\nFields `notificationChannel` `string` \nResource names of the NotificationChannels. Must be of the format `projects/\u003cproject_id_or_number\u003e/notificationChannels/\u003cchannelId\u003e`"]]