InferenceJobSummary

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

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

An inference job summary should not be constructed directly.

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

device_name

The name of the device on which inference is being performed.

Type:

str