Class ModelMonitoringAlertConfig (1.18.1)

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.

Inheritance

builtins.object > proto.message.Message > ModelMonitoringAlertConfig

Classes

EmailAlertConfig

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

The config for email alert.