Contents

MLModelMetadata

Information about a model that’s stored in a Core ML model file.

Declaration

struct MLModelMetadata

Mentioned in

Overview

Create a metadata instance and store it as part of your model when you export a Core ML model. You can examine this metadata in Xcode when you import the model into your app.

Topics

Creating metadata

Accessing metadata

See Also

Supporting types