Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
feat: fixed doc string comment mismatch in Product Search [(#4432)](G…
Browse files Browse the repository at this point in the history
…oogleCloudPlatform/python-docs-samples#4432)

Changes documentation string for a GCS example from `file_path` to `image_uri`.
  • Loading branch information
Eric Schmidt committed Aug 4, 2020
1 parent 8f7af37 commit 8204e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/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 8204e60

Please sign in to comment.