Class: Google::Cloud::AIPlatform::V1::UpdatePersistentResourceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/persistent_resource_service.rb

Overview

Request message for UpdatePersistentResource method.

Instance Attribute Summary collapse

Instance Attribute Details

#persistent_resource::Google::Cloud::AIPlatform::V1::PersistentResource

Returns 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}



152
153
154
155
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource_service.rb', line 152

class UpdatePersistentResourceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Required. Specify the fields to be overwritten in the PersistentResource by the update method.

Returns:



152
153
154
155
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource_service.rb', line 152

class UpdatePersistentResourceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end