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

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

Request message for PersistentResourceService.CreatePersistentResource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the Location to create the PersistentResource in. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the Location to create the PersistentResource in. Format: projects/{project}/locations/{location}
Returns
  • (::String) — Required. The resource name of the Location to create the PersistentResource in. Format: projects/{project}/locations/{location}

#persistent_resource

def persistent_resource() -> ::Google::Cloud::AIPlatform::V1::PersistentResource
Returns

#persistent_resource=

def persistent_resource=(value) -> ::Google::Cloud::AIPlatform::V1::PersistentResource
Parameter
Returns

#persistent_resource_id

def persistent_resource_id() -> ::String
Returns
  • (::String) — Required. The ID to use for the PersistentResource, which become the final component of the PersistentResource's resource name.

    The maximum length is 63 characters, and valid characters are /^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/.

#persistent_resource_id=

def persistent_resource_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID to use for the PersistentResource, which become the final component of the PersistentResource's resource name.

    The maximum length is 63 characters, and valid characters are /^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/.

Returns
  • (::String) — Required. The ID to use for the PersistentResource, which become the final component of the PersistentResource's resource name.

    The maximum length is 63 characters, and valid characters are /^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/.