Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::UpdatePersistentResourceRequest (v0.42.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::UpdatePersistentResourceRequest.

Request message for UpdatePersistentResource method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#persistent_resource

def persistent_resource() -> ::Google::Cloud::AIPlatform::V1::PersistentResource
Returns
  • (::Google::Cloud::AIPlatform::V1::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}

#persistent_resource=

def persistent_resource=(value) -> ::Google::Cloud::AIPlatform::V1::PersistentResource
Parameter
  • value (::Google::Cloud::AIPlatform::V1::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}

Returns
  • (::Google::Cloud::AIPlatform::V1::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

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns