Fluid AI Frontier
  • Frontier
    • What is Frontier?
    • Creating your first project
    • Modules
  • Reports & Visualizations
    • Reporting and Visualizing data
      • Charts
      • Reports
  • Processing & Pipelines
    • What is a Pipeline?
    • Individual Pipelines
      • Configure a DB Connection
      • Fetch Data from DB
      • Merge 2 Files
      • Vectorize Your Data
      • Train an ML Model
      • Train AutoML Model
      • Build a Custom Pipeline
      • Push Data to Database
  • Data
    • What is a Data Module?
      • Input Files
        • Explanatory Data Analysis
      • Output Files
      • Database Connections
      • Query Configurations
  • Model Registry & Node Instance
    • What is Model Registry?
    • What is Node Instance
  • EXTRAS
    • Model Versioning
    • Load Notebook
    • Serve Pipeline
    • Scheduler
    • Alerts
Powered by GitBook
On this page
  1. EXTRAS

Serve Pipeline

The serve pipeline is used to serve the pipelines that have been configured in the frontier through Rest API.

Steps to Follow :

  1. Click on the Serve Pipeline button.

  2. A rest API will be shown for every pipeline that have been created. The api can be used in any application or other areas where the user need those

  3. Click on the Serve button for the pipeline you need to check the execution where you have to provide the input json and click on Execute button.

PreviousLoad NotebookNextScheduler

Last updated 3 years ago