Skip to content

Commit a9a868c

Browse files
authored
Merge pull request #97530 from PeterCLu/plu-add-batch-link
Add batch inference link
2 parents 934ba78 + c8cca65 commit a9a868c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/concept-designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ To learn how to deploy your model, see [Tutorial: Deploy a machine learning mode
103103

104104
You can also publish a pipeline to a **pipeline endpoint**. Similar to a real-time endpoint, a pipeline endpoint lets you submit new pipeline runs from external applications using REST calls. However, you cannot send or receive data in real-time using a pipeline endpoint.
105105

106-
Published pipelines are flexible, they can be used to train or retrain models, perform batch inferencing, process new data, and much more. You can publish multiple pipelines to a single pipeline endpoint and specify which pipeline version to run.
106+
Published pipelines are flexible, they can be used to train or retrain models, [perform batch inferencing](how-to-run-batch-predictions-designer.md), process new data, and much more. You can publish multiple pipelines to a single pipeline endpoint and specify which pipeline version to run.
107107

108108
A published pipeline runs on the compute resources you define in the pipeline draft for each module.
109109

0 commit comments

Comments
 (0)