Get Job
- get_job(self, job_id: str) Job
Get a job from the QAI Hub.
- Parameters:
job_id – The ID of the job to get.
- Returns:
Returns a job object if successful.
- Return type:
Job
Note
For details, see get_job in QAI Hub API.
Example
from netspresso import NPQAI
QAI_HUB_API_TOKEN = "YOUR_QAI_HUB_API_TOKEN"
np_qai = NPQAI(api_token=QAI_HUB_API_TOKEN)
job = np_qai.get_job("YOUR_JOB_ID")