qat.comm.qlmaas.ttypes.JobInfo

class qat.comm.qlmaas.ttypes.JobInfo

JobInfo is an object storing various information regarding a QLMaaS job. The JobInfo of a job can be accessed with the methods get_info() and get_jobs_info(). This object contains the following fields:

Parameters:

  • id (str): job ID

  • status (JobStatus): status of a job

  • submission_date (str): submission date

  • starting_date (str): date on which the job execution started - can be None

  • ending_date (str): date on which the job execution ended - can be None

  • owner (str): username of the user who submitted the job

  • type (AsyncBatchType)

  • job_file (str): path to the file containing the job

  • result_file (str): path to the file containing the result of the job’s result

  • resources (ResourceModel): resources needed for the job

  • session_id (str)

  • message (str): message describing an issue, if needed