Light Logo
JavaScript SDK (v0.34.0)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.


license_url

license_url: null | string

License url where the model's usage is specified.


name

name: string

The name of the model.


owner

owner: User

The details of the owner of the model.


paper_url

paper_url: null | string

Paper url from where research info on the model can be found.


predictions_count

predictions_count: number

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


source_url

source_url: null | string

Source url from where the model's code can be referenced.


updated_at

updated_at: null | string

The time when the model was updated.


visibility

visibility: ModelVisibility

The visibility of the model.