---
title: maximumSequenceLength
framework: createmlcomponents
role: symbol
role_heading: Instance Property
path: createmlcomponents/timeseriesclassifierconfiguration/maximumsequencelength
---

# maximumSequenceLength

The maximum number of samples that can be classified.

## Declaration

```swift
var maximumSequenceLength: Int
```

## Discussion

Discussion This configuration parameter is used as the input size when exporting a Core ML model.

## See Also

### Inspecting a time series classifier configuration

- [batchSize](createmlcomponents/timeseriesclassifierconfiguration/batchsize.md)
- [earlyStoppingIterationCount](createmlcomponents/timeseriesclassifierconfiguration/earlystoppingiterationcount.md)
- [earlyStoppingTolerance](createmlcomponents/timeseriesclassifierconfiguration/earlystoppingtolerance.md)
- [learningRate](createmlcomponents/timeseriesclassifierconfiguration/learningrate.md)
- [maximumIterationCount](createmlcomponents/timeseriesclassifierconfiguration/maximumiterationcount.md)
- [minimumSequenceLength](createmlcomponents/timeseriesclassifierconfiguration/minimumsequencelength.md)
- [randomSeed](createmlcomponents/timeseriesclassifierconfiguration/randomseed.md)
