Google Cloud Recommendations AI website screenshot

Google Cloud Recommendations AI

Google Cloud Recommendations AI delivers personalized product recommendations at scale. It uses machine learning to understand customer behavior and product catalog data to generate highly relevant recommendations for retail and e-commerce use cases including product discovery, related items, and frequently bought together.

1 APIs 0 Features
E-CommerceGoogle CloudMachine LearningPersonalizationRecommendationsRetail

APIs

Google Cloud Recommendations AI API

Delivers personalized product recommendations at scale using machine learning, supporting catalog management, user event ingestion, and real-time prediction serving for retail a...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

context Context

14 classes · 0 properties

JSON-LD

Resources

👥
GitHubOrganization
GitHubOrganization
🚀
GettingStarted
GettingStarted
💰
Pricing
Pricing
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Cloud Recommendations AI API
  version: v1beta1
items:
- info:
    name: Projects
    type: folder
  items:
  - info:
      name: Google Cloud Recommendations AI List catalog items
      type: http
    http:
      method: GET
      url: https://recommendationengine.googleapis.com/v1beta1/projects/:projectId/locations/:location/catalogs/:catalogId/catalogItems
      params:
      - name: projectId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: catalogId
        value: ''
        type: path
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Lists all catalog items in the specified catalog.
  - info:
      name: Google Cloud Recommendations AI Create a catalog item
      type: http
    http:
      method: POST
      url: https://recommendationengine.googleapis.com/v1beta1/projects/:projectId/locations/:location/catalogs/:catalogId/catalogItems
      params:
      - name: projectId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: catalogId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates a new catalog item in the specified catalog.
  - info:
      name: Google Cloud Recommendations AI Write a user event
      type: http
    http:
      method: POST
      url: https://recommendationengine.googleapis.com/v1beta1/projects/:projectId/locations/:location/catalogs/:catalogId/eventStores/:eventStoreId/userEvents
      params:
      - name: projectId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: catalogId
        value: ''
        type: path
      - name: eventStoreId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Writes a single user event to the event store.
  - info:
      name: Google Cloud Recommendations AI Get recommendations
      type: http
    http:
      method: POST
      url: https://recommendationengine.googleapis.com/v1beta1/projects/:projectId/locations/:location/catalogs/:catalogId/eventStores/:eventStoreId/placements/:placementId:predict
      params:
      - name: projectId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: catalogId
        value: ''
        type: path
      - name: eventStoreId
        value: ''
        type: path
      - name: placementId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Makes a recommendation prediction for a user.
bundled: true