Skip to content

Commit fbf286d

Browse files
authored
Merge pull request #229231 from xiaoharper/ppl-submission-wizard
add instruction for submissin wizard
2 parents 8443971 + 81b1abc commit fbf286d

File tree

5 files changed

+39
-7
lines changed

5 files changed

+39
-7
lines changed

articles/machine-learning/how-to-use-pipeline-ui.md

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: designer, event-tier1-build-2022
1717

1818
Azure Machine Learning studio provides UI to build and debug your pipeline. You can use components to author a pipeline in the designer, and you can debug your pipeline in the job detail page.
1919

20-
This article will introduce how to use the studio UI to build and debug machine learning pipelines.
20+
This article introduces how to use the studio UI to build and debug machine learning pipelines.
2121

2222
> [!IMPORTANT]
2323
> Items marked (preview) in this article are currently in public preview.
@@ -28,18 +28,25 @@ This article will introduce how to use the studio UI to build and debug machine
2828

2929
### Drag and drop components to build pipeline
3030

31-
In the designer homepage, you can select **New pipeline** to open a blank pipeline draft.
31+
>[!Note]
32+
> Designer supports two type of components, classic prebuilt components and custom components. These two types of components are not compatible.
33+
>
34+
>Classic prebuilt components provides prebuilt components majorly for data processing and traditional machine learning tasks like regression and classification. This type of component continues to be supported but will not have any new components added.
35+
>
36+
>
37+
>Custom components allow you to provide your own code as a component. It supports sharing across workspaces and seamless authoring across Studio, CLI, and SDK interfaces.
38+
>
39+
>In this article, we will create pipeline using custom components.
3240
33-
In the asset library left of the canvas, there are **Data assets** and **Components** tabs, which contain components and data registered to the workspace. For what is component and how to create custom component, you can refer to the [component concept article](concept-component.md).
41+
In the designer homepage, you can select **New pipeline -> Custom** to open a blank pipeline draft.
42+
43+
In the asset library left of the canvas, there are **Data**,**Model** and **Component** tabs, which contain data, model and components registered to the workspace. For what is component and how to create custom component, you can refer to the [component concept article](concept-component.md).
3444

35-
You can quickly filter **My assets** or **Designer built-in assets**.
3645

3746
:::image type="content" source="./media/how-to-use-pipeline-ui/asset-library.png" alt-text="Screenshot showing the asset library with filter by selected." lightbox= "./media/how-to-use-pipeline-ui/asset-library.png":::
3847

39-
Then you can drag and drop either built-in components or custom components to the canvas. You can construct your pipeline or configure your components in any order. Just hide the right pane to construct your pipeline first, and open the right pane to configure your component.
48+
Then you can drag and drop components, data and model to build a pipeline. You can construct your pipeline or configure your components in any order. Just hide the right pane to construct your pipeline first, and open the right pane to configure your component.
4049

41-
> [!NOTE]
42-
> Currently built-in components and custom components cannot be used together.
4350

4451
:::image type="content" source="./media/how-to-use-pipeline-ui/hide-right-pane.png" alt-text="Screenshot showing the close and open button." lightbox= "./media/how-to-use-pipeline-ui/hide-right-pane.png":::
4552

@@ -66,6 +73,31 @@ On the pipeline job detail page, you can check the status of the overall job and
6673

6774
:::image type="content" source="./media/how-to-use-pipeline-ui/pipeline-job-detail-page.png" alt-text="Screenshot showing pipeline job detail page." lightbox= "./media/how-to-use-pipeline-ui/pipeline-job-detail-page.png":::
6875

76+
#### Try the optimized submission wizard(preview)
77+
78+
There is an optimized pipeline submission wizard to streamline your pipeline submission experience. It provides spacious space to edit pipeline inputs and outputs, and the ability to modify runtime settings, such as the default compute, at the time of submission.
79+
80+
To enable this feature:
81+
1. Navigate to Azure Machine Learning studio UI.
82+
2. Select Manage preview features (megaphone icon) among the icons on the top right side of the screen.
83+
3. In Managed preview feature panel, toggle on **Submit pipeline jobs using the optimized submission wizard**
84+
85+
86+
:::image type="content" source="./media/how-to-use-pipeline-ui/enable-submission-wizard.png" alt-text="Screenshot showing how to enable submission wizard." lightbox= "./media/how-to-use-pipeline-ui/enable-submission-wizard.png":::
87+
88+
After enabling the pipeline submission wizard, select **Configure & Submit** button on the top right to submit the pipeline job.
89+
90+
Then you will see a step-by-step wizard, which allows you to edit pipeline inputs & outputs, and change runtime settings before submitting the pipeline job. Follow the wizard to submit the pipeline job.
91+
92+
:::image type="content" source="./media/how-to-use-pipeline-ui/submission-wizard.png" alt-text="Screenshot showing the inputs & outputs tab of the submission wizard." lightbox= "./media/how-to-use-pipeline-ui/submission-wizard.png":::
93+
94+
95+
96+
97+
98+
99+
100+
69101
## Debug your pipeline in job detail page
70102

71103
### Using outline to quickly find node
178 KB
Loading
202 KB
Loading
109 KB
Loading
256 KB
Loading

0 commit comments

Comments
 (0)