Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::ModelGardenService::Paths (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::ModelGardenService::Paths.

Path helper methods for the ModelGardenService API.

Methods

#publisher_model_path

def publisher_model_path(publisher:, model:) -> ::String

Create a fully-qualified PublisherModel resource string.

The resource will be in the following format:

publishers/{publisher}/models/{model}

Parameters
  • publisher (String)
  • model (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)