ModelInfo

data class ModelInfo(val name: String, val modified: String? = null, val size: Long? = null, val digest: String? = null, val details: ModelDetails? = null)(source)

Represents information about a model.

Constructors

Link copied to clipboard
constructor(name: String, modified: String? = null, size: Long? = null, digest: String? = null, details: ModelDetails? = null)

Properties

Link copied to clipboard

The details of the model

Link copied to clipboard

The digest of the model

Link copied to clipboard

The timestamp when the model was last modified

Link copied to clipboard

The name of the model

Link copied to clipboard
val size: Long?

The size of the model in bytes