You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/concept-designer.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@ The following animated GIF shows how you can build a pipeline visually in Design
28
28
29
29
:::image type="content" source="./media/concept-designer/designer-drag-and-drop.gif" alt-text="GIF of a building a pipeline in the designer." lightbox= "./media/concept-designer/designer-drag-and-drop.gif":::
30
30
31
-
## Assets libraries
31
+
## Asset libraries
32
32
33
-
Designer uses building blocks from Azure Machine Learning asset libraries to create pipelines. The asset libraries includes the following pipeline building blocks:
33
+
Designer uses building blocks from Azure Machine Learning asset libraries to create pipelines. The asset libraries include the following pipeline building blocks:
@@ -61,7 +61,7 @@ Selecting the **+** symbol under **New pipeline** at the top of the Designer scr
61
61
62
62
The two tabs under **Pipelines** at the bottom of the Designer screen show the existing **Pipeline drafts** and **Pipeline jobs** in your workspace.
63
63
64
-
:::image type="content" source="./media/concept-designer/pipeline-draft-and-job.png" alt-text="Screenshot of pipeline draft and pipeline job list." lightbox= "./media/concept-designer/pipeline-draft-and-job.png":::
64
+
:::image type="content" source="./media/concept-designer/pipeline-draft-and-job.png" alt-text="Screenshot of pipeline draft list." lightbox= "./media/concept-designer/pipeline-draft-and-job.png":::
65
65
66
66
As you build a pipeline, Designer saves your progress as a pipeline draft. You can edit a pipeline draft anytime by adding or removing components, configuring compute targets, and setting parameters.
67
67
@@ -78,9 +78,13 @@ When you're ready to run your pipeline draft, you save it and submit it as a pip
78
78
79
79
Each time you run a pipeline, the pipeline configuration and results are stored in your workspace as a pipeline job. You can resubmit any past pipeline job, inspect it for troubleshooting or auditing, or clone it to create a new pipeline draft for further editing.
80
80
81
+
:::image type="content" source="./media/concept-designer/pipeline-job.png" alt-text="Screenshot of pipeline job list." lightbox= "./media/concept-designer/pipeline-job.png":::
82
+
81
83
You can edit and resubmit your pipelines. After submitting, you can see the lineage between the job you submit and the original job by selecting **Show lineage** in the job detail page.
82
84
83
-
### Clone a pipeline job
85
+
:::image type="content" source="./media/concept-designer/resubmitted.png" alt-text="Screenshot showing the resubmitted lineage after selecting Show lineage." lightbox= "./media/concept-designer/resubmitted.png":::
86
+
87
+
### Cloned pipeline jobs
84
88
85
89
If you want to base a new pipeline on an existing pipeline job in the workspace, you can clone the job into a new pipeline draft to continue editing.
86
90
@@ -91,4 +95,4 @@ After cloning, you can find out which pipeline job the new pipeline was cloned f
91
95
92
96
## Related content
93
97
94
-
-[Create a pipeline with components (UI)](./how-to-create-component-pipelines-ui.md)
98
+
[Create a pipeline with components (UI)](./how-to-create-component-pipelines-ui.md)
0 commit comments