@inferedge/moss / JobStatusResponse
Interface: JobStatusResponse
Full job status response from getJobStatus.
Properties
| Property | Type |
|---|---|
jobId | string |
status | JobStatus |
progress | number |
currentPhase | JobPhase | null |
error? | string | null |
createdAt | string |
updatedAt | string |
completedAt | string | null |