Recommendations AI V1beta1 API - Module Google::Cloud::RecommendationEngine::V1beta1::PredictionService::Paths (v0.9.0)

Reference documentation and code samples for the Recommendations AI V1beta1 API module Google::Cloud::RecommendationEngine::V1beta1::PredictionService::Paths.

Path helper methods for the PredictionService API.

Methods

#placement_path

def placement_path(project:, location:, catalog:, event_store:, placement:) -> ::String

Create a fully-qualified Placement resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/catalogs/{catalog}/eventStores/{event_store}/placements/{placement}

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