Closed hoangnguyen177 closed 4 years ago
list jobs belong to an experiment and their status
This could get really big, really quickly. I'd much prefer wrapping Experiment#filterJobs
than doing a full query. Can the portal handle that?
/**
* Get a list of jobs that satisfy the given criteria.
*
* This list may not be modified.
*
* @param status The statuses of the jobs.
* @param start The lowest possible starting number for the job.
* @param limit The maximum number of jobs to return. Set to 0 for no limit.
* @return An immutable list of jobs that satisfy the given criteria.
*/
Collection<Job> filterJobs(EnumSet<JobAttempt.Status> status, long start, int limit);
PortalAPI is deprecated
Experiment
Resource
plan file
And more