<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreML",
  "identifier" : "/documentation/CoreML/MLParameterDescription",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core ML"
    ],
    "preciseIdentifier" : "c:objc(cs)MLParameterDescription"
  },
  "title" : "MLParameterDescription"
}
-->

# MLParameterDescription

A description of a model parameter that includes a default value and a constraint, if applicable.

```
class MLParameterDescription
```

## Topics

### Describing the model parameter

[`defaultValue`](/documentation/CoreML/MLParameterDescription/defaultValue)

The default value for the parameter.

[`key`](/documentation/CoreML/MLParameterDescription/key)

The key for this parameter description value.

### Constraining numeric values

[`numericConstraint`](/documentation/CoreML/MLParameterDescription/numericConstraint)

The constraints of this paramter description value, if and only if the value is numerical.

[`MLNumericConstraint`](/documentation/CoreML/MLNumericConstraint)

The value limitations of a number.



---

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)