| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique identifier for the prediction | |
| model | String | Model ID used for the prediction | [optional] |
| outputs | List<URI> | [optional] | |
| urls | PredictionUrls | [optional] | |
| hasNsfwContents | List<Boolean> | [optional] | |
| status | StatusEnum | Status of the task | |
| createdAt | OffsetDateTime | Timestamp of when the request was created | [optional] |
| error | String | Error message (empty if no error occurred) | [optional] |
| executionTime | BigDecimal | model execution time | [optional] |
| Name | Value |
|---|---|
| CREATED | "created" |
| PROCESSING | "processing" |
| COMPLETED | "completed" |
| FAILED | "failed" |