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.
Included In
Methods
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#runtime_path
def runtime_path(project:, location:, runtime:) -> ::StringCreate a fully-qualified Runtime resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/runtimes/{runtime}
- project (String)
- location (String)
- runtime (String)
- (::String)
- (::ArgumentError)