BaseJob
Base class for a job.
Source code in q3as/api.py
created_at: datetime.datetime
property
The time the job was created.
finished_at: Optional[datetime.datetime]
property
The time the job finished.
input: VQE
property
The input VQE.
name: str
property
The name of the job.
run_options: RunOptions
property
The run options.
status: JobStatus
property
The status of the job.
updated_at: Optional[datetime.datetime]
property
The time the job was last updated.