StoreDownloadResponse
Current state returned after requesting a canonical-store download.
modelId object
Store artifact alias accepted for download, when available.
- string
- null
string
sourceRevision object
Immutable source commit selected for this transfer, or null for mutable main.
- string
- null
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.
- number
- null
number
Possible values: >= 0 and <= 1
error object
Operator-readable store error when status is error.
- string
- null
string
StoreDownloadResponse
{
"modelId": "string",
"sourceRevision": "string",
"status": "string",
"progress": 0,
"error": "string"
}