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

Commit 8204e60

Browse files
authored
feat: fixed doc string comment mismatch in Product Search [(#4432)](GoogleCloudPlatform/python-docs-samples#4432)
Changes documentation string for a GCS example from `file_path` to `image_uri`.
1 parent 8f7af37 commit 8204e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/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)