PushModelResponse

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

Represents a response from the push 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 push operation

Link copied to clipboard
val total: Long?

The total size of the model