---
title: "resume(_:)"
framework: createml
role: symbol
role_heading: Type Method
path: "createml/mlhandposeclassifier/resume(_:)"
---

# resume(_:)

Begins or continues an asynchronous hand pose classifier’s training session.

## Declaration

```swift
static func resume(_ session: MLTrainingSession<MLHandPoseClassifier>) throws -> MLJob<MLHandPoseClassifier>
```

## Parameters

- `session`: An doc://com.apple.createml/documentation/CreateML/MLTrainingSession instance that represents the training session.

## Return Value

Return Value An MLJob that represents the hand pose training session.

## See Also

### Training a hand pose classifier asynchronously

- [train(trainingData:parameters:sessionParameters:)](createml/mlhandposeclassifier/train(trainingdata:parameters:sessionparameters:).md)
- [makeTrainingSession(trainingData:parameters:sessionParameters:)](createml/mlhandposeclassifier/maketrainingsession(trainingdata:parameters:sessionparameters:).md)
- [restoreTrainingSession(sessionParameters:)](createml/mlhandposeclassifier/restoretrainingsession(sessionparameters:).md)
