public sealed class UpdatePersistentResourceRequest : IMessage<UpdatePersistentResourceRequest>, IEquatable<UpdatePersistentResourceRequest>, IDeepCloneable<UpdatePersistentResourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class UpdatePersistentResourceRequest.
Request message for UpdatePersistentResource method.
public PersistentResource PersistentResource { get; set; }
Required. The PersistentResource to update.
The PersistentResource's name field is used to identify the
PersistentResource to update. Format:
projects/{project}/locations/{location}/persistentResources/{persistent_resource}
[[["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\u003eThis documentation details the \u003ccode\u003eUpdatePersistentResourceRequest\u003c/code\u003e class within the Google Cloud Vertex AI v1beta1 API, specifically for .NET.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdatePersistentResourceRequest\u003c/code\u003e is used to send a request for updating a PersistentResource in Vertex AI, and it implements interfaces like \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 class includes a constructor that takes another \u003ccode\u003eUpdatePersistentResourceRequest\u003c/code\u003e object as an argument for copying purposes.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdatePersistentResourceRequest\u003c/code\u003e class has two main properties: \u003ccode\u003ePersistentResource\u003c/code\u003e, which specifies the resource to be updated, and \u003ccode\u003eUpdateMask\u003c/code\u003e, which determines the fields that will be modified.\u003c/p\u003e\n"]]],[],null,[]]