Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExportModel

Package version

An interface representing ExportModel.

Hierarchy

  • ExportModel

Index

Properties

Optional downloadUri

downloadUri: undefined | string

URI used to download the model. NOTE: This property will not be serialized. It can only be populated by the server.

Optional flavor

flavor: ExportFlavor

Flavor of the export. Possible values include: 'Linux', 'Windows', 'ONNX10', 'ONNX12', 'ARM' NOTE: This property will not be serialized. It can only be populated by the server.

Optional newerVersionAvailable

newerVersionAvailable: undefined | false | true

Indicates an updated version of the export package is available and should be re-exported for the latest changes. NOTE: This property will not be serialized. It can only be populated by the server.

Optional platform

platform: ExportPlatform

Platform of the export. Possible values include: 'CoreML', 'TensorFlow', 'DockerFile', 'ONNX', 'VAIDK' NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

status: ExportStatus

Status of the export. Possible values include: 'Exporting', 'Failed', 'Done' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc