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

# resume(_:)

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

## Declaration

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

## 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 action training session.

## See Also

### Training a hand action classifier asynchronously

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