AI Platform Notebooks V1beta1 API - Module Google::Cloud::Notebooks::V1beta1::NotebookService::Paths (v0.5.0)

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

Path helper methods for the NotebookService API.

Methods

#environment_path

def environment_path(project:, environment:) -> ::String

Create a fully-qualified Environment resource string.

The resource will be in the following format:

projects/{project}/environments/{environment}

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

#instance_path

def instance_path(project:, instance:) -> ::String

Create a fully-qualified Instance resource string.

The resource will be in the following format:

projects/{project}/instances/{instance}

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