Classes
The following classes are available globally.
-
Manages network connections with the server.
Declaration
Swift
public class BaseClient
-
Responsible for retrieving prediction results from a PredictionIO Engine Server.
See moreDeclaration
Swift
public class EngineClient : BaseClient
-
Responsible for sending data to a PredictionIO Event Server.
See moreDeclaration
Swift
public class EventClient : BaseClient