CloudVisionUpdateProductSetOperator
GoogleMakes changes to a ProductSet resource. Only display_name can be updated currently.
Access Instructions
Install the Google provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
Documentation
Makes changes to a ProductSet resource. Only display_name can be updated currently.
Note
To locate the ProductSet resource, its name in the form projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID is necessary.
You can provide the name directly as an attribute of the product_set object. However, you can leave it blank and provide location and product_set_id instead (and optionally project_id - if not present, the connection default will be used) and the name will be created by the operator itself.
This mechanism exists for your convenience, to allow leaving the project_id empty and having Airflow use the connection default project_id.
See also
For more information on how to use this operator, take a look at the guide: CloudVisionUpdateProductSetOperator