Thanks to visit codestin.com Credit goes to github.com
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 78a7a2d commit 412b61fCopy full SHA for 412b61f
vision/cloud-client/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