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, spanning versions from 1.0.0 to the latest 3.22.0."],["`ModelMonitoringAlertConfig` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it is a component within a message-passing or data serialization system."],["The class has two constructors, a default one and another that accepts an existing `ModelMonitoringAlertConfig` object for creating a new instance."],["It contains properties like `AlertCase`, which indicates the current state of an alert, `EmailAlertConfig` for setting up email alerts, and `EnableLogging` to control whether anomalies are logged to Cloud Logging."],["The latest version of the documentation available for `ModelMonitoringAlertConfig` is 3.22.0."]]],[]]