Get Job¶
netspresso.np_qai.base.NPQAIBase.get_job(job_id)
¶
Get a job from the QAI Hub.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
job_id |
str
|
The ID of the job to get. |
required |
Returns:
Name | Type | Description |
---|---|---|
Job |
Job
|
Returns a job object if successful. |
Note
For details, see get_job in QAI Hub API.