Optionaldata?: { [key: string]: unknown }OptionaldataURL?: stringThe data returned from the execution of the job. If the data size is between 250 KB and 20 MB, it will be provided as a pre-signed URL. If it is larger than 20 MB, the job will fail.
Optionalerrors?: { error_code?: string; message?: string; source?: string; url?: string }[]A list of errors that occurred during a partially successful job.
Optionaloutputs?: { [key: string]: unknown }A list of URLs for all the successfully generated assets.
Optionalstatus?: "partial_success"The current state of the job.
The output response from the current state of the job.