CreateModelResponse

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

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

Link copied to clipboard
val total: Long?

The total size of the model