---
title: maximumIterations
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mlactionclassifier/modelparameters-swift.struct/maximumiterations
---

# maximumIterations

The largest number of training iterations the training session can use.

## Declaration

```swift
var maximumIterations: Int
```

## See Also

### Accessing the training parameters

- [batchSize](createml/mlactionclassifier/modelparameters-swift.struct/batchsize.md)
- [targetFrameRate](createml/mlactionclassifier/modelparameters-swift.struct/targetframerate.md)
- [predictionWindowSize](createml/mlactionclassifier/modelparameters-swift.struct/predictionwindowsize.md)
- [algorithm](createml/mlactionclassifier/modelparameters-swift.struct/algorithm.md)
- [augmentationOptions](createml/mlactionclassifier/modelparameters-swift.struct/augmentationoptions.md)
- [validation](createml/mlactionclassifier/modelparameters-swift.struct/validation.md)
