CurrentDownloads

data class CurrentDownloads(val models: List<DownloadOperation>? = null, val tfModels: List<DownloadOperation>? = null)

Active or just finished download operations.

Constructors

Link copied to clipboard
fun CurrentDownloads(models: List<DownloadOperation>? = null, tfModels: List<DownloadOperation>? = null)

Properties

Link copied to clipboard
val models: List<DownloadOperation>? = null

Ring model downloads.

Link copied to clipboard
val tfModels: List<DownloadOperation>? = null

TensorFlow (Neural Network) model downloads.