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-434 Set UserID within App object
#347
Closed
mogith-pn
closed
4 months ago
mogith-pn
commented
4 months ago
Set UserID within App object
Why
https://clarifai.atlassian.net/browse/DEVX-434
-
user_id
parameter is passed as an args in app object in SDK.
This confuses user reading the docs or examples with passing
user_id
.
How
Adding
user_id
directly as parameter in app object .
Tests
No tests needed.
Notes
*
Set UserID within App object
Why
user_id
parameter is passed as an args in app object in SDK.user_id
.How
user_id
directly as parameter in app object .Tests
Notes
*