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?
optionalcategory_slugs:string[]
List of model category slugs.
description?
optionaldescription:string
Description of the model.
hardware_identifier
hardware_identifier:
string
The identifier of the hardware used by the model.
license_url?
optionallicense_url:string
License url where the model's usage is specified.
name
name:
string
The name of the model.
overview?
optionaloverview:string|null
The overview of the model.
paper_url?
optionalpaper_url:string
Paper url from where research info on the model can be found.
source_url?
optionalsource_url:string
Source url from where the model's code can be referenced.
visibility?
optionalvisibility:ModelVisibility
The visibility of the model.