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 getAllMediaPipe.
Link copied to clipboard
Loads SDAI data through getAllOnnx.
Link copied to clipboard
Loads SDAI data through observeAllOnnx.
Link copied to clipboard
Executes the refreshCache step in the SDAI data layer.