Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to MLUpdateTaskMBS class.
MLUpdateTaskMBS.Constructor(file as FolderItem, trainingData as MLArrayBatchProviderMBS, configuration as MLModelConfigurationMBS, byref error as NSErrorMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreML | MBS Mac64bit Plugin | 20.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
file: The location in the file system of a model file (ModelName.mlmodelc).
trainingData: The update data for the model, contained in a batch provider.
configuration: The model settings for a updated model object.
Calls later completionHandler event.
See also:
MLUpdateTaskMBS.Constructor(file as FolderItem, trainingData as MLArrayBatchProviderMBS, configuration as MLModelConfigurationMBS, progressHandlers as MLUpdateProgressHandlersMBS, byref error as NSErrorMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreML | MBS Mac64bit Plugin | 20.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
file: The location in the file system of a model file (ModelName.mlmodelc).
trainingData: The update data for the model, contained in a batch provider.
configuration: The model settings for a updated model object.
progressHandlers: The closures the task calls during the update process.
See also:
MLUpdateTaskMBS.resumeWithParameters(updateParameters as Dictionary)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreML | MBS Mac64bit Plugin | 20.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
updateParameters: Model training parameter values to replace those currently set in the update task.
Use this method to resume the model update task with newer parameter values. You use this method within the closures you provide in an MLUpdateProgressHandlersMBS instance to resume the MLUpdateTaskMBS.
The items on this page are in the following plugins: MBS Mac64bit Plugin.