Uses of Class
org.robovm.apple.coreml.MLModelConfiguration
| Package | Description |
|---|---|
| org.robovm.apple.coreml |
-
Uses of MLModelConfiguration in org.robovm.apple.coreml
Methods in org.robovm.apple.coreml that return MLModelConfiguration Modifier and Type Method Description MLModelConfigurationMLModel. getConfiguration()Methods in org.robovm.apple.coreml with parameters of type MLModelConfiguration Modifier and Type Method Description protected static longMLModel. create(NSURL url, MLModelConfiguration configuration, NSError.NSErrorPtr error)protected static longMLUpdateTask. create(NSURL modelURL, MLBatchProvider trainingData, MLModelConfiguration configuration, MLUpdateProgressHandlers progressHandlers, NSError.NSErrorPtr error)protected static longMLUpdateTask. create(NSURL modelURL, MLBatchProvider trainingData, MLModelConfiguration configuration, VoidBlock1<MLUpdateContext> completionHandler, NSError.NSErrorPtr error)static voidMLModel. load(NSURL url, MLModelConfiguration configuration, VoidBlock2<MLModel,NSError> handler)Constructors in org.robovm.apple.coreml with parameters of type MLModelConfiguration Constructor Description MLModel(NSURL url, MLModelConfiguration configuration)MLUpdateTask(NSURL modelURL, MLBatchProvider trainingData, MLModelConfiguration configuration, MLUpdateProgressHandlers progressHandlers, NSError.NSErrorPtr error)MLUpdateTask(NSURL modelURL, MLBatchProvider trainingData, MLModelConfiguration configuration, VoidBlock1<MLUpdateContext> completionHandler, NSError.NSErrorPtr error)