Export.Platform Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to