diff --git a/samples/snippets/product_search/import_product_sets_test.py b/samples/snippets/product_search/import_product_sets_test.py index ac2dcae4..ece29054 100644 --- a/samples/snippets/product_search/import_product_sets_test.py +++ b/samples/snippets/product_search/import_product_sets_test.py @@ -26,7 +26,7 @@ PROJECT_ID = os.getenv('GCLOUD_PROJECT') LOCATION = 'us-west1' -GCS_URI = 'gs://python-docs-samples-tests/product_search/product_sets.csv' +GCS_URI = 'gs://cloud-samples-data/vision/product_search/product_sets.csv' PRODUCT_SET_DISPLAY_NAME = 'fake_product_set_display_name_for_testing' PRODUCT_SET_ID = 'fake_product_set_id_for_testing' PRODUCT_ID_1 = 'fake_product_id_for_testing_1' diff --git a/samples/snippets/product_search/product_search_test.py b/samples/snippets/product_search/product_search_test.py index 8ac59f18..ae518cd2 100644 --- a/samples/snippets/product_search/product_search_test.py +++ b/samples/snippets/product_search/product_search_test.py @@ -26,7 +26,7 @@ PRODUCT_ID_2 = 'indexed_product_id_for_testing_2' FILE_PATH_1 = 'resources/shoes_1.jpg' -IMAGE_URI_1 = 'gs://python-docs-samples-tests/product_search/shoes_1.jpg' +IMAGE_URI_1 = 'gs://cloud-samples-data/vision/product_search/shoes_1.jpg' FILTER = 'style=womens' diff --git a/samples/snippets/product_search/reference_image_management_test.py b/samples/snippets/product_search/reference_image_management_test.py index 1a5c2735..335bf419 100644 --- a/samples/snippets/product_search/reference_image_management_test.py +++ b/samples/snippets/product_search/reference_image_management_test.py @@ -29,7 +29,7 @@ PRODUCT_ID = 'fake_product_id_for_testing' REFERENCE_IMAGE_ID = 'fake_reference_image_id_for_testing' -GCS_URI = 'gs://python-docs-samples-tests/product_search/shoes_1.jpg' +GCS_URI = 'gs://cloud-samples-data/vision/product_search/shoes_1.jpg' @pytest.fixture diff --git a/samples/snippets/product_search/resources/indexed_product_sets.csv b/samples/snippets/product_search/resources/indexed_product_sets.csv index 7d1cb3c5..329ac216 100644 --- a/samples/snippets/product_search/resources/indexed_product_sets.csv +++ b/samples/snippets/product_search/resources/indexed_product_sets.csv @@ -1,2 +1,2 @@ -"gs://python-docs-samples-tests/product_search/shoes_1.jpg","indexed_product_set_id_for_testing","indexed_product_id_for_testing_1","apparel","style=womens","0.1,0.1,0.9,0.1,0.9,0.9,0.1,0.9" -"gs://python-docs-samples-tests/product_search/shoes_2.jpg","indexed_product_set_id_for_testing","indexed_product_id_for_testing_2","apparel",, \ No newline at end of file +"gs://cloud-samples-data/vision/product_search/shoes_1.jpg","indexed_product_set_id_for_testing","indexed_product_id_for_testing_1","apparel","style=womens","0.1,0.1,0.9,0.1,0.9,0.9,0.1,0.9" +"gs://cloud-samples-data/vision/product_search/shoes_2.jpg","indexed_product_set_id_for_testing","indexed_product_id_for_testing_2","apparel",, \ No newline at end of file diff --git a/samples/snippets/product_search/resources/product_sets.csv b/samples/snippets/product_search/resources/product_sets.csv index 2104b99a..68657eed 100644 --- a/samples/snippets/product_search/resources/product_sets.csv +++ b/samples/snippets/product_search/resources/product_sets.csv @@ -1,2 +1,2 @@ -"gs://python-docs-samples-tests/product_search/shoes_1.jpg","fake_product_set_id_for_testing","fake_product_id_for_testing_1","apparel","style=womens","0.1,0.1,0.9,0.1,0.9,0.9,0.1,0.9" -"gs://python-docs-samples-tests/product_search/shoes_2.jpg","fake_product_set_id_for_testing","fake_product_id_for_testing_2","apparel",, \ No newline at end of file +"gs://cloud-samples-data/vision/product_search/shoes_1.jpg","fake_product_set_id_for_testing","fake_product_id_for_testing_1","apparel","style=womens","0.1,0.1,0.9,0.1,0.9,0.9,0.1,0.9" +"gs://cloud-samples-data/vision/product_search/shoes_2.jpg","fake_product_set_id_for_testing","fake_product_id_for_testing_2","apparel",, \ No newline at end of file