Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 993 Bytes

File metadata and controls

32 lines (20 loc) · 993 Bytes

Prediction

Properties

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]

Enum: StatusEnum

Name Value
CREATED "created"
PROCESSING "processing"
COMPLETED "completed"
FAILED "failed"