ModelMonitoringAlertConfig class final

The alert config for model monitoring.

Inheritance
  • Object
  • ProtoMessage
  • ModelMonitoringAlertConfig

Constructors

ModelMonitoringAlertConfig({ModelMonitoringAlertConfig_EmailAlertConfig? emailAlertConfig, bool enableLogging = false, List<String> notificationChannels = const []})
ModelMonitoringAlertConfig.fromJson(Object? j)
factory

Properties

emailAlertConfig ModelMonitoringAlertConfig_EmailAlertConfig?
Email alert config.
final
enableLogging 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.
final
hashCode int
The hash code for this object.
no setterinherited
notificationChannels List<String>
Resource names of the NotificationChannels to send alert. Must be of the format projects/<project_id_or_number>/notificationChannels/<channel_id>
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String