Realtime production
Select the Realtime Production tab to access the real-time production quest canvas. This tab is active when you have exported the selected activities from the training quest that you intend to use in the final endpoint deployment process.
After the real-time production quest is created, you must define the schema. When the production quest is initially created, the entry point activity is . This activity assumes that the input dataset has the same schema as the dataset in the corresponding activity that is marked in the training quest. The same schema assumes the same variables of the same types.
You can use the schema configurator to reduce the original set of variables and remove all redundant variables. When calling an endpoint, you must send the values of variables as defined in the endpoint schema, in the same order.
Saving and running the real-time production quest on a sample of data is necessary to test if predictions of the trained model are as expected.
The and the activity boxes cannot be deleted.
The activity represents a random sample of the initial dataset used in the training quest. This is to test the real-time production quest.
The output port of the activity provides the predictions from the trained model when unseen data is ingested to test the model.