Class ModelMonitoringAlertConfig (1.37.0)

ModelMonitoringAlertConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
email_alert_config google.cloud.aiplatform_v1.types.ModelMonitoringAlertConfig.EmailAlertConfig
Email alert config. This field is a member of oneof_ alert.
enable_logging bool
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.
notification_channels MutableSequence[str]
Resource names of the NotificationChannels to send alert. Must be of the format projects/

Classes

EmailAlertConfig

EmailAlertConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The config for email alert.

Methods

ModelMonitoringAlertConfig

ModelMonitoringAlertConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)