---
title: "resume(withParameters:)"
framework: coreml
role: symbol
role_heading: Instance Method
path: "coreml/mlupdatetask/resume(withparameters:)"
---

# resume(withParameters:)

Resumes a model update with updated parameter values.

## Declaration

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

## Parameters

- `updateParameters`: Model training parameter values to replace those currently set in the update task.

## Discussion

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 instance to resume the MLUpdateTask.

## See Also

### Starting and Resuming an Update

- [MLParameterKey](coreml/mlparameterkey.md)
