Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::RecommendationService::Paths.
Path helper methods for the RecommendationService API.
Methods
#document_path
def document_path(project:, location:, data_store:, branch:, document:) -> ::String
def document_path(project:, location:, collection:, data_store:, branch:, document:) -> ::String
Create a fully-qualified Document resource string.
def document_path(project:, location:, data_store:, branch:, document:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}
- project (String)
- location (String)
- data_store (String)
- branch (String)
- document (String)
def document_path(project:, location:, collection:, data_store:, branch:, document:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}
- project (String)
- location (String)
- collection (String)
- data_store (String)
- branch (String)
- document (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
Create 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)
- (::String)
- (::ArgumentError)