Light Logo
JavaScript SDK (v0.34.0)Reference

ModelVersionWithDetails

Represents a model version with details.

Interface: ModelVersionWithDetails

Represents a model version with details.

Extends

Properties

container_image_digest

container_image_digest: string

A sha256 hash digest of the model version's container image.

Inherited from

ModelVersion.container_image_digest


created_at

created_at: string

The time when the model version was created.

Inherited from

ModelVersion.created_at


number

number: number

The number of the model version.

Inherited from

ModelVersion.number


release_notes

release_notes: string

Information about changes such as new features, bug fixes, or optimizations in this model version.

Inherited from

ModelVersion.release_notes


schemas

schemas: Schemas

The schemas of the model version.