DownloadableModelFileStore

Defines the DownloadableModelFileStore contract for the SDAI data layer.

Author

Dmitriy Moroz

Inheritors

Functions

Link copied to clipboard
abstract fun delete(id: String)

Performs the SDAI side effect handled by delete.

Link copied to clipboard
abstract fun isDownloaded(model: LocalAiModel): Boolean

Executes the isDownloaded step in the SDAI data layer.