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

# validation

A dataset the hand pose classifier task uses to evaluate the model that’s distinct from the training dataset.

## Declaration

```swift
var validation: MLHandPoseClassifier.ModelParameters.ValidationData
```

## Discussion

Discussion The task produces validationMetrics by evaluating the model with the validation dataset.

## See Also

### 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)
