<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CreateML",
  "identifier" : "/documentation/CreateML/MLHandPoseClassifier/resume(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Create ML"
    ],
    "preciseIdentifier" : "s:8CreateML20MLHandPoseClassifierV6resumeyAA5MLJobCyACGAA17MLTrainingSessionCyACGKFZ"
  },
  "title" : "resume(_:)"
}
-->

# resume(_:)

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

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

## Parameters

`session`

An [`MLTrainingSession`](/documentation/CreateML/MLTrainingSession) instance that represents the
training session.

## Return Value

An [`MLJob`](/documentation/CreateML/MLJob) that represents the hand pose training session.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)