123456789101112 |
- V2 DSL & Conf Examples
- ======================
- This is folder showing examples of each components.
- Similar to the older version, a pair of dsl & conf files corresponds to a task. You can start a task with the following command:
- .. code-block:: bash
- flow job submit -d ${dsl.json} -c ${conf.json}
- For more details on using DSL V2, please refer `here <../../../doc/tutorial/dsl_conf/dsl_conf_v2_setting_guide.md>`__.
|