ArliAiModelEntity

data class ArliAiModelEntity(val id: String, val title: String, val name: String, val hash: String, val sha256: String, val filename: String, val config: String)(source)

Stores one ArliAI checkpoint in the local cache database.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(id: String, title: String, name: String, hash: String, sha256: String, filename: String, config: String)

Properties

Link copied to clipboard

Exposes the config value used by the SDAI storage layer.

Link copied to clipboard

Exposes the filename value used by the SDAI storage layer.

Link copied to clipboard

Exposes the hash value used by the SDAI storage layer.

Link copied to clipboard
val id: String

Exposes the id value used by the SDAI storage layer.

Link copied to clipboard

Exposes the name value used by the SDAI storage layer.

Link copied to clipboard

Exposes the sha256 value used by the SDAI storage layer.

Link copied to clipboard

Exposes the title value used by the SDAI storage layer.