QuantizeJobSummary
- class QuantizeJobSummary(job_id, name, date, username, status, job_type, url, device_name)
Summary information about a quantize 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 quantize 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