Skip to content

Commit b2eacab

Browse files
authored
Grammar correction. Wrong article.
I corrected an article from "a" to "an". The Deploy section used to include, "deploy a pipeline as _a_ online endpoint". Now it correctly reads, "deploy a pipeline as _an_ online endpoint".
1 parent 3a3a598 commit b2eacab

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)