LinkJobSummary

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

Summary information about a link 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 link 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