> For the complete documentation index, see [llms.txt](https://docs.twintune.ai/twintune/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twintune.ai/twintune/types-and-limits/inference-job.md).

# Inference Job

## 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.
