AI Platform Notebooks V1 API - Module Google::Cloud::Notebooks::V1::ManagedNotebookService::Paths (v0.2.1)

Reference documentation and code samples for the AI Platform Notebooks V1 API module Google::Cloud::Notebooks::V1::ManagedNotebookService::Paths.

Path helper methods for the ManagedNotebookService API.

Methods

#runtime_path

def runtime_path(project:, location:, runtime:) -> ::String

Create a fully-qualified Runtime resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/runtimes/{runtime}

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