Monitorable A list of trained models which are registered in AI server. If the login is successful, it will be initialized to the data accessible to the logged-in account.
Request AI Server to create a new project.
A name of the project to create.
Additional options. It will be passed to API lib module or external AI inference engine.
Return
Request to download and update training model to AI inference module.
Target model id.
Additional options. It will be passed to API lib module or external AI inference engine.
Return
Destroy and release the AI process handler. You cannot reuse it after destroying it.
Return
Gets the list of all installed models for the logged in account from internal AI inference module.
Additional options. It will be passed to API lib module or external AI inference engine.
Return
Request a list of projects created on the logged in account to AI server.
Additional options. It will be passed to API lib module or external AI inference engine.
Return
Request a list of model data that exists in the project to AI server.
A target project id.
Additional options. It will be passed to API lib module or external AI inference engine.
Return
Whether the handler has been logged in as account or not.
An account to check.
Return
Request to load a model to AI inference module.
Target model id.
Additional options. It will be passed to API lib module or external AI inference engine.
Return
Request to log in to AI process with a Dart-Store account.
An account to use when logging in.
An password to use when logging in.
Additional options. It will be passed to API lib module or external AI inference engine.
Return
Request to log out.
Additional options. It will be passed to API lib module or external AI inference engine.
Return
Register a listener to receive callback when Ai process's state has been changed.
A listener to be registered.
Unregister a listener or all listeners which are registered by IAiProcessMessenger.registerAiProcessListener.
A listener to be unregistered. If it is not set, all listeners will be unregistered.
Generated using TypeDoc
A common interface for IAiInternalProcessMessenger and IAiExternalProcessMessenger.
2