Skip to content

Commit 32436e6

Browse files
authored
feat: fixed doc string comment mismatch in Product Search (#4432)
Changes documentation string for a GCS example from `file_path` to `image_uri`.
1 parent 82da184 commit 32436e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision/cloud-client/product_search/product_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def get_similar_products_uri(
107107
location: A compute region name.
108108
product_set_id: Id of the product set.
109109
product_category: Category of the product.
110-
file_path: Local file path of the image to be searched.
110+
image_uri: Cloud Storage location of image to be searched.
111111
filter: Condition to be applied on the labels.
112112
Example for filter: (color = red OR color = blue) AND style = kids
113113
It will search on all products with the following labels:

0 commit comments

Comments
 (0)