---
title: modelParameters
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mlactionclassifier/modelparameters-swift.property
---

# modelParameters

The model configuration parameters the action classifier used during its training session.

## Declaration

```swift
nonisolated(unsafe) let modelParameters: MLActionClassifier.ModelParameters
```

## See Also

### Inspecting an action classifier model

- [model](createml/mlactionclassifier/model.md)
