integrations.sh
← all integrations

googleapis.com – recommendationengine

OpenAPI apis-guru analyticsmedia

Note that we now highly recommend new customers to use Retail API, which incorporates the GA version of the Recommendations AI funtionalities. To enable Retail API, please visit . The Recommendations AI service enables customers to build end-to-end personalized recommendation systems without requiring a high level of expertise in machine learning, recommendation system, or Google Cloud.

Homepage
https://api.apis.guru/v2/specs/googleapis.com:recommendationengine/v1beta1.json
Provider
googleapis.com:recommendationengine / recommendationengine
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/googleapis.com/recommendationengine/v1beta1/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/googleapis.com/recommendationengine/v1beta1/openapi.yaml

Tools (19)

Extracted live via the executor SDK.

  • projects.recommendationengineProjectsLocationsCatalogsCatalogItemsCreate

    Creates a catalog item.

  • projects.recommendationengineProjectsLocationsCatalogsCatalogItemsImport

    Bulk import of multiple catalog items. Request processing may be synchronous. No partial updating supported. Non-existing items will be created. Operation.response is of type ImportResponse. Note that it is possible for a subset of the items to be successfully updated.

  • projects.recommendationengineProjectsLocationsCatalogsCatalogItemsList

    Gets a list of catalog items.

  • projects.recommendationengineProjectsLocationsCatalogsCatalogItemsPatch

    Updates a catalog item. Partial updating is supported. Non-existing items will be created.

  • projects.recommendationengineProjectsLocationsCatalogsEventStoresPlacementsPredict

    Makes a recommendation prediction. If using API Key based authentication, the API Key must be registered using the PredictionApiKeyRegistry service. .

  • projects.recommendationengineProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreate

    Register an API key for use with predict method.

  • projects.recommendationengineProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDelete

    Unregister an apiKey from using for predict method.

  • projects.recommendationengineProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsList

    List the registered apiKeys for use with predict method.

  • projects.recommendationengineProjectsLocationsCatalogsEventStoresUserEventsCollect

    Writes a single user event from the browser. This uses a GET request to due to browser restriction of POST-ing to a 3rd party domain. This method is used only by the Recommendations AI JavaScript pixel. Users should not call this method directly.

  • projects.recommendationengineProjectsLocationsCatalogsEventStoresUserEventsImport

    Bulk import of User events. Request processing might be synchronous. Events that already exist are skipped. Use this method for backfilling historical user events. Operation.response is of type ImportResponse. Note that it is possible for a subset of the items to be successfully inserted. Operation.metadata is of type ImportMetadata.

  • projects.recommendationengineProjectsLocationsCatalogsEventStoresUserEventsList

    Gets a list of user events within a time range, with potential filtering. The method does not list unjoined user events. Unjoined user event definition: when a user event is ingested from Recommendations AI User Event APIs, the catalog item included in the user event is connected with the current catalog. If a catalog item of the ingested event is not in the current catalog, it could lead to degraded model quality. This is called an unjoined event.

  • projects.recommendationengineProjectsLocationsCatalogsEventStoresUserEventsPurge

    Deletes permanently all user events specified by the filter provided. Depending on the number of events specified by the filter, this operation could take hours or days to complete. To test a filter, use the list command first.

  • projects.recommendationengineProjectsLocationsCatalogsEventStoresUserEventsRejoin

    Triggers a user event rejoin operation with latest catalog data. Events will not be annotated with detailed catalog information if catalog item is missing at the time the user event is ingested, and these events are stored as unjoined events with a limited usage on training and serving. This API can be used to trigger a 'join' operation on specified events with latest version of catalog items. It can also be used to correct events joined with wrong catalog items.

  • projects.recommendationengineProjectsLocationsCatalogsEventStoresUserEventsWrite

    Writes a single user event.

  • projects.recommendationengineProjectsLocationsCatalogsList

    Lists all the catalog configurations associated with the project.

  • projects.recommendationengineProjectsLocationsCatalogsOperationsGet

    Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

  • projects.recommendationengineProjectsLocationsCatalogsOperationsList

    Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools