You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/concept-endpoints.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.author: sehan
11
11
ms.reviewer: mopeakande
12
12
reviewer: msakande
13
13
ms.custom: devplatv2
14
-
ms.date: 02/07/2023
14
+
ms.date: 07/12/2023
15
15
#Customer intent: As an MLOps administrator, I want to understand what a managed endpoint is and why I need it.
16
16
---
17
17
@@ -41,7 +41,7 @@ An **endpoint** is a stable and durable URL that can be used to request or invok
41
41
42
42
- a stable and durable URL (like _endpoint-name.region.inference.ml.azure.com_),
43
43
- an authentication mechanism, and
44
-
- an authentication mechanism.
44
+
- an authorization mechanism.
45
45
46
46
A **deployment** is a set of resources and computes required for hosting the model or component that does the actual inferencing. A single endpoint can contain multiple deployments. These deployments can host independent assets and consume different resources based on the needs of the assets. Endpoints have a routing mechanism that can direct requests to specific deployments in the endpoint.
0 commit comments