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

# model

The underlying Core ML model of the action classifier stored in memory.

## Declaration

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

## See Also

### Inspecting an action classifier model

- [modelParameters](createml/mlactionclassifier/modelparameters-swift.property.md)
