Class UpdatePersistentResourceRequest (1.48.0)

UpdatePersistentResourceRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for UpdatePersistentResource method.

Attributes

NameDescription
persistent_resource google.cloud.aiplatform_v1beta1.types.PersistentResource
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}
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. Specify the fields to be overwritten in the PersistentResource by the update method.

Methods

UpdatePersistentResourceRequest

UpdatePersistentResourceRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for UpdatePersistentResource method.