JobSummary

class JobSummary(job_id, name, date, username, status, job_type, url, device_name)

Summary information about a job and its current status. Job summaries can be queried in bulk for many jobs at a time through qai_hub.get_job_summaries().

A job summary should not be constructed directly.

See also CompileJobSummary, ProfileJobSummary, InferenceJobSummary, QuantizeJobSummary

job_id

The job ID.

Type:

str

name

Name of this job.

Type:

str

date

The time this job was submitted.

Type:

datetime

username

Username of the user who submitted the job.

Type:

str

status

Status of the job.

Type:

JobStatus

url

Returns the URL for the job.

Type:

str