Export Class

Definition

public class Export
type Export = class
Public Class Export
Inheritance
Export

Constructors

Export()

Initializes a new instance of the Export class.

Export(String, String, String, String, Boolean)

Initializes a new instance of the Export class.

Properties

DownloadUri

Gets URI used to download the model.

Flavor

Gets flavor of the export. Possible values include: 'Linux', 'Windows', 'ONNX10', 'ONNX12'

NewerVersionAvailable

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

Platform

Gets platform of the export. Possible values include: 'CoreML', 'TensorFlow', 'DockerFile', 'ONNX'

Status

Gets status of the export. Possible values include: 'Exporting', 'Failed', 'Done'

Applies to