Uses of Class
org.robovm.apple.coreml.MLUpdateContext
| Package | Description |
|---|---|
| org.robovm.apple.coreml |
-
Uses of MLUpdateContext in org.robovm.apple.coreml
Method parameters in org.robovm.apple.coreml with type arguments of type MLUpdateContext Modifier and Type Method Description protected static longMLUpdateTask. create(NSURL modelURL, MLBatchProvider trainingData, MLModelConfiguration configuration, VoidBlock1<MLUpdateContext> completionHandler, NSError.NSErrorPtr error)protected static longMLUpdateTask. create(NSURL modelURL, MLBatchProvider trainingData, VoidBlock1<MLUpdateContext> completionHandler, NSError.NSErrorPtr error)protected longMLUpdateProgressHandlers. init(MLUpdateProgressEvent interestedEvents, VoidBlock1<MLUpdateContext> progressHandler, VoidBlock1<MLUpdateContext> completionHandler)Constructor parameters in org.robovm.apple.coreml with type arguments of type MLUpdateContext Constructor Description MLUpdateProgressHandlers(MLUpdateProgressEvent interestedEvents, VoidBlock1<MLUpdateContext> progressHandler, VoidBlock1<MLUpdateContext> completionHandler)MLUpdateTask(NSURL modelURL, MLBatchProvider trainingData, MLModelConfiguration configuration, VoidBlock1<MLUpdateContext> completionHandler, NSError.NSErrorPtr error)MLUpdateTask(NSURL modelURL, MLBatchProvider trainingData, VoidBlock1<MLUpdateContext> completionHandler, NSError.NSErrorPtr error)