You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to retrieve a subset of jobs or tasks. The primary need at the moment is to restrict the number of tasks when analyzing benchmark statistics (/datasets/{dset.did}/bulk/task_stats). For large datasets this becomes prohibitively expensive.
I can imagine other more general uses using filters:
For the example in mind you might filter by "jobnumber < 100"
or something like "taskname == ppc".
The text was updated successfully, but these errors were encountered:
Due to the database structure and contents, it's hard to do this directly with a single API query, but I could certainly write an example script and modify the API to make something like this possible:
I would like to be able to retrieve a subset of jobs or tasks. The primary need at the moment is to restrict the number of tasks when analyzing benchmark statistics (/datasets/{dset.did}/bulk/task_stats). For large datasets this becomes prohibitively expensive.
I can imagine other more general uses using filters:
For the example in mind you might filter by "jobnumber < 100"
or something like "taskname == ppc".
The text was updated successfully, but these errors were encountered: