<!--
{
  "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/MLModelStructureProgramBinding",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core ML"
    ],
    "preciseIdentifier" : "c:objc(cs)MLModelStructureProgramBinding"
  },
  "title" : "MLModelStructureProgramBinding"
}
-->

# MLModelStructureProgramBinding

A class representing a binding in the Program

```
@interface MLModelStructureProgramBinding : NSObject
```

## Overview

A Binding is either a previously defined name of a variable or a constant value in the Program.

## Topics

### Accessing the program binding properties

[`name`](/documentation/CoreML/MLModelStructureProgramBinding/name)

The name of the variable in the Program.

[`value`](/documentation/CoreML/MLModelStructureProgramBinding/value)

The compile time constant value in the Program.



---

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)