Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.01 KB

Job.md

File metadata and controls

20 lines (13 loc) · 1.01 KB

Job

A Job is a collection of multiple Projects. Each project is specific to a language pair, and is associated with exactly one Memory for that language pair. The Memory association cannot be changed after the Project is created.

Properties

Name Type Description Notes
name String A name for the job. [optional]
creationStatus String Status of job creation process that includes PENDING, COMPLETE, and FAILED. [optional]
deliveredAt OffsetDateTime [optional]
status String Current status of job that includes archived, delivered, and active. [optional]
due OffsetDateTime An ISO string date. [optional]
id Integer An id for the job. [optional]
isProcessing Integer Values include `1` while in progress, `0` when idle and `-2` when processing failed. [optional]
stats JobStats [optional]