Reference documentation and code samples for the Recommendations AI V1beta1 API module Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistry::Paths.
Path helper methods for the PredictionApiKeyRegistry API.
Methods
#event_store_path
def event_store_path(project:, location:, catalog:, event_store:) -> ::String
Create a fully-qualified EventStore resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/catalogs/{catalog}/eventStores/{event_store}
- project (String)
- location (String)
- catalog (String)
- event_store (String)
- (::String)
- (::ArgumentError)
#prediction_api_key_registration_path
def prediction_api_key_registration_path(project:, location:, catalog:, event_store:, prediction_api_key_registration:) -> ::String
Create a fully-qualified PredictionApiKeyRegistration resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/catalogs/{catalog}/eventStores/{event_store}/predictionApiKeyRegistrations/{prediction_api_key_registration}
- project (String)
- location (String)
- catalog (String)
- event_store (String)
- prediction_api_key_registration (String)
- (::String)
- (::ArgumentError)