model.tar.gz) to a revision.
POST /revisions/:id/data (Command: upload)
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
engine | string | Yes | Must be onnx. |
command | string | Yes | Must be upload. |
path | string | Yes | File name, must be model.tar.gz. |
size | integer | Yes | Size of the file in bytes. |
Response
| Parameter | Type | Description |
|---|---|---|
operation_id | string | ID of the background upload operation. |
url | string | Presigned S3 URL to upload the file to (if applicable). |

