ExportModel interface
An interface representing ExportModel.
Properties
download |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
flavor | 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. Possible values include: 'Linux', 'Windows', 'ONNX10', 'ONNX12', 'ARM', 'TensorFlowNormal', 'TensorFlowLite' NOTE: This property will not be serialized. It can only be populated by the server. |
newer |
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. |
platform | Platform of the export. Possible values include: 'CoreML', 'TensorFlow', 'DockerFile', 'ONNX', 'VAIDK', 'OpenVino' NOTE: This property will not be serialized. It can only be populated by the server. |
status | 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. |
Property Details
downloadUri
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. NOTE: This property will not be serialized. It can only be populated by the server.
downloadUri?: string
Property Value
string
flavor
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. Possible values include: 'Linux', 'Windows', 'ONNX10', 'ONNX12', 'ARM', 'TensorFlowNormal', 'TensorFlowLite' NOTE: This property will not be serialized. It can only be populated by the server.
flavor?: ExportFlavor
Property Value
newerVersionAvailable
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.
newerVersionAvailable?: boolean
Property Value
boolean
platform
Platform of the export. Possible values include: 'CoreML', 'TensorFlow', 'DockerFile', 'ONNX', 'VAIDK', 'OpenVino' NOTE: This property will not be serialized. It can only be populated by the server.
platform?: ExportPlatform
Property Value
status
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.
status?: ExportStatus