<!--
{
  "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/MLUpdateProgressEvent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core ML"
    ],
    "preciseIdentifier" : "c:@E@MLUpdateProgressEvent"
  },
  "title" : "MLUpdateProgressEvent"
}
-->

# MLUpdateProgressEvent

A type of event during a model update task.

```
struct MLUpdateProgressEvent
```

## Topics

### Getting progress event types

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

An event that represents the start of training.

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

An event that represents the end of a mini-batch within a training epoch.

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

An event that represents the end of training epoch.

### Creating a progress event

[`init(rawValue:)`](/documentation/CoreML/MLUpdateProgressEvent/init(rawValue:))

Creates a progress event for the given integer.



---

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)