The IModelOutput type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ConsoleInitialize |
This callback is invoked by the Target API when GetModelOutput(IModelOutput, Object)
is first called.
|
![]() | ConsoleOutput |
This callback is invoked whenever the model writes to stdout or stderr.
|
![]() | ModelDownloaded |
This callback is invoked by the Target API when the model is downloaded.
|
![]() | ModelLoaded |
This callback is invoked by the Target API when the model is loaded.
|
![]() | ModelLoading |
This callback is invoked by the Target API when the model is about to load.
|
![]() | ModelTerminated |
This callback is invoked when the model is terminated.
|