Inference Job

Represents an inference job that has been created through the API.

Attributes

inferenceId: string

Unique identifier for the inference.

modelId: string

Unique identifier for the model.

status: ‘RUNNING’ | ‘SUCCESS’ | ‘FAILED’

Current status of the job.

type: ‘VC’ | ‘UVR’

The type of inference job.

inferenceUrl: string | null

Signed URL for the lossy version of the job’s output file (expires in 5 hours).

jobStartTime: string

Time that job was started.

jobEndTime: string | null

Time that the job ended.

Last updated