qlmaas.utils.get_job
- qlmaas.utils.get_job(job_id: str)
This function loads a
AsyncResult
available on the server sidefrom qlmaas.utils import get_job get_job("Job17") # Equivalent to "from qlmaas.jobs import Job17"
- Parameters
job_id (str) – job identifider
- Returns
job available on the server side
- Return type