Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::EvaluationService::Paths.
Path helper methods for the EvaluationService API.
Methods
#branch_path
def branch_path(project:, location:, data_store:, branch:) -> ::String
def branch_path(project:, location:, collection:, data_store:, branch:) -> ::StringCreate a fully-qualified Branch resource string.
def branch_path(project:, location:, data_store:, branch:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}
    
- project (String)
 - location (String)
 - data_store (String)
 - branch (String)
 
def branch_path(project:, location:, collection:, data_store:, branch:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}
    
- project (String)
 - location (String)
 - collection (String)
 - data_store (String)
 - branch (String)
 
- (::String)
 
- (::ArgumentError)
 
#data_store_path
def data_store_path(project:, location:, data_store:) -> ::String
def data_store_path(project:, location:, collection:, data_store:) -> ::StringCreate a fully-qualified DataStore resource string.
def data_store_path(project:, location:, data_store:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}
    
- project (String)
 - location (String)
 - data_store (String)
 
def data_store_path(project:, location:, collection:, data_store:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
    
- project (String)
 - location (String)
 - collection (String)
 - data_store (String)
 
- (::String)
 
- (::ArgumentError)
 
#evaluation_path
def evaluation_path(project:, location:, evaluation:) -> ::StringCreate a fully-qualified Evaluation resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/evaluations/{evaluation}
- project (String)
 - location (String)
 - evaluation (String)
 
- (::String)
 
- (::ArgumentError)
 
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
 - location (String)
 
- (::String)
 
- (::ArgumentError)
 
#sample_query_set_path
def sample_query_set_path(project:, location:, sample_query_set:) -> ::StringCreate a fully-qualified SampleQuerySet resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}
- project (String)
 - location (String)
 - sample_query_set (String)
 
- (::String)
 
- (::ArgumentError)
 
#serving_config_path
def serving_config_path(project:, location:, data_store:, serving_config:) -> ::String
def serving_config_path(project:, location:, collection:, data_store:, serving_config:) -> ::String
def serving_config_path(project:, location:, collection:, engine:, serving_config:) -> ::StringCreate a fully-qualified ServingConfig resource string.
def serving_config_path(project:, location:, data_store:, serving_config:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}
    
- project (String)
 - location (String)
 - data_store (String)
 - serving_config (String)
 
def serving_config_path(project:, location:, collection:, data_store:, serving_config:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}
    
- project (String)
 - location (String)
 - collection (String)
 - data_store (String)
 - serving_config (String)
 
def serving_config_path(project:, location:, collection:, engine:, serving_config:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}
    
- project (String)
 - location (String)
 - collection (String)
 - engine (String)
 - serving_config (String)
 
- (::String)
 
- (::ArgumentError)
 
#session_path
def session_path(project:, location:, data_store:, session:) -> ::String
def session_path(project:, location:, collection:, data_store:, session:) -> ::String
def session_path(project:, location:, collection:, engine:, session:) -> ::StringCreate a fully-qualified Session resource string.
def session_path(project:, location:, data_store:, session:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}
    
- project (String)
 - location (String)
 - data_store (String)
 - session (String)
 
def session_path(project:, location:, collection:, data_store:, session:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}
    
- project (String)
 - location (String)
 - collection (String)
 - data_store (String)
 - session (String)
 
def session_path(project:, location:, collection:, engine:, session:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}
    
- project (String)
 - location (String)
 - collection (String)
 - engine (String)
 - session (String)
 
- (::String)
 
- (::ArgumentError)