---
title: "write(to:metadata:)"
framework: createml
role: symbol
role_heading: Instance Method
path: "createml/mlrecommender/write(to:metadata:)"
---

# write(to:metadata:)

Exports the recommender as a Core ML model file at the given URL.

## Declaration

```swift
func write(to fileURL: URL, metadata: MLModelMetadata? = nil) throws
```

## Parameters

- `fileURL`: The location in the file system to which the file should be written.
- `metadata`: Descriptive information to include with the exported model file.

## See Also

### Saving a recommender

- [write(toFile:metadata:)](createml/mlrecommender/write(tofile:metadata:).md)
