Skip to content

Commit b92f71a

Browse files
committed
change bookmark
1 parent 036754a commit b92f71a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/concept-workspace.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ The diagram shows the following components of a workspace:
3232

3333
+ [User roles](how-to-assign-roles.md) enable you to share your workspace with other users, teams, or projects.
3434
+ [Compute targets](concept-compute-targets.md) are used to run your experiments.
35-
+ When you create the workspace, [associated resources](#resources) are also created for you.
36-
+ [Experiments](v1/concept-azure-machine-learning-architecture.md#experiments) are training runs you use to build your models.
37-
+ [Pipelines](v1/concept-azure-machine-learning-architecture.md#ml-pipelines) are reusable workflows for training and retraining your model.
35+
+ When you create the workspace, [associated resources](#associated-resources) are also created for you.
36+
+ Jobs are training runs you use to build your models. You can organize your jobs into Experiments.
37+
+ [Pipelines](concept-ml-pipelines.md) are reusable workflows for training and retraining your model.
3838
+ [Data assets](concept-data.md) aid in management of the data you use for model training and pipeline creation.
3939
+ Once you have a model you want to deploy, you create a registered model.
4040
+ Use the registered model and a scoring script to create an [online endpoint](concept-endpoints.md).
@@ -59,7 +59,7 @@ Machine learning tasks read and/or write artifacts to your workspace.
5959
+ Register a model in the workspace.
6060
+ Deploy a model - uses the registered model to create a deployment.
6161
+ Create and run reusable workflows.
62-
+ View machine learning artifacts such as experiments, pipelines, models, deployments.
62+
+ View machine learning artifacts such as jobs, pipelines, models, deployments.
6363
+ Track and monitor models.
6464

6565
## Workspace management

0 commit comments

Comments
 (0)