Created
May 11, 2019 11:28
-
-
Save crysxd/06caeebf0b06a90b9132d3ea62b54f7f to your computer and use it in GitHub Desktop.
Example of a CSV used to batch import a product set into Google Cloud Vision Product Search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image-uri | image-id | product-set-id | product-id | product-category | product-display-name | labels | bounding-poly | |
---|---|---|---|---|---|---|---|---|
gs://some-bucket.appspot.com/image1.jpg | 7af4b4ab553e2273002637cc33d063b4efab7336 | sneaker | sneaker-1 | apparel | Awesome Sneaker Name | style=554724-700,colorway=Black,retail_price=%24110,release_date=2019-04-01 | ||
gs://some-bucket.appspot.com/image2.jpg | 9b735e511471f2aef80c43c344bd0165b40c0732 | sneaker | sneaker-2 | apparel | Other Sneaker Name | style=554724-700,colorway=Black,retail_price=%24110,release_date=2019-04-01 | ||
gs://some-bucket.appspot.com/image3.jpg | b91e552ca138c7c59c87ac06416cb2c71abe3627 | sneaker | sneaker-2 | apparel | Other Sneaker Name | style=554724-700,colorway=Black,retail_price=%24110,release_date=2019-04-01 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment