BaseJob
Base schema for all async processing jobs
- createdType: string Format: date-time
At When the job was created
- errorType: string | null
Message Set when
statusisFAILED. For 2D-to-3D jobs,NOT_CONVERTIBLE: <code>means the submitted photos cannot produce one product (codes:MULTIPLE_PRODUCTS,NO_PRODUCT_DETECTED,INCOMPLETE_PRODUCT,ALL_INSTANCES_OCCLUDED,OBJECT_TOO_SMALL,TOO_FINE_FOR_RESOLUTION,MATTE_UNRELIABLE) — resubmitting the same photos gives the same verdict; change the photos.GENERATION_REJECTED: <reason>means the reconstruction provider refused the request;GENERATION_FAILED: <reason>(ultra only, which is generated once) means a transient provider failure ended the job - both are final for that job; submit again to try again. Any other message is a processing failure that was retried automatically. - idType: string Format: uuid
Unique identifier for the job
- inputType: array string[] Format: uri
Image Urls URLs of the input images
- outputType: array string[] Format: uri
Urls URLs of the output assets
- statusType: string · JobStatusenum
Status of an async processing job
values- P
E N D I N G - P
R O C E S S I N G - C
O M P L E T E D - F
A I L E D
- updatedType: string Format: date-time
At When the job was last updated