Skip to content

Commit 0a5feac

Browse files
committed
changes
1 parent f9248e2 commit 0a5feac

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

articles/machine-learning/concept-designer.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ The following animated GIF shows how you can build a pipeline visually in Design
2828

2929
:::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":::
3030

31-
## Assets libraries
31+
## Asset libraries
3232

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:
3434

3535
- [Data](concept-data.md)
3636
- [Models](how-to-manage-models.md?view=azureml-api-2&preserve-view=true&tabs=cli)
@@ -61,7 +61,7 @@ Selecting the **+** symbol under **New pipeline** at the top of the Designer scr
6161

6262
The two tabs under **Pipelines** at the bottom of the Designer screen show the existing **Pipeline drafts** and **Pipeline jobs** in your workspace.
6363

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":::
6565

6666
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.
6767

@@ -78,9 +78,13 @@ When you're ready to run your pipeline draft, you save it and submit it as a pip
7878

7979
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.
8080

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+
8183
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.
8284

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
8488

8589
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.
8690

@@ -91,4 +95,4 @@ After cloning, you can find out which pipeline job the new pipeline was cloned f
9195

9296
## Related content
9397

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)
Binary file not shown.
-27.5 KB
Loading
49.6 KB
Loading
58.1 KB
Loading

0 commit comments

Comments
 (0)