Reference documentation and code samples for the Retail V2 API module Google::Cloud::Retail::V2::ModelService::Paths.
Path helper methods for the ModelService API.
Extended By
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}
- project (String)
- location (String)
- catalog (String)
- (::String)
- (::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}
- project (String)
- location (String)
- catalog (String)
- model (String)
- (::String)
- (::ArgumentError)