Python Client for Retail API¶
Retail API: Cloud Retail 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.
Quick Start¶
In order to use this library, you first need to go through the following steps:
Installation¶
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Mac/Linux¶
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-retail
Windows¶
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-retail
Next Steps¶
Read the Client Library Documentation for Retail API to see other available methods on the client.
Read the Retail API Product documentation to learn more about the product and see How-to Guides.
View this README to see the full list of Cloud APIs that we cover.
Note
Because this client uses grpc
library, it is safe to
share instances across threads. In multiprocessing scenarios, the best
practice is to create client instances after the invocation of
os.fork()
by multiprocessing.pool.Pool
or
multiprocessing.Process
.
This package includes clients for multiple versions of Retail.
By default, you will get version retail_v2
.
API Reference¶
API Reference¶
API Reference¶
Changelog¶
For a list of all google-cloud-retail
releases:
- Changelog
- 1.23.1 (2024-11-11)
- 1.23.0 (2024-10-24)
- 1.22.0 (2024-10-09)
- 1.21.2 (2024-07-30)
- 1.21.1 (2024-07-08)
- 1.21.0 (2024-06-10)
- 1.20.1 (2024-03-05)
- 1.20.0 (2024-02-22)
- 1.19.1 (2024-02-06)
- 1.19.0 (2024-02-01)
- 1.18.0 (2024-01-22)
- 1.17.0 (2023-12-07)
- 1.16.3 (2023-09-19)
- 1.16.2 (2023-07-04)
- 1.16.1 (2023-04-17)
- 1.16.0 (2023-04-11)
- 1.15.1 (2023-03-23)
- 1.15.0 (2023-02-28)
- 1.14.1 (2023-01-20)
- 1.14.0 (2023-01-10)
- 1.13.0 (2023-01-05)
- 1.12.0 (2022-12-15)
- 1.11.0 (2022-12-15)
- 1.10.2 (2022-10-07)
- 1.10.1 (2022-09-29)
- 1.10.0 (2022-09-02)
- 1.9.0 (2022-08-23)
- 1.8.1 (2022-08-12)
- 1.8.0 (2022-08-09)
- 1.7.0 (2022-07-17)
- 1.6.1 (2022-06-02)
- 1.6.0 (2022-05-19)
- 1.5.0 (2022-03-30)
- 1.4.1 (2022-03-05)
- 1.4.0 (2022-02-28)
- 1.3.0 (2022-01-14)
- 1.2.1 (2021-11-01)
- 1.2.0 (2021-10-18)
- 1.1.0 (2021-10-07)
- 1.0.2 (2021-09-30)
- 1.0.1 (2021-09-24)
- 1.0.0 (2021-08-25)
- 0.4.2 (2021-08-04)
- 0.4.1 (2021-08-01)
- 0.4.0 (2021-07-29)
- 0.3.1 (2021-07-26)
- 0.3.0 (2021-07-01)
- 0.2.0 (2021-05-28)
- 0.1.0 (2021-01-14)