Discovery Engine V1 API - Module Google::Cloud::DiscoveryEngine::V1::RankService::Paths (v0.8.0)

Reference documentation and code samples for the Discovery Engine V1 API module Google::Cloud::DiscoveryEngine::V1::RankService::Paths.

Path helper methods for the RankService API.

Methods

#ranking_config_path

def ranking_config_path(project:, location:, ranking_config:) -> ::String

Create a fully-qualified RankingConfig resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/rankingConfigs/{ranking_config}

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