Skip to content

Commit 8e55422

Browse files
authored
Clarify that managed endpoints are for v2 only
To avoid confusion
1 parent a098103 commit 8e55422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/aml-compute-target-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: sgilley
88
manager: cgronlund
99
ms.custom: "include file"
1010
ms.topic: "include"
11-
ms.date: 09/30/2022
11+
ms.date: 03/28/2023
1212
---
1313

1414

@@ -17,7 +17,7 @@ The compute target you use to host your model will affect the cost and availabil
1717
| Compute target | Used for | GPU support | Description |
1818
| ----- | ----- | ----- | ----- |
1919
| [Local web service](../articles/machine-learning/v1/how-to-deploy-local-container-notebook-vm.md) | Testing/debugging |   | Use for limited testing and troubleshooting. Hardware acceleration depends on use of libraries in the local system. |
20-
| [Azure Machine Learning endpoints](../articles/machine-learning/concept-endpoints.md) | Real-time inference <br/><br/>Batch&nbsp;inference | Yes | Fully managed computes for real-time (managed online endpoints) and batch scoring (batch endpoints) on serverless compute. |
20+
| [Azure Machine Learning endpoints](../articles/machine-learning/concept-endpoints.md) (SDK/CLI v2 only) | Real-time inference <br/><br/>Batch&nbsp;inference | Yes | Fully managed computes for real-time (managed online endpoints) and batch scoring (batch endpoints) on serverless compute. |
2121
| [Azure Machine Learning Kubernetes](../articles/machine-learning/how-to-attach-kubernetes-anywhere.md) | Real-time inference <br/><br/> Batch inference | Yes | Run inferencing workloads on on-premises, cloud, and edge Kubernetes clusters. |
2222
| [Azure Container Instances](../articles/machine-learning/v1/how-to-deploy-azure-container-instance.md) (SDK/CLI v1 only) | Real-time inference <br/><br/> Recommended for dev/test purposes only.| &nbsp; | Use for low-scale CPU-based workloads that require less than 48 GB of RAM. Doesn't require you to manage a cluster. <br/><br/> Supported in the designer. |
2323

0 commit comments

Comments
 (0)