ModelMonitoringNotificationSpec class final
Notification spec(email, notification channel) for model monitoring statistics/alerts.
- Inheritance
-
- Object
- ProtoMessage
- ModelMonitoringNotificationSpec
Constructors
-
ModelMonitoringNotificationSpec({ModelMonitoringNotificationSpec_EmailConfig? emailConfig, bool enableCloudLogging = false, List<
ModelMonitoringNotificationSpec_NotificationChannelConfig> notificationChannelConfigs = const []}) -
ModelMonitoringNotificationSpec.fromJson(Map<
String, dynamic> json) -
factory
Properties
- emailConfig → ModelMonitoringNotificationSpec_EmailConfig?
-
Email alert config.
final
- enableCloudLogging → 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
-
notificationChannelConfigs
→ List<
ModelMonitoringNotificationSpec_NotificationChannelConfig> -
Notification channel config.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.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