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:) -> ::StringCreate 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)