---
title: MLModelStructure.Pipeline
framework: coreml
role: symbol
role_heading: Structure
path: coreml/mlmodelstructure-swift.enum/pipeline
---

# MLModelStructure.Pipeline

A struct representing the structure of a Pipeline model..

## Declaration

```swift
struct Pipeline
```

## Topics

### Accessing the pipeline model

- [subModelNames](coreml/mlmodelstructure-swift.enum/pipeline/submodelnames.md)
- [subModels](coreml/mlmodelstructure-swift.enum/pipeline/submodels.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Model structures

- [MLModelStructure.NeuralNetwork](coreml/mlmodelstructure-swift.enum/neuralnetwork.md)
- [MLModelStructure.Program](coreml/mlmodelstructure-swift.enum/program.md)
