---
title: model
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mlregressor/model
---

# model

The underlying Core ML model stored in memory.

## Declaration

```swift
var model: MLModel { get }
```

## See Also

### Describing a regressor

- [description](createml/mlregressor/description.md)
- [debugDescription](createml/mlregressor/debugdescription.md)
- [playgroundDescription](createml/mlregressor/playgrounddescription.md)
