PullModelRequest

data class PullModelRequest(val name: String, val insecure: Boolean? = null, val stream: Boolean = true)(source)

Represents a request to pull a model.

Constructors

Link copied to clipboard
constructor(name: String, insecure: Boolean? = null, stream: Boolean = true)

Properties

Link copied to clipboard

Whether to allow insecure connections

Link copied to clipboard

The name of the model

Link copied to clipboard

Whether to stream the response