Light Logo
JavaScript SDK (v0.39.1)Reference

Model

Represents a model.

Interface: Model

Represents a model.

Extended by

Properties

categories

categories: ModelCategory[]

The categories associated with the model.


created_at

created_at: string

The time when the model was created.


description

description: null | string

Description of the model.


hardware

hardware: Hardware

The hardware used by the model.


id

id: string

The unique identifier of the model.


name

name: string

The name of the model.


owner

owner: BaseUser

The details of the owner of the model.


predictions_count

predictions_count: number

The total number of predictions created across all versions of the model.


updated_at

updated_at: null | string

The time when the model was updated.


visibility

visibility: ModelVisibility

The visibility of the model.