reinitialize
reinitialize(ILearningConfig config,
boolean debug)
reinitialize method workflow
The runtime environment calls the reinitialize method every time there is a new deployment. This method passes all learning configuration data. If you have any services required by the learning API that read configuration properties, this interface should restart them.
*
config-an ILearningConfig object which contains all the configuration properties.
*
debug-a boolean. If true, indicates the logging level verbosity for the runtime environment system is set to debug. For best results, select this value before writing to a log.
If the logEvent method fails, it throws a LearningException.
Return value
None.