Skip to content

Commit 6cafa1a

Browse files
Merge pull request #270716 from lgayhardt/patch-258
Freshness review how-to-deploy-pipeline-component-as-batch-endpoint.md
2 parents f2d1556 + 9d69dad commit 6cafa1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-deploy-pipeline-component-as-batch-endpoint.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'How to deploy pipeline as batch endpoint'
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to deploy pipeline component as batch endpoint to trigger the pipeline using REST endpoint
4+
description: Learn how to deploy pipeline component as batch endpoint to trigger the pipeline using REST endpoint.
55
ms.reviewer: lagayhar
66
author: zhanxia
77
ms.author: zhanxia
@@ -11,7 +11,7 @@ ms.subservice: core
1111
ms.custom:
1212
- ignite-2023
1313
ms.topic: how-to
14-
ms.date: 4/28/2023
14+
ms.date: 03/29/2024
1515
---
1616
# Deploy your pipeline as batch endpoint
1717

@@ -22,11 +22,11 @@ After building your machine learning pipeline, you can [deploy your pipeline as
2222

2323
## Pipeline component deployment as batch endpoint
2424

25-
Pipeline component deployment as batch endpoint is the feature that allows you to achieve the goals for the previously-listed scenarios. This is the equivalent feature with published pipeline/pipeline endpoint in SDK v1.
25+
Pipeline component deployment as batch endpoint is the feature that allows you to achieve the goals for the previously listed scenarios. This is the equivalent feature with published pipeline/pipeline endpoint in SDK v1.
2626

2727
To deploy your pipeline as a batch endpoint, we recommend that you first convert your pipeline into a [pipeline component](./how-to-use-pipeline-component.md), and then deploy the pipeline component as a batch endpoint. For more information on deploying pipelines as batch endpoints, see [How to deploy pipeline component as batch endpoint](how-to-use-batch-pipeline-deployments.md).
2828

29-
It's also possible to deploy your pipeline job as a batch endpoint. In this case, Azure Machine Learning can accept that job as the input to your batch endpoint and create the pipeline component automatically for you. For more information. see [Deploy existing pipeline jobs to batch endpoints](how-to-use-batch-pipeline-from-job.md).
29+
It's also possible to deploy your pipeline job as a batch endpoint. In this case, Azure Machine Learning can accept that job as the input to your batch endpoint and create the pipeline component automatically for you. For more information, see [Deploy existing pipeline jobs to batch endpoints](how-to-use-batch-pipeline-from-job.md).
3030

3131
> [!NOTE]
3232
> The consumer of the batch endpoint that invokes the pipeline job should be the user application, not the final end user. The application should control the inputs to the endpoint to prevent malicious inputs.

0 commit comments

Comments
 (0)