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 a comprehensive list of versions for `ModelMonitoringAlertConfig`, ranging from version 1.0.0 to the latest 3.22.0, allowing users to access documentation for specific releases."],["`ModelMonitoringAlertConfig` is a class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is a part of the `Google.Cloud.AIPlatform.V1` namespace."],["The `ModelMonitoringAlertConfig` class offers constructors, including a default constructor and a copy constructor that takes another `ModelMonitoringAlertConfig` instance as a parameter."],["Key properties of the class include `AlertCase` which describes the current alert configuration, `EmailAlertConfig` for configuring email alerts, and `EnableLogging` to enable anomaly logging to Cloud Logging."],["The current page is for version 2.17.0 of `ModelMonitoringAlertConfig`."]]],[]]