Skip to content

Commit e48916a

Browse files
authored
Merge pull request #189828 from lgayhardt/patch-66
Add note about attached compute
2 parents 820ef5d + edd81f9 commit e48916a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/machine-learning/tutorial-designer-automobile-price-train-score.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ You need an Azure Machine Learning workspace to use the designer. The workspace
6666

6767
A pipeline runs on a compute target, which is a compute resource that's attached to your workspace. After you create a compute target, you can reuse it for future runs.
6868

69+
70+
> [!Important]
71+
> Attached compute is not supported, use [compute instances or clusters](concept-compute-target.md#azure-machine-learning-compute-managed) instead.
72+
6973
You can set a **Default compute target** for the entire pipeline, which will tell every component to use the same compute target by default. However, you can specify compute targets on a per-module basis.
7074

7175
1. Next to the pipeline name, select the **Gear icon** ![Screenshot of the gear icon](./media/tutorial-designer-automobile-price-train-score/gear-icon.png) at the top of the canvas to open the **Settings** pane.

0 commit comments

Comments
 (0)