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 document provides comprehensive version history and documentation for `ModelMonitoringAlertConfig` within the `Google.Cloud.AIPlatform.V1` namespace, spanning from version 1.0.0 to the latest 3.22.0."],["The `ModelMonitoringAlertConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling, comparison, cloning, and buffer management."],["The class inherits members from the `Object` class, and all inherited members from that class are listed out in the documentation."],["The `ModelMonitoringAlertConfig` class includes properties such as `AlertCase`, `EmailAlertConfig`, and `EnableLogging`, allowing for configuration of alerts and anomaly logging."],["Constructors are available for creating new `ModelMonitoringAlertConfig` objects, either as a default instance or as a copy of another `ModelMonitoringAlertConfig` instance."]]],[]]