v9

latestSwagger 2.02026-07-135252167.7 KB
ProjectApi

Export a trained iteration.

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

Path parameters

projectIdstring uuid required

The project id.

iterationIdstring uuid required

The iteration id.

Query parameters

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

The target platform.

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

The flavor of the target platform.

Response

OK

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

Platform of the export.

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

Status of the export.

downloadUristring

URI used to download the model. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource.

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.