clarifai-python
clarifai-python copied to clipboard
[DEVX-469]: Patch Operations Addition for Input Annotations & Concepts
What
- Patch Operations Addition for Input Annotations & Concepts
- Input proto bug fix
Why
- To patch the existing input annotations & concepts
- Ref : https://clarifai.atlassian.net/browse/DEVX-469
- To avoid errors avail patching inputs
How
- Create a function each for patching input annotations & concepts using Clarifai Grpc library
- Changed the dataset_id argument of _get_proto function from positional argument to optional argument for ease of usage