Updated on 2024-02-08 GMT+08:00

Creating a Workflow

To create a workflow, define each phase by referring to Phase Type. You need to perform the following steps:

  1. Sort out scenarios, understand preset steps' functions, and determine the DAG structure.
  2. Debug single-phase functions like training or inference on ModelArts.
  3. Choose the code template that matches the phase function and fill in the details.
  4. Arrange phases according to the DAG structure to create a workflow.