v1

latestSwagger 2.02026-07-134847139.5 KB

Get the list of exports for a specific iteration.

get/projects/{projectId}/iterations/{iterationId}/export

Path parameters

projectIdstring uuid required

The project id.

iterationIdstring uuid required

The iteration id.

Response

OK

platform'CoreML' | 'TensorFlow' | 'DockerFile' | 'ONNX' | 'VAIDK'

Platform of the export.

status'Exporting' | 'Failed' | 'Done'

Status of the export.

downloadUristring

URI used to download the model.

flavor'Linux' | 'Windows' | 'ONNX10' | 'ONNX12' | 'ARM' | 'TensorFlowNormal' | 'TensorFlowLite' nullable

Flavor of the export. These are specializations of the export platform. Docker platform has valid flavors: Linux, Windows, ARM. Tensorflow platform has valid flavors: TensorFlowNormal, TensorFlowLite. ONNX platform has valid flavors: ONNX10, ONNX12.

newerVersionAvailableboolean

Indicates an updated version of the export package is available and should be re-exported for the latest changes.