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-10 UTC."],[[["The content provides a comprehensive list of versions for `ModelMonitoringAlertConfig`, ranging from the latest version 3.22.0 down to version 1.0.0."],["`ModelMonitoringAlertConfig` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ModelMonitoringAlertConfig` class has two constructors, a default constructor and a constructor that takes another `ModelMonitoringAlertConfig` object as a parameter for creating a new instance from another."],["The class includes properties like `AlertCase` to manage different alert types, `EmailAlertConfig` for email alert settings, and `EnableLogging` to toggle anomaly logging to Cloud Logging."],["The namespace for the class is Google.Cloud.AIPlatform.V1, and it is contained within the assembly Google.Cloud.AIPlatform.V1.dll."]]],[]]