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 page provides documentation for the `ModelMonitoringAlertConfig` class within the `Google.Cloud.AIPlatform.V1` namespace, spanning multiple versions."],["The latest documented version of `ModelMonitoringAlertConfig` is 3.22.0, and the list shows historical versions back to 1.0.0."],["`ModelMonitoringAlertConfig` class is used for model monitoring alerts and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has constructors to create new instances and also provides properties such as `AlertCase`, `EmailAlertConfig`, and `EnableLogging` for configuring alert settings."],["The page is a reference for the `ModelMonitoringAlertConfig` in the Google.Cloud.AIPlatform.V1 library, for those using the .NET platform."]]],[]]