<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreML",
  "identifier" : "/documentation/CoreML/MLUpdateTask/resume(withParameters:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Core ML"
    ],
    "preciseIdentifier" : "c:objc(cs)MLUpdateTask(im)resumeWithParameters:"
  },
  "title" : "resume(withParameters:)"
}
-->

# resume(withParameters:)

Resumes a model update with updated parameter values.

```
func resume(withParameters updateParameters: [MLParameterKey : Any])
```

## Parameters

`updateParameters`

Model training parameter values to replace those currently set in the update task.

## Discussion

Use this method to resume the model update task with newer parameter values. You use this method within the closures you provide in an [`MLUpdateProgressHandlers`](/documentation/CoreML/MLUpdateProgressHandlers) instance to resume the [`MLUpdateTask`](/documentation/CoreML/MLUpdateTask).

---

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)