<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macCatalyst: 17.4.0 -",
    "macOS: 14.4.0 -",
    "tvOS: 17.4.0 -",
    "visionOS: 1.1.0 -",
    "watchOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreML",
  "identifier" : "/documentation/CoreML/MLModelStructurePipeline",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core ML"
    ],
    "preciseIdentifier" : "c:objc(cs)MLModelStructurePipeline"
  },
  "title" : "MLModelStructurePipeline"
}
-->

# MLModelStructurePipeline

A class representing the structure of a Pipeline model.

```
@interface MLModelStructurePipeline : NSObject
```

## Topics

### Accessing the models and model names

[`subModelNames`](/documentation/CoreML/MLModelStructurePipeline/subModelNames)

The names of the sub models in the pipeline.

[`subModels`](/documentation/CoreML/MLModelStructurePipeline/subModels)

The structure of the sub models in the pipeline.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)