Light Logo
JavaScript SDK (v0.49.0)Reference

ModelVersionWithDetailsAndConfiguration

Represents a model version with it's details and configuration.

Interface: ModelVersionWithDetailsAndConfiguration

Represents a model version with it's details and configuration.

Extends

Properties

compatibilities

compatibilities: Compatibilities

Compatibility flags for different API endpoints supported by the version.

Inherited from

ModelVersionWithDetails.compatibilities


configuration

configuration: ModelVersionConfiguration

Configuration for the model version.


container_image_digest

container_image_digest: string

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

Inherited from

ModelVersionWithDetails.container_image_digest


created_at

created_at: string

The time when the model version was created.

Inherited from

ModelVersionWithDetails.created_at


number

number: number

The number of the model version.

Inherited from

ModelVersionWithDetails.number


release_notes

release_notes: string

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

Inherited from

ModelVersionWithDetails.release_notes


schemas

schemas: Schemas

The schemas of the model version.

Inherited from

ModelVersionWithDetails.schemas