All Products
Search
Document Center

Platform For AI:What is Designer?

Last Updated:Jun 02, 2026

Designer is a visual modeling tool in PAI. Drag and drop algorithm components to build ML workflows, deploy models online, and schedule offline jobs.

Service architecture

image

Features

Workflow components

Designer provides hundreds of components for various use cases. For more information about the components, see Designer component reference.

Components fall into three categories:

How it works

image
  1. Create a workflow

    A visual canvas of component nodes and data flows — the starting point for model development.

  2. Build and debug a model

    Drag and drop algorithm components to build models. Select compute resources such as MaxCompute, PAI-DLC, or Flink, to run and complete model debugging and training.

  3. Visualize and analyze

    Use the visualization dashboard to review analysis reports and evaluate model performance.

  4. Deploy and predict models

Billing

Designer billing is based on the resources that components consume at runtime:

Billable item

Billing entity

Billing method

Stop billing

Billing rules

Compute Unit-hour (CU-hour) usage

Component runtime

Pay-as-you-go

Stop the component

Resources consumed by a component are converted into Compute Unit (CU) hours.

Billing formula: Billable amount = Number of CU-hours × Unit price

Where, Number of CU-hours = max(Number of CPU cores × Duration (h), Memory (GB) × Duration (h) / 4)

Pricing and billing details are covered in Billing for Designer.

Quick start

Start building with the Quick start for Designer.

Scenarios

Get help

For workflow errors, component issues, or data read failures, check the Designer FAQ.

Appendix: PAIFlow

  • PAIFlow is Designer's workflow scheduling engine. Submit tasks from Designer to PAIFlow.

  • The PAIFlow task management page lists all Pipeline tasks from Designer manual runs and DataWorks scheduled runs. Manage workflow tasks.