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.
Included In
Methods
#environment_path
def environment_path(project:, environment:) -> ::StringCreate a fully-qualified Environment resource string.
The resource will be in the following format:
projects/{project}/environments/{environment}
- project (String)
- environment (String)
- (::String)
- (::ArgumentError)
#instance_path
def instance_path(project:, instance:) -> ::StringCreate a fully-qualified Instance resource string.
The resource will be in the following format:
projects/{project}/instances/{instance}
- project (String)
- instance (String)
- (::String)
- (::ArgumentError)