public sealed class UpdateModelMonitorRequest : IMessage<UpdateModelMonitorRequest>, IEquatable<UpdateModelMonitorRequest>, IDeepCloneable<UpdateModelMonitorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-03-25 UTC."],[[["`UpdateModelMonitorRequest` is a class in the Vertex AI v1beta1 API, specifically part of the `Google.Cloud.AIPlatform.V1Beta1` namespace within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["This class serves as the request message for updating model monitoring configurations using `ModelMonitoringService.UpdateModelMonitor`, as described in the documentation."],["`UpdateModelMonitorRequest` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with the protobuf library."],["The class has properties `ModelMonitor`, representing the model monitoring configuration to be updated, and `UpdateMask`, indicating which fields should be updated, both of which are required."],["There are two constructors, a parameterless one and one that accepts another instance of the same type as a parameter."]]],[]]