Skip to main content

StoreDownloadResponse

Current state returned after requesting a canonical-store download.

modelId object

Store artifact alias accepted for download, when available.

anyOf
string
sourceRevision object

Immutable source commit selected for this transfer, or null for mutable main.

anyOf
string
statusStatus (string)required

Current store transfer state, or error when the store rejected the request.

progress object

Completed transfer fraction when the store supplied one.

anyOf
number

Possible values: >= 0 and <= 1

error object

Operator-readable store error when status is error.

anyOf
string
StoreDownloadResponse
{
"modelId": "string",
"sourceRevision": "string",
"status": "string",
"progress": 0,
"error": "string"
}