Build Models
Ai-APIᵀᴹ Engine: Build Models
Building Models Guide
Before starting to read this guide, it is recommended for you to read the Notebook Section of the Ai-API Concept.
After creating a newly trained model, comes the building stage.
For building process, the steps are as following:
Open the integrated terminal that comes along with the notebook.


Update the Cli ( Command Line Interface) for smooth process running.
npm i -g zbl-cli

Configure your zeblok cli
zeblok configure

Run the command zeblok auth and enter your username and password
zeblok auth

After successful authentication, run the command zeblok runtime which fetch the latest created by you and give a list of the models from which you can select the model you would like to deploy.
zeblok runtime
Select the model and hit enter. The terminal will package your model and upload it to the database. This might take a minute or two.

Was this helpful?