Light Logo
JavaScript SDK (v0.39.1)Reference

ModelWithDetails

Represents a model with details.

Interface: ModelWithDetails

Represents a model with details.

Extends

Properties

categories

categories: ModelCategory[]

The categories associated with the model.

Inherited from

Model.categories


created_at

created_at: string

The time when the model was created.

Inherited from

Model.created_at


description

description: null | string

Description of the model.

Inherited from

Model.description


hardware

hardware: Hardware

The hardware used by the model.

Inherited from

Model.hardware


id

id: string

The unique identifier of the model.

Inherited from

Model.id


latest_version

latest_version: null | ModelVersionWithDetails

The details of the latest version 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.

Inherited from

Model.name


overview

overview: null | string

The overview of the model.


owner

owner: BaseUser

The details of the owner of the model.

Inherited from

Model.owner


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.

Inherited from

Model.predictions_count


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.

Inherited from

Model.updated_at


visibility

visibility: ModelVisibility

The visibility of the model.

Inherited from

Model.visibility