You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: retail/interactive-tutorials/README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ You can find the information about the Retail services in the [documentation](ht
36
36
If you would like to have a closer look at the Retail API features and try them yourself,
37
37
the best option is to use the [Interactive Tutorials](https://cloud.google.com/retail/docs/overview). The tutorials will be launched in the CloudShell environment, and you will be able to request the Retail services and check the response with minimum time and effort.
38
38
39
-
The code samples in the directory **python-retail/samples/interactive-tutorials** are explicitly created for use with the Retail Interactive Tutorials.
39
+
The code samples in the directory **python-docs-samples/retail/interactive-tutorials** are explicitly created for use with the Retail Interactive Tutorials.
40
40
41
41
If, for some reason, you have decided to proceed with these code samples without the tutorial, please go through the following steps and set up the required preconditions.
42
42
@@ -133,9 +133,9 @@ To run Python code samples for the Retail API tutorial, you need to set up your
133
133
134
134
## Import catalog data
135
135
136
-
There is a python-retail/samples/interactive-tutorials/resources/products.json file with valid products prepared in the `resources` directory.
136
+
There is a python-docs-samples/retail/interactive-tutorials/resources/products.json file with valid products prepared in the `resources` directory.
137
137
138
-
The other file, python-retail/samples/interactive-tutorials/resources/products_some_invalid.json, contains both valid and invalid products. You will use it to check the error handling.
138
+
The other file, python-docs-samples/retail/interactive-tutorials/resources/products_some_invalid.json, contains both valid and invalid products. You will use it to check the error handling.
139
139
140
140
### Upload catalog data to Cloud Storage
141
141
@@ -147,10 +147,10 @@ The bucket name must be unique. For convenience, you can name it `<YOUR_PROJECT_
147
147
Go to the code samples directory, your starting point to run more commands.
148
148
149
149
```bash
150
-
cd python-retail/samples/interactive-tutorials
150
+
cd python-docs-samples/retail/interactive-tutorials
151
151
```
152
152
153
-
1. To create the bucket and upload the JSON file, open python-retail/samples/interactive-tutorials/product/setup_product/products_create_gcs_bucket.py file
153
+
1. To create the bucket and upload the JSON file, open python-docs-samples/retail/interactive-tutorials/product/setup_product/products_create_gcs_bucket.py file
154
154
155
155
1. Go to the **product** directory and run the following commandin the Terminal:
156
156
@@ -174,7 +174,7 @@ The bucket name must be unique. For convenience, you can name it `<YOUR_PROJECT_
174
174
175
175
### Import products to the Retail Catalog
176
176
177
-
To import the prepared products to a catalog, open python-retail/samples/interactive-tutorials/product/import_products_gcs.py file and run the following commandin the Terminal:
177
+
To import the prepared products to a catalog, open python-docs-samples/retail/interactive-tutorials/product/import_products_gcs.py file and run the following commandin the Terminal:
0 commit comments