Platforms to show: All Mac Windows Linux Cross-Platform
MLUpdateProgressHandlersMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | CoreML | MBS Mac64bit Plugin | 20.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Available in MacOS 10.15 or newer.
- 2 events
- event completionHandler(context as MLUpdateContextMBS)
- event progressHandler(context as MLUpdateContextMBS)
- property Handle as Integer
- method Constructor(interestedEvents as Integer)
- shared method available as Boolean
- 3 constants
Progress Event Types
Constant | Value | Description |
---|---|---|
ProgressEventEpochEnd | 2 |
An event that represents the end of training epoch. |
ProgressEventMiniBatchEnd | 4 |
An event that represents the end of a mini-batch within a training epoch. |
ProgressEventTrainingBegin | 1 |
An event that represents the start of training. |
This class has no sub classes.
Some methods using this class:
- MLUpdateTaskMBS.Constructor(file as FolderItem, trainingData as MLArrayBatchProviderMBS, configuration as MLModelConfigurationMBS, progressHandlers as MLUpdateProgressHandlersMBS, byref error as NSErrorMBS)
Some examples using this class:
Blog Entries
Release notes
- Version 20.0
- Added MLTaskMBS, MLBatchProviderMBS, MLParameterKeyMBS, MLUpdateTaskMBS, MLModelConfigurationMBS, MLArrayBatchProviderMBS, MLUpdateContextMBS, MLMetricKeyMBS, MLMultiArrayShapeConstraintMBS, MLUpdateProgressHandlersMBS, MLParameterDescriptionMBS, MLNumericConstraintMBS, MLKeyMBS, MLImageSizeMBS, MLImageSizeConstraintMBS, MLSequenceConstraintMBS, and MLSequenceMBS classes.
The items on this page are in the following plugins: MBS Mac64bit Plugin.
MLUpdateContextMBS - MLUpdateTaskMBS
