ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrations
class ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrations extends Resource (View source)
The "predictionApiKeyRegistrations" collection of methods.
Typical usage is:
$recommendationengineService = new Google\Service\RecommendationsAI(...);
$predictionApiKeyRegistrations = $recommendationengineService->projects_locations_catalogs_eventStores_predictionApiKeyRegistrations;
Methods
Register an API key for use with predict method.
Unregister an apiKey from using for predict method.
List the registered apiKeys for use with predict method. (predictionApiKeyReg istrations.listProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrati ons)
Details
GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration
create(string $parent, GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest $postBody, array $optParams = [])
Register an API key for use with predict method.
(predictionApiKeyRegistrations.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Unregister an apiKey from using for predict method.
(predictionApiKeyRegistrations.delete)
GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse
listProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrations(string $parent, array $optParams = [])
List the registered apiKeys for use with predict method. (predictionApiKeyReg istrations.listProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrati ons)