ExportPlatform type
Definuje hodnoty pro ExportPlatform. Mezi možné hodnoty patří: CoreML, TensorFlow, DockerFile, ONNX, VAIDK, OpenVino.
type ExportPlatform =
| "CoreML"
| "TensorFlow"
| "DockerFile"
| "ONNX"
| "VAIDK"
| "OpenVino"