Skip to content

Commit 3827e28

Browse files
authored
Merge pull request #101212 from derek-wade/patch-1
Grammar correction. Wrong article.
2 parents 80f2d22 + b2eacab commit 3827e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/concept-designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Compute targets are attached to your [Azure Machine Learning workspace](concept-
9696

9797
## Deploy
9898

99-
To perform real-time inferencing, you must deploy a pipeline as a [online endpoint](concept-endpoints.md#what-are-online-endpoints). The online endpoint creates an interface between an external application and your scoring model. A call to an online endpoint returns prediction results to the application in real time. To make a call to an online endpoint, you pass the API key that was created when you deployed the endpoint. The endpoint is based on REST, a popular architecture choice for web programming projects.
99+
To perform real-time inferencing, you must deploy a pipeline as an [online endpoint](concept-endpoints.md#what-are-online-endpoints). The online endpoint creates an interface between an external application and your scoring model. A call to an online endpoint returns prediction results to the application in real time. To make a call to an online endpoint, you pass the API key that was created when you deployed the endpoint. The endpoint is based on REST, a popular architecture choice for web programming projects.
100100

101101
Online endpoints must be deployed to an Azure Kubernetes Service cluster.
102102

0 commit comments

Comments
 (0)