Unanswered
Can I Get In Python The Name Of The Person Who Created A Given Task By Calling Some Method Of A Task?
UpsetTurkey67 Hi,
You can get the user id that created the task through this way:from clearml import Task task=Task.init() #Fetching the Task object would also work user_id = task.data.user
161 Views
0
Answers
2 years ago
one year ago