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.

Changes

Changed in 3 of the 12 revisions of this API.114

  • e873dad2a18912See the full diff
    • deleted the header request parameter Training-Key

      request-parameter-removed

    • api operation id GetExports removed and replaced with Iterations_ListExports

      api-operation-id-removed

    • api tag ProjectApi removed

      api-tag-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api operation id Iterations_ListExports removed and replaced with GetExports

      api-operation-id-removed

    • api tag ProjectApi added

      api-tag-added

    • added the new required header request parameter Training-Key

      new-required-request-parameter

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog