Pull weights
Downloads a variant's weights ahead of its first load, as a job to follow.
POST /engines/{engine}/pull
note
SDK method: pullEngine
Attributes
Attributes (1)
| Attribute | Type | Required | Description |
|---|---|---|---|
engine | string | Yes | Path parameter. |
Request body (application/json)
Accepts a PullRequest object.
Response
202 — Returns a InstallJob object.
403 Forbidden — Returns a ErrorBody object.
404 Not Found — Returns a ErrorBody object.
409 Conflict — Returns a ErrorBody object.