HuggingFaceModelsLocalDataSource

Coordinates HuggingFaceModelsLocalDataSource behavior in the SDAI data layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(dao: HuggingFaceModelDao)

Properties

Link copied to clipboard

Exposes the dao value used by the SDAI data layer.

Functions

Link copied to clipboard
open suspend override fun getAll(): List<HuggingFaceModel>

Loads SDAI data through getAll.

Link copied to clipboard
open suspend override fun save(models: List<HuggingFaceModel>)

Performs the SDAI side effect handled by save.