Retail V2 API - Module Google::Cloud::Retail::V2::ModelService::Paths (v0.16.0)

Reference documentation and code samples for the Retail V2 API module Google::Cloud::Retail::V2::ModelService::Paths.

Path helper methods for the ModelService API.

Methods

#catalog_path

def catalog_path(project:, location:, catalog:) -> ::String

Create a fully-qualified Catalog resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/catalogs/{catalog}

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

#model_path

def model_path(project:, location:, catalog:, model:) -> ::String

Create a fully-qualified Model resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/catalogs/{catalog}/models/{model}

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