<!--
{
  "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/MLUpdateProgressHandlers",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core ML"
    ],
    "preciseIdentifier" : "c:objc(cs)MLUpdateProgressHandlers"
  },
  "title" : "MLUpdateProgressHandlers"
}
-->

# MLUpdateProgressHandlers

A collection of closures an update task uses to notify your app of its progress.

```
class MLUpdateProgressHandlers
```

## Topics

### Creating progress handlers

[`init(forEvents:progressHandler:completionHandler:)`](/documentation/CoreML/MLUpdateProgressHandlers/init(forEvents:progressHandler:completionHandler:))

Creates the collection of closures an update task uses to notify your app of its progress.

[`MLUpdateProgressEvent`](/documentation/CoreML/MLUpdateProgressEvent)

A type of event during a model update task.

[`MLUpdateContext`](/documentation/CoreML/MLUpdateContext)

The context an update task provides to your app’s completion and update progress handlers.



---

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)