Light Logo
JavaScript SDK (v0.34.0)Reference

UpdateModelParams

Parameters for updating a model.

Type Alias: UpdateModelParams

UpdateModelParams = object

Parameters for updating a model.

Properties

category_slugs?

optional category_slugs: string[]

List of model category slugs.


description?

optional description: string | null

Description of the model.


hardware_identifier?

optional hardware_identifier: string

The identifier of the hardware used by the model.


license_url?

optional license_url: string | null

License url where the model's usage is specified.


name?

optional name: string

The name of the model.


overview?

optional overview: string | null

The overview of the model.


paper_url?

optional paper_url: string | null

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


source_url?

optional source_url: string | null

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


visibility?

optional visibility: ModelVisibility

The visibility of the model.