From 7db5f7562269e55bb263dad4ec87b95282355782 Mon Sep 17 00:00:00 2001 From: Eric Schmidt Date: Tue, 4 Aug 2020 09:58:26 -0700 Subject: [PATCH] feat: fixed doc string comment mismatch in Product Search --- vision/cloud-client/product_search/product_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision/cloud-client/product_search/product_search.py b/vision/cloud-client/product_search/product_search.py index 343bb6d0173..89c8f1688a5 100755 --- a/vision/cloud-client/product_search/product_search.py +++ b/vision/cloud-client/product_search/product_search.py @@ -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: