public sealed class ModelMonitoringAlertConfig : IMessage<ModelMonitoringAlertConfig>, IEquatable<ModelMonitoringAlertConfig>, IDeepCloneable<ModelMonitoringAlertConfig>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The content provides documentation for the `ModelMonitoringAlertConfig` class within the `Google.Cloud.AIPlatform.V1` namespace, specifically for version 2.20.0, and lists different versions available from 1.0.0 to 3.22.0."],["`ModelMonitoringAlertConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as message handling, equality checking, deep cloning, and buffer management."],["This class offers properties for configuring alerts, such as `EmailAlertConfig`, `EnableLogging` to dump anomalies to Cloud Logging, and `NotificationChannels` for setting up notification channels, allowing users to customize how they are alerted to model monitoring issues."],["The `ModelMonitoringAlertConfig` class has two constructors and includes read/write properties, such as `EmailAlertConfig` and `EnableLogging`, and read-only properties, such as `NotificationChannels`, providing flexibility in setting up and accessing configuration."],["The latest version is 3.22.0, while the oldest version available is 1.0.0, displaying the history and the evolution of the class over time."]]],[]]