These terms are used in the API and the web site, and each denote specific measurements. All timings are in milliseconds.
Term
Definition
elapsedTime
Total time from job submission (submittedAt) until results-summary file is generated. Results.elapsedTime will be the same as Job.elapsedTime when the job is complete.
queueTime
The cumulative time the input has awaited processing. Job.queueTime is the same as Results.initialQueueTime and includes infrastructure provisioning time.
initialQueueTime
The time until initial processing of first input in the job or batch. Includes infrastructure provisioning time.
totalQueueTime
The cumulative time all inputs have awaited processing until the last input in the batch begins. This includes time waiting for jobs within the current batch and initialQueueTime.
modelLatency
Measured per input, includes the time required to retrieve input data (inputFetching time), process the data through the model, and produce an output file or object.
averageModelLatency
Average modelLatency considering all inputs of the specific job. If the job has a single input, this will be the same as totalModelLatency and as the first result's modelLatency.
totalModelLatency
sum of all modelLatencies of each job in a batch. Does not include queue times.
inputFetching
Time required to move input data from upload/staging bucket into model input bucket, unique per input.
resultSummarizing
Time required to retrieve results from Kafka messaging queue and render a summary object.
submittedAt
Date and Time in UTC of job submission – after upload has completed.
createdAt
Date and Time in UTC of the time the job was initialized and created in the Modzy system
startTime
Date and Time of when inputFetching began for an individual job within a batch.
endTime
Date and Time in UTC when processing and resultSummarizing completed for an individual job within a batch.
startingResultSummarizing
Date and Time processing is complete on the full batch and results object generation is started.
updateTime
Date and Time in UTC of the last logged change to the data. If on a job or results, the time of the full batch or job completed and results available for query.