A collection of closures an update task uses to notify your app of its progress.
SDKs
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Framework
- Core ML
Declaration
@interface MLUpdateProgressHandlers : NSObject
A collection of closures an update task uses to notify your app of its progress.
SDKs
Framework
@interface MLUpdateProgressHandlers : NSObject
- init For Events: progress Handler: completion Handler:
Creates the collection of closures an update task uses to notify your app of its progress.
MLUpdate Progress Event
A type of event during a model update task.
MLUpdate Context
The context an update task provides to your app’s completion and update progress handlers.
+ update Task For Model At URL: training Data: configuration: completion Handler: error:
Creates an update task for your model, given its file URL, training data, and your completion handler.
+ update Task For Model At URL: training Data: configuration: progress Handlers: error:
Creates an update task for your model, given its file URL, training data, and your progress handlers.
MLBatch Provider
An interface that represents a collection of feature providers.
MLModel Configuration
The settings for creating or updating a machine learning model.
MLUpdate Context
The context an update task provides to your app’s completion and update progress handlers.