Skip to content

Commit b4404c5

Browse files
committed
further edits to endpoint defintion
1 parent bef3d5c commit b4404c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/concept-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In this article, you learn about:
3333

3434
After you train a machine learning model, you need to deploy the model so that others can use it to do inferencing. In Azure Machine Learning, you can use **endpoints** and **deployments** to do so.
3535

36-
An **endpoint**, in this context, is a path, based on the HTTPS protocol, that clients can call to receive the inferencing (scoring) output of a trained model. It provides:
36+
An **endpoint**, in this context, is an HTTPS path that provides an interface for clients to send requests (input data) and receive the inferencing (scoring) output of a trained model. An endpoint provides:
3737
- Authentication using "key & token" based auth
3838
- SSL termination
3939
- A stable scoring URI (endpoint-name.region.inference.ml.azure.com)

0 commit comments

Comments
 (0)