issues
search
Clarifai
/
clarifai-python
Experience the power of Clarifai’s AI platform with the python SDK. 🌟 Star to support our work!
https://github.com/Clarifai/clarifai-python
Other
28
stars
4
forks
source link
[DEVX-520]: Patch Operations Addition for Apps and Datasets
#364
Closed
srikanthbachala20
closed
3 months ago
srikanthbachala20
commented
3 months ago
Why
To patch the existing Apps & Datasets
Ref :
https://clarifai.atlassian.net/browse/DEVX-520
How
Created a function each for patching Apps & Datasets using Clarifai Grpc library in User Class file & App Class file respectively
Tests
Added tests for Patch Operations of Apps and Datasets in tests/test_app.py
Why
How
Tests