public sealed class UpdateModelMonitorRequest : IMessage<UpdateModelMonitorRequest>, IEquatable<UpdateModelMonitorRequest>, IDeepCloneable<UpdateModelMonitorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateModelMonitorRequest.
Request message for
[ModelMonitoringService.UpdateModelMonitor][google.cloud.aiplatform.v1beta1.ModelMonitoringService.UpdateModelMonitor].
[[["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-04-09 UTC."],[[["This documentation is for the `UpdateModelMonitorRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`UpdateModelMonitorRequest` is a request message used for updating a model monitor via `ModelMonitoringService.UpdateModelMonitor`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateModelMonitorRequest` class has two properties, `ModelMonitor` and `UpdateMask`, which are required for updating the model monitoring configuration."],["This class has two constructors, the default constructor, and a constructor taking an existing `UpdateModelMonitorRequest` as a parameter."]]],[]]