---
title: modelParameters
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mlhandposeclassifier/modelparameters-swift.property
---

# modelParameters

The hand pose model’s configuration parameters.

## Declaration

```swift
let modelParameters: MLHandPoseClassifier.ModelParameters
```

## Discussion

Discussion The property reflects the model parameters you provide to one of these methods that train a hand pose classifier: ``doc://com.apple.createml/documentation/CreateML/MLHandPoseClassifier/train(trainingData:parameters:sessionParameters:)`` makeTrainingSession(trainingData:parameters:sessionParameters:) init(trainingData:parameters:)

## See Also

### Inspecting a hand pose classifier model

- [model](createml/mlhandposeclassifier/model.md)
