---
title: "export(to:)"
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: "createmlcomponents/timeseriesclassifier/model/export(to:)"
---

# export(to:)

Exports this transformer as a CoreML model package.

## Declaration

```swift
func export(to url: URL) throws
```

## Parameters

- `url`: The location to write the model into.

## See Also

### Applying and exporting

- [applied(to:eventHandler:)](createmlcomponents/timeseriesclassifier/model/applied(to:eventhandler:).md)
- [export(to:metadata:)](createmlcomponents/timeseriesclassifier/model/export(to:metadata:).md)
