public sealed class UpdatePersistentResourceRequest : IMessage<UpdatePersistentResourceRequest>, IEquatable<UpdatePersistentResourceRequest>, IDeepCloneable<UpdatePersistentResourceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class UpdatePersistentResourceRequest.
Request message for UpdatePersistentResource method.
Implements
IMessageUpdatePersistentResourceRequest, IEquatableUpdatePersistentResourceRequest, IDeepCloneableUpdatePersistentResourceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
UpdatePersistentResourceRequest()
public UpdatePersistentResourceRequest()UpdatePersistentResourceRequest(UpdatePersistentResourceRequest)
public UpdatePersistentResourceRequest(UpdatePersistentResourceRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        UpdatePersistentResourceRequest | 
      
Properties
PersistentResource
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}
| Property Value | |
|---|---|
| Type | Description | 
PersistentResource | 
        |
UpdateMask
public FieldMask UpdateMask { get; set; }Required. Specify the fields to be overwritten in the PersistentResource by the update method.
| Property Value | |
|---|---|
| Type | Description | 
FieldMask | 
        |