Current Downloads
data class CurrentDownloads(val models: List<DownloadOperation>? = null, val tfModels: List<DownloadOperation>? = null)
Content copied to clipboard
Active or just finished download operations.
Constructors
Link copied to clipboard
fun CurrentDownloads(models: List<DownloadOperation>? = null, tfModels: List<DownloadOperation>? = null)
Content copied to clipboard