public sealed class UpdateFeatureMonitorRequest : IMessage<UpdateFeatureMonitorRequest>, IEquatable<UpdateFeatureMonitorRequest>, IDeepCloneable<UpdateFeatureMonitorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class UpdateFeatureMonitorRequest.
Request message for
[FeatureRegistryService.UpdateFeatureMonitor][google.cloud.aiplatform.v1beta1.FeatureRegistryService.UpdateFeatureMonitor].
public FeatureMonitor FeatureMonitor { get; set; }
Required. The FeatureMonitor's name field is used to identify the
FeatureMonitor to be updated. Format:
projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}
Optional. Field mask is used to specify the fields to be overwritten in the
FeatureMonitor resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then only the non-empty fields present in the
request will be overwritten. Set the update_mask to * to override all
fields.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eUpdateFeatureMonitorRequest\u003c/code\u003e is a class in the Vertex AI v1beta1 API, specifically part of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace in the .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThis class is a request message used for updating a FeatureMonitor via \u003ccode\u003eFeatureRegistryService.UpdateFeatureMonitor\u003c/code\u003e, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing several interfaces for message handling.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default one and another that accepts an \u003ccode\u003eUpdateFeatureMonitorRequest\u003c/code\u003e object for creating a copy, in addition to also including properties for \u003ccode\u003eFeatureMonitor\u003c/code\u003e and \u003ccode\u003eUpdateMask\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFeatureMonitor\u003c/code\u003e property is required and is used to identify the FeatureMonitor being updated via the name field.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateMask\u003c/code\u003e property is optional and specifies the fields to overwrite, allowing for partial updates or full overrides of a given FeatureMonitor.\u003c/p\u003e\n"]]],[],null,[]]