Skip to content
This repository was archived by the owner on Aug 20, 2026. It is now read-only.

Latest commit

History

History
32 lines (20 loc) · 993 Bytes

File metadata and controls

32 lines (20 loc) · 993 Bytes

Prediction

Properties

NameTypeDescriptionNotes
idStringUnique identifier for the prediction
modelStringModel ID used for the prediction[optional]
outputsList<URI>[optional]
urlsPredictionUrls[optional]
hasNsfwContentsList<Boolean>[optional]
statusStatusEnumStatus of the task
createdAtOffsetDateTimeTimestamp of when the request was created[optional]
errorStringError message (empty if no error occurred)[optional]
executionTimeBigDecimalmodel execution time[optional]

Enum: StatusEnum

NameValue
CREATED"created"
PROCESSING"processing"
COMPLETED"completed"
FAILED"failed"