Sdílet prostřednictvím


Export.Flavor Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="flavor")]
public string Flavor { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="flavor")>]
member this.Flavor : string
Public ReadOnly Property Flavor As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to