---
title: MLHandPoseClassifier.ModelParameters
framework: createml
role: symbol
role_heading: Structure
path: createml/mlhandposeclassifier/modelparameters-swift.struct
---

# MLHandPoseClassifier.ModelParameters

A set of parameters that affect the training process of a hand pose classifier task.

## Declaration

```swift
struct ModelParameters
```

## Topics

### Creating hand pose model parameters

- [init(validation:batchSize:maximumIterations:augmentationOptions:algorithm:)](createml/mlhandposeclassifier/modelparameters-swift.struct/init(validation:batchsize:maximumiterations:augmentationoptions:algorithm:).md)

### Accessing hand pose training parameters

- [maximumIterations](createml/mlhandposeclassifier/modelparameters-swift.struct/maximumiterations.md)
- [batchSize](createml/mlhandposeclassifier/modelparameters-swift.struct/batchsize.md)
- [algorithm](createml/mlhandposeclassifier/modelparameters-swift.struct/algorithm.md)
- [augmentationOptions](createml/mlhandposeclassifier/modelparameters-swift.struct/augmentationoptions.md)
- [validation](createml/mlhandposeclassifier/modelparameters-swift.struct/validation.md)

### Describing hand pose model parameters

- [description](createml/mlhandposeclassifier/modelparameters-swift.struct/description.md)
- [debugDescription](createml/mlhandposeclassifier/modelparameters-swift.struct/debugdescription.md)
- [playgroundDescription](createml/mlhandposeclassifier/modelparameters-swift.struct/playgrounddescription.md)

### Parameter supporting types

- [MLHandPoseClassifier.ImageAugmentationOptions](createml/mlhandposeclassifier/imageaugmentationoptions.md)
- [MLHandPoseClassifier.ModelParameters.ValidationData](createml/mlhandposeclassifier/modelparameters-swift.struct/validationdata.md)
- [MLHandPoseClassifier.ModelParameters.ModelAlgorithmType](createml/mlhandposeclassifier/modelparameters-swift.struct/modelalgorithmtype.md)

### Default Implementations

- [CustomDebugStringConvertible Implementations](createml/mlhandposeclassifier/modelparameters-swift.struct/customdebugstringconvertible-implementations.md)
- [CustomPlaygroundDisplayConvertible Implementations](createml/mlhandposeclassifier/modelparameters-swift.struct/customplaygrounddisplayconvertible-implementations.md)
- [CustomStringConvertible Implementations](createml/mlhandposeclassifier/modelparameters-swift.struct/customstringconvertible-implementations.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomPlaygroundDisplayConvertible](swift/customplaygrounddisplayconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Escapable](swift/escapable.md)

## See Also

### Supporting types

- [MLHandPoseClassifier.DataSource](createml/mlhandposeclassifier/datasource.md)
- [MLHandPoseClassifier.ImageAugmentationOptions](createml/mlhandposeclassifier/imageaugmentationoptions.md)
