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