PullModelResponse

data class PullModelResponse(val status: String, val digest: String? = null, val total: Long? = null, val completed: Long? = null)(source)

Represents a response from the pull model endpoint.

Constructors

Link copied to clipboard
constructor(status: String, digest: String? = null, total: Long? = null, completed: Long? = null)

Properties

Link copied to clipboard

The completed size of the model

Link copied to clipboard

The digest of the model

Link copied to clipboard

The status of the pull operation

Link copied to clipboard
val total: Long?

The total size of the model