Export Constructors
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.
Overloads
Export() |
Initializes a new instance of the Export class. |
Export(String, String, String, String, Boolean) |
Initializes a new instance of the Export class. |
Export()
Export(String, String, String, String, Boolean)
- Source:
- Export.cs
- Source:
- Export.cs
Initializes a new instance of the Export class.
public Export (string platform = default, string status = default, string downloadUri = default, string flavor = default, bool newerVersionAvailable = false);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Export : string * string * string * string * bool -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Export
Public Sub New (Optional platform As String = Nothing, Optional status As String = Nothing, Optional downloadUri As String = Nothing, Optional flavor As String = Nothing, Optional newerVersionAvailable As Boolean = false)
Parameters
- platform
- String
Platform of the export. Possible values include: 'CoreML', 'TensorFlow', 'DockerFile', 'ONNX'
- status
- String
Status of the export. Possible values include: 'Exporting', 'Failed', 'Done'
- downloadUri
- String
URI used to download the model.
- flavor
- String
Flavor of the export. Possible values include: 'Linux', 'Windows', 'ONNX10', 'ONNX12'
- newerVersionAvailable
- Boolean
Indicates an updated version of the export package is available and should be re-exported for the latest changes.
Applies to
Azure SDK for .NET