HuggingFaceModelsRepositoryImpl
internal class HuggingFaceModelsRepositoryImpl(val remoteDataSource: HuggingFaceModelsRemoteDataSource, val localDataSource: HuggingFaceModelsDataSource.Local) : HuggingFaceModelsRepository(source)
Implements HuggingFaceModelsRepository behavior in the SDAI data layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(remoteDataSource: HuggingFaceModelsRemoteDataSource, localDataSource: HuggingFaceModelsDataSource.Local)
Properties
Functions
Link copied to clipboard
Loads SDAI data through fetchAndGetHuggingFaceModels.
Link copied to clipboard
Loads SDAI data through fetchHuggingFaceModels.
Link copied to clipboard
Loads SDAI data through getHuggingFaceModels.
Link copied to clipboard
Executes the supportedHfInferenceModels step in the SDAI data layer.