Exports a Core ML model file for use in your app.
SDKs
- macOS 10.14+
- Xcode 10.0+
Framework
- Create ML
Declaration
func write(toFile path: String, metadata: MLModel Metadata?) throws
Exports a Core ML model file for use in your app.
SDKs
Framework
func write(toFile path: String, metadata: MLModel Metadata?) throws
func write(to: URL, metadata: MLModel Metadata?)
Exports a Core ML model file for use in your app.