Model Processing Time Verification for Offline vs Online Model Loading

Models can be loaded for OPE in the following different flavors: offline and online loading.

In the offline model loading, generated models are copied on a file system and model XML files are moved to success or failure folders depending on the model processing outcome.

In online model loading, models are first posted on EMS and then OPE reads models from the EMS queue.

In offline model loading, outcome of the model processing can be verified by looking at the success or failure folders. As a result, production tasks such as calculating model processing time can be completed without any additional changes. For online model loading on the other hand, custom code has to be written based on co-relation ID to identify the model processing rate.