QuickML JavaScript SDK

Catalyst QuickML is a no-code machine learning pipeline builder service that lets you implement a host of pre-built ML algorithms, operations, and data preprocessing techniques, and connect with datasets to build and publish ML models. After you publish the data pipeline and ML pipeline, you can access the models you create with authenticated endpoints.

Prerequisites

You will need to install the following package to be able to use the QuickML SDK methods.

copy
$
npm install @zcatalyst/quickml
Info: Ensure that you have applied the required authentication configuration to use the SDK methods of this component.

Import Requirement

You will need to import the following module to use the QuickML SDK methods.

copy
const {QuickML} = require('@zcatalyst/quickml');//QuickML module

List of SDK Methods

Category SDK Method Required Scope
General Operations Get QuickML Instance No requirement
QuickML Operations Execute QuickML Endpoint Admin

Last Updated 2026-07-02 14:51:41 +0530 IST