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
created_at
created_at:
string
The time when the model was created.
Inherited from
description
description:
null|string
Description of the model.
Inherited from
hardware
hardware:
Hardware
The hardware used by the model.
Inherited from
id
id:
string
The unique identifier of the model.
Inherited from
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.
Inherited from
name
name:
string
The name of the model.
Inherited from
overview
overview:
null|string
The overview of the model.
owner
owner:
User
The details of the owner of the model.
Inherited from
paper_url
paper_url:
null|string
Paper url from where research info on the model can be found.
Inherited from
predictions_count
predictions_count:
number
The total number of predictions created across all versions of the model.
Inherited from
source_url
source_url:
null|string
Source url from where the model's code can be referenced.
Inherited from
updated_at
updated_at:
null|string
The time when the model was updated.
Inherited from
visibility
visibility:
ModelVisibility
The visibility of the model.