We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcf620 commit c137af3Copy full SHA for c137af3
retail/interactive-tutorials/search/search_with_boost_spec.py
@@ -15,6 +15,7 @@
15
# Call Retail API to search for a products in a catalog, rerank the
16
# results boosting or burying the products that match defined condition.
17
#
18
+# [START retail_search_product_with_boost_spec]
19
20
import google.auth
21
from google.cloud.retail import SearchRequest, SearchServiceClient
@@ -67,3 +68,4 @@ def search():
67
68
69
70
search()
71
+# [END retail_search_product_with_boost_spec]
0 commit comments