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."],[[["This webpage provides documentation for the `ModelMonitoringAlertConfig` class within the `Google.Cloud.AIPlatform.V1` namespace in the .NET environment, offering details on its structure, inheritance, and available methods."],["The documentation covers a wide range of versions for the `ModelMonitoringAlertConfig`, starting from version 1.0.0 up to the latest version, 3.22.0, offering a historical perspective on the evolution of the API."],["The `ModelMonitoringAlertConfig` class is designed to manage alerts, includes properties such as `AlertCase`, `EmailAlertConfig`, and `EnableLogging`, and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class provides the ability to send email alerts and log the anomalies to the cloud."],["The class is constructed with either no arguments, or another `ModelMonitoringAlertConfig`."]]],[]]