ModelMonitoringAlertConfig

The alert config for model monitoring.

JSON representation
{
  "enableLogging": boolean,
  "notificationChannels": [
    string
  ],

  // Union field alert can be only one of the following:
  "emailAlertConfig": {
    object (EmailAlertConfig)
  }
  // End of list of possible types for union field alert.
}
Fields
enableLogging

boolean

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

Resource names of the NotificationChannels to send alert. Must be of the format projects/<project_id_or_number>/notificationChannels/<channelId>

Union field alert.

alert can be only one of the following:

emailAlertConfig

object (EmailAlertConfig)

email alert config.

EmailAlertConfig

The config for email alert.

JSON representation
{
  "userEmails": [
    string
  ]
}
Fields
userEmails[]

string

The email addresses to send the alert.