Skip to content

Commit 6da5213

Browse files
Merge pull request #249989 from santiagxf/santiagxf/azureml-batch-patch
Update how-to-use-batch-pipeline-from-job.md
2 parents de9258f + 4caf81c commit 6da5213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ To deploy the pipeline component, we have to create a batch deployment from the
185185
Notice now how we use the property `job_definition` instead of `component`:
186186

187187
```python
188-
deployment = BatchPipelineComponentDeployment(
188+
deployment = PipelineComponentBatchDeployment(
189189
name="hello-batch-from-job",
190190
description="A hello world deployment with a single step. This deployment is created from a pipeline job.",
191191
endpoint_name=endpoint.name,

0 commit comments

Comments
 (0)