Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::PersistentResourceService::Paths (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::PersistentResourceService::Paths.

Path helper methods for the PersistentResourceService API.

Methods

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#network_path

def network_path(project:, network:) -> ::String

Create a fully-qualified Network resource string.

The resource will be in the following format:

projects/{project}/global/networks/{network}

Parameters
  • project (String)
  • network (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#persistent_resource_path

def persistent_resource_path(project:, location:, persistent_resource:) -> ::String

Create a fully-qualified PersistentResource resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/persistentResources/{persistent_resource}

Parameters
  • project (String)
  • location (String)
  • persistent_resource (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)