AI-generated Key Takeaways
-
CustomRemoteModelis a class representing a custom model stored on a server and downloaded for local use. -
It can be initialized with a
MLKRemoteModelSourceto specify the model's remote location. -
Default initialization for
CustomRemoteModelis unavailable.
CustomRemoteModel
class CustomRemoteModel : RemoteModelA custom model that is stored remotely on the server and downloaded to the device.
-
Creates a new instance with the given remote model source.
Declaration
Swift
init(remoteModelSource: MLKRemoteModelSource)Parameters
remoteModelSourceThe source of the custom remote model.
Return Value
A new
CustomRemoteModelinstance. -
Unavailable.