8000
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 ead1282 commit da43200Copy full SHA for da43200
samples/snippets/product_search/product_management.py
@@ -55,7 +55,7 @@ def create_product(
55
location_path = client.location_path(project=project_id, location=location)
56
57
# Create a product with the product specification in the region.
58
- # Set product name and product display name.
+ # Set product display name and product category.
59
product = vision.types.Product(
60
display_name=product_display_name,
61
product_category=product_category)
0 commit comments