Light Logo
JavaScript SDK (v0.34.0)Reference

Prediction

Represents a prediction.

Interface: Prediction

Represents a prediction.

Extended by

Properties

created_at

created_at: string

Timestamp when the prediction was created.


execution_time

execution_time: null | string

Time taken to execute the prediction.


id

id: string

Unique identifier for the prediction.


model

model: PredictionModel

The model of the prediction.


setup_time

setup_time: null | string

Time taken to set up the prediction environment.


status

status: Status

Current status of the prediction.


updated_at

updated_at: string

Timestamp of the last update to the prediction.


url

url: string

URL to access the prediction resource.