Get Job Summaries¶
            netspresso.np_qai.base.NPQAIBase.get_job_summaries(offset=0, limit=50, creator=None, state=None, type=None)
¶
    Get a list of job summaries from the QAI Hub.
Returns:
| Type | Description | 
|---|---|
                  List[JobSummary]
             | 
            
               List[JobSummary]: Returns a list of job summary objects if successful.  | 
          
Note
For details, see get_job_summaries in QAI Hub API.