Zeblok Computational
1.2.6
1.2.6
  • About Zeblok Computational
  • Quick Start
  • Core Concepts
  • Create an Account
    • Individual User
  • Sign In
  • Spawn Ai-WorkStation
  • Spawn MicroService
  • Spawn Orchestration Add-on
  • Video Tutorial
  • FAQS
  • Ai-APIᵀᴹ Engine
    • Introduction
    • ZBL Command Line Interface
      • How to use the CLI
    • Installing different frameworks
    • Notebooks
    • Build Models
    • Deploy
  • DATA AND METRICS
    • DataLake
      • Tutorials
      • Datasets
    • Monitoring
      • Resource level monitoring
  • MARKETPLACE
    • Intelligence Marketplace
  • MORE
    • Manage Account
      • Forgot Password
      • 2 Factor Authentication
    • IAM
      • Roles
      • Usergroup
      • Resources
    • Admin Guide
      • Menu
      • Dashboard
      • WorkStations
      • IAM (Identity Access Management)
      • Organizations
      • Plans
      • NameSpaces
      • DataCenters
      • MicroServices
    • Customised Workstations
    • Resource Manager
  • RELEASES
    • Release notes
    • Known Issues
    • Common Errors
  • Support
    • Support Emails
Powered by GitBook
On this page

Was this helpful?

  1. Ai-APIᵀᴹ Engine

Build Models

Ai-APIᵀᴹ Engine: Build Models

PreviousNotebooksNextDeploy

Was this helpful?

Building Models Guide

Before starting to read this guide, it is recommended for you to read the 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.

Notebook Section
Figure 1: Click on New Launcher
Figure 2: Integrated Terminal
Figure 3: CLI Update
Figure: Zeblok Configure
Figure 4: Authentication Command
Figure 5: Model Selection (Runtime Command)