ExportPlatform type
Define valores para ExportPlatform. Entre los valores posibles se incluyen: "CoreML", "TensorFlow", "DockerFile", "ONNX", "VAIDK", "OpenVino".
type ExportPlatform =
| "CoreML"
| "TensorFlow"
| "DockerFile"
| "ONNX"
| "VAIDK"
| "OpenVino"