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

# model

The underlying Core ML model stored in memory.

## Declaration

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

## See Also

### Describing a model

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