---
title: MLDataTable.PackType.sequence
framework: createml
role: symbol
role_heading: Case
path: createml/mldatatable/packtype/sequence
---

# MLDataTable.PackType.sequence

A packing type that combines the values of several columns into a sequence type.

## Declaration

```swift
case sequence
```

## See Also

### Selecting a packing operation

- [MLDataTable.PackType.dictionary](createml/mldatatable/packtype/dictionary.md)
