Data Machines

Standard Output Parameters

3min

Every model execution output consists of the following standard output parameters

input

The input string required for the model to extract the categories

original input

This is the input provided to the first step in model which is retained across multiple steps in a Data Machine workflow.

final result

The result of the model executed in the final step of the Data Machine workflow

sessionid

A unique session id that is generated for every execution of a Data Machine which can be used to retain results across multiple sessions.

Session IDs are automatically generated but these ids can be provided by the calling system as well as long as they are unique and correlate with the session ids generated by the app in order to ensure data integrity.

By maintaining a session in sync with the app, the results of a single Data Machine or multiple Data Machines can be utilized the app using the Data Machines.

status

The result of the Data Machine execution. If all of the steps in a sequence are successfully executed, a value of "Completed" is provided. If the execution is interrupted at any point, a value of "Terminated" is provided with the reason for Termination.