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 webpage provides documentation for the `ModelMonitoringAlertConfig` class within the `Google.Cloud.AIPlatform.V1` namespace, with version 3.22.0 being the latest and other versions available for viewing."],["The `ModelMonitoringAlertConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `ModelMonitoringAlertConfig` class has two constructors: a default one and another that takes an instance of `ModelMonitoringAlertConfig` as a parameter."],["Key properties of the `ModelMonitoringAlertConfig` class include `AlertCase`, which is of type `ModelMonitoringAlertConfig.AlertOneofCase`, `EmailAlertConfig`, of type `ModelMonitoringAlertConfig.Types.EmailAlertConfig`, and `EnableLogging`, a boolean determining whether to dump anomalies to Cloud Logging."],["The documentation includes a comprehensive list of older versions of the `ModelMonitoringAlertConfig` class, allowing users to access specific release information."]]],[]]