Light Logo
JavaScript SDK (v0.34.0)Reference

CreateModelParams

Parameters for creating a model.

Type Alias: CreateModelParams

CreateModelParams = object

Parameters for creating a model.

Properties

category_slugs?

optional category_slugs: string[]

List of model category slugs.


description?

optional description: string

Description of the model.


hardware_identifier

hardware_identifier: string

The identifier of the hardware used by the model.


license_url?

optional license_url: string

License url where the model's usage is specified.


name

name: string

The name of the model.


overview?

optional overview: string | null

The overview of the model.


paper_url?

optional paper_url: string

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


source_url?

optional source_url: string

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


visibility?

optional visibility: ModelVisibility

The visibility of the model.