Unanswered
Hi All,
I Would Like To Know The Input Page_Size Of Clearml/Backend_Api/Services/V2_13/Tasks.Py Getallrequest.
I Have Confirmed The Response Rows Will Be Change Depends On Given Page_Size.
However Even When I Pass Page_Size Number Over 500, The Response W
Hi StraightParrot3 , page_size is indeed limited to 500 from my understanding. You need to scroll through the tasks. The first tasks.get_all response will return scroll_id , you need to use this scroll_id in your following call. Every call afterwards will return a different scroll_id which you will always need to use in your next call to continue scrolling through the tasks. Makes sense?
311 Views
0
Answers
3 years ago
2 years ago