Skip to content

Commit 9d69dad

Browse files
authored
Update how-to-deploy-pipeline-component-as-batch-endpoint.md
1 parent e738f13 commit 9d69dad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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
@@ -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)