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, and provides a list of versions."],["Version 3.22.0 is the latest release for `ModelMonitoringAlertConfig`, and the page lists historical releases down to version 1.0.0."],["The `ModelMonitoringAlertConfig` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, detailing its structure and capabilities."],["Key properties of the `ModelMonitoringAlertConfig` class include `AlertCase`, `EmailAlertConfig`, and `EnableLogging`, which configure the type of alert, set up email notifications, and control logging of anomalies, respectively."],["Two constructors are available for the `ModelMonitoringAlertConfig` class, a default constructor, and one that accepts another `ModelMonitoringAlertConfig` instance as a parameter."]]],[]]