Reference documentation and code samples for the Cloud AutoML V1 API module Google::Cloud::AutoML::V1::PredictionService::Paths.
Path helper methods for the PredictionService API.
Included In
Methods
#model_path
def model_path(project:, location:, model:) -> ::StringCreate a fully-qualified Model resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/models/{model}
Parameters
- project (String)
- location (String)
- model (String)
Returns
- (::String)
Raises
- (::ArgumentError)