Package-level declarations

Types

Link copied to clipboard

Defines the DeleteModelUseCase contract for the SDAI domain layer.

Link copied to clipboard
internal class DeleteModelUseCaseImpl(val downloadableModelRepository: DownloadableModelRepository) : DeleteModelUseCase

Implements DeleteModelUseCase behavior in the SDAI domain layer.

Link copied to clipboard

Defines the DownloadModelUseCase contract for the SDAI domain layer.

Link copied to clipboard
internal class DownloadModelUseCaseImpl(val downloadableModelRepository: DownloadableModelRepository) : DownloadModelUseCase

Implements DownloadModelUseCase behavior in the SDAI domain layer.

Link copied to clipboard

Defines the GetLocalMediaPipeModelsUseCase contract for the SDAI domain layer.

Link copied to clipboard

Implements GetLocalMediaPipeModelsUseCase behavior in the SDAI domain layer.

Link copied to clipboard

Defines the GetLocalModelUseCase contract for the SDAI domain layer.

Link copied to clipboard

Implements GetLocalModelUseCase behavior in the SDAI domain layer.

Link copied to clipboard

Defines the GetLocalOnnxModelsUseCase contract for the SDAI domain layer.

Link copied to clipboard

Implements GetLocalOnnxModelsUseCase behavior in the SDAI domain layer.

Link copied to clipboard

Defines the ObserveLocalOnnxModelsUseCase contract for the SDAI domain layer.

Link copied to clipboard

Implements ObserveLocalOnnxModelsUseCase behavior in the SDAI domain layer.