Skip to content

Commit

Permalink
feat: fixed doc string comment mismatch in Product Search (#4432)
Browse files Browse the repository at this point in the history
Changes documentation string for a GCS example from `file_path` to `image_uri`.
  • Loading branch information
telpirion authored Aug 4, 2020
1 parent 82da184 commit 32436e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision/cloud-client/product_search/product_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def get_similar_products_uri(
location: A compute region name.
product_set_id: Id of the product set.
product_category: Category of the product.
file_path: Local file path of the image to be searched.
image_uri: Cloud Storage location of image to be searched.
filter: Condition to be applied on the labels.
Example for filter: (color = red OR color = blue) AND style = kids
It will search on all products with the following labels:
Expand Down

0 comments on commit 32436e6

Please sign in to comment.