Cloud AI Platform v1 API - Class UpdatePersistentResourceRequest (3.0.0)

public sealed class UpdatePersistentResourceRequest : IMessage<UpdatePersistentResourceRequest>, IEquatable<UpdatePersistentResourceRequest>, IDeepCloneable<UpdatePersistentResourceRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class UpdatePersistentResourceRequest.

Request message for UpdatePersistentResource method.

Inheritance

object > UpdatePersistentResourceRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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