public sealed class UpdateFeatureRequest : IMessage<UpdateFeatureRequest>, IEquatable<UpdateFeatureRequest>, IDeepCloneable<UpdateFeatureRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class UpdateFeatureRequest.
Request message for
[FeaturestoreService.UpdateFeature][google.cloud.aiplatform.v1beta1.FeaturestoreService.UpdateFeature].
Request message for
[FeatureRegistryService.UpdateFeature][google.cloud.aiplatform.v1beta1.FeatureRegistryService.UpdateFeature].
Required. The Feature's name field is used to identify the Feature to be
updated.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}
Field mask is used to specify the fields to be overwritten in the
Features 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.
Updatable fields:
description
labels
disable_monitoring (Not supported for FeatureRegistryService Feature)
point_of_contact (Not supported for FeaturestoreService FeatureStore)
[[["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\u003eUpdateFeatureRequest\u003c/code\u003e is a class within the Vertex AI v1beta1 API, used to manage updates for features in both Featurestore and FeatureRegistry services.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateFeatureRequest\u003c/code\u003e class offers two constructors: a default constructor and one that takes another \u003ccode\u003eUpdateFeatureRequest\u003c/code\u003e instance as a parameter for copying.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eUpdateFeatureRequest\u003c/code\u003e include \u003ccode\u003eFeature\u003c/code\u003e, which identifies the feature to be updated, and \u003ccode\u003eUpdateMask\u003c/code\u003e, which specifies which fields of the feature are to be overwritten.\u003c/p\u003e\n"],["\u003cp\u003eUpdatable fields within the request include \u003ccode\u003edescription\u003c/code\u003e, \u003ccode\u003elabels\u003c/code\u003e, \u003ccode\u003edisable_monitoring\u003c/code\u003e, and \u003ccode\u003epoint_of_contact\u003c/code\u003e, with certain restrictions based on the service.\u003c/p\u003e\n"]]],[],null,[]]