Represents an inference job that has been created through the API.
inferenceId: string
inferenceId:
Unique identifier for the inference.
modelId: string
modelId:
Unique identifier for the model.
status: ‘RUNNING’ | ‘SUCCESS’ | ‘FAILED’
status:
Current status of the job.
type: ‘VC’ | ‘UVR’
type:
The type of inference job.
inferenceUrl: string | null
inferenceUrl:
Signed URL for the lossy version of the job’s output file (expires in 5 hours).
jobStartTime: string
jobStartTime:
Time that job was started.
jobEndTime: string | null
jobEndTime:
Time that the job ended.
Last updated 1 year ago