Export Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET