Page Summary
-
MLKRemoteModelSourcehelps you access machine learning models hosted online. -
This class serves as a base and you should use one of its subclasses for practical use.
-
It cannot be directly initialized; instead use initializers provided by subclasses.
MLKRemoteModelSource
@interface MLKRemoteModelSource : NSObjectA model source indicating where the model is hosted remotely.
-
Unavailable. Use a subclass initializer.
Declaration
Objective-C
- (nonnull instancetype)init;