DownloadableModelRepositoryImpl
internal class DownloadableModelRepositoryImpl(val remoteDataSource: DownloadableModelDataSource.Remote, val localDataSource: DownloadableModelDataSource.Local, val buildInfoProvider: BuildInfoProvider) : DownloadableModelRepository(source)
Implements DownloadableModelRepository behavior in the SDAI data layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(remoteDataSource: DownloadableModelDataSource.Remote, localDataSource: DownloadableModelDataSource.Local, buildInfoProvider: BuildInfoProvider)
Properties
Functions
Link copied to clipboard
Executes the download step in the SDAI data layer.
Link copied to clipboard
Loads SDAI data through getAllBonsai.
Link copied to clipboard
Loads SDAI data through getAllCoreMl.
Link copied to clipboard
Loads SDAI data through getAllMediaPipe.
Link copied to clipboard
Loads SDAI data through getAllOnnx.
Link copied to clipboard
Loads SDAI data through getAllSdxl.
Link copied to clipboard
Loads SDAI data through observeAllBonsai.
Link copied to clipboard
Loads SDAI data through observeAllCoreMl.
Link copied to clipboard
Loads SDAI data through observeAllOnnx.
Link copied to clipboard
Loads SDAI data through observeAllSdxl.
Link copied to clipboard
Executes the refreshCache step in the SDAI data layer.