Downloading

data class Downloading(val bytesDownloaded: Long, val totalBytes: Long) : ModelReadiness(source)

Model is downloading. totalBytes of 0 means indeterminate progress.

Constructors

Link copied to clipboard
constructor(bytesDownloaded: Long, totalBytes: Long)

Properties

Link copied to clipboard
Link copied to clipboard

Download progress as a fraction (0.0 to 1.0), or null if indeterminate.

Link copied to clipboard