Skip to content

Commit 9e09aef

Browse files
committed
Perf expectations
1 parent d013b99 commit 9e09aef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

articles/machine-learning/tutorial-designer-automobile-price-deploy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ To deploy your pipeline, you must first convert the training pipeline into a rea
5454
5555
1. Select **Submit**, and use the same compute target and experiment that you used in part one.
5656

57+
If is the first run, it may take up to 20 minutes for your pipeline to finish running. The default compute settings have a minimum node size of 0 which means that the designer must allocate resources after being idle for some time. Repeated submits will take less time since the compute resources are already allocated. Future runs will take significantly less time because the designer will use cached results for each module unless you specify otherwise with the **Regenerate output** option.
58+
5759
1. Select **Deploy**.
5860

5961
## Create an inferencing cluster

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,9 @@ Now that your pipeline is all setup, you can submit a pipeline run to train your
278278

279279
1. Select **Submit**.
280280

281-
You can view run status and details at the top right of the canvas. If this is your first time using a compute target, it may take up to 10 minutes for your pipeline to finish running. The default compute settings have 0 minimum nodes, which means that compute instances are deallocated when idle. This saves money, but may require additional startup time for new jobs.
281+
You can view run status and details at the top right of the canvas.
282+
283+
If is the first run, it may take up to 20 minutes for your pipeline to finish running. The default compute settings have a minimum node size of 0 which means that the designer must allocate resources after being idle for some time. Repeated submits will take less time since the compute resources are already allocated. Future runs will take significantly less time because the designer will use cached results for each module unless you specify otherwise with the **Regenerate output** option.
282284

283285
### View scored labels
284286

0 commit comments

Comments
 (0)