Skip to content

Commit ee83078

Browse files
authored
Merge pull request #249694 from santiagxf/santiagxf/azureml-batch-example
Update how-to-use-batch-pipeline-deployments.md
2 parents b145fa4 + 46bc2cc commit ee83078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-use-batch-pipeline-deployments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Once the deployment is created, it's ready to receive jobs. You can invoke the d
183183
---
184184

185185
> [!TIP]
186-
> In this example, the pipeline doesn't have inputs or outputs. However, they can be indicated at invocation time if any. To learn more about how to indicate inputs and outputs, see [Create jobs and input data for batch endpoints](how-to-access-data-batch-endpoints-jobs.md).
186+
> In this example, the pipeline doesn't have inputs or outputs. However, if the pipeline component requires some, they can be indicated at invocation time. To learn about how to indicate inputs and outputs, see [Create jobs and input data for batch endpoints](how-to-access-data-batch-endpoints-jobs.md) or see the tutorial [How to deploy a pipeline to perform batch scoring with preprocessing (preview)](how-to-use-batch-scoring-pipeline.md).
187187
188188
You can monitor the progress of the show and stream the logs using:
189189

@@ -237,5 +237,5 @@ ml_client.compute.begin_delete(name="batch-cluster")
237237
- [How to deploy a training pipeline with batch endpoints (preview)](how-to-use-batch-training-pipeline.md)
238238
- [How to deploy a pipeline to perform batch scoring with preprocessing (preview)](how-to-use-batch-scoring-pipeline.md)
239239
- [Create batch endpoints from pipeline jobs (preview)](how-to-use-batch-pipeline-from-job.md)
240-
- [Access data from batch endpoints jobs](how-to-access-data-batch-endpoints-jobs.md)
240+
- [Create jobs and input data for batch endpoints](how-to-access-data-batch-endpoints-jobs.md)
241241
- [Troubleshooting batch endpoints](how-to-troubleshoot-batch-endpoints.md)

0 commit comments

Comments
 (0)