Skip to content

Commit 3d16b1f

Browse files
Merge pull request #244677 from santiagxf/santiagxf/azureml-batch-patch
Update how-to-use-batch-pipeline-from-job.md
2 parents 2e816b6 + c23df19 commit 3d16b1f

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
@@ -191,7 +191,7 @@ To deploy the pipeline component, we have to create a batch deployment from the
191191
endpoint_name=endpoint.name,
192192
job_definition=pipeline_job_run,
193193
settings={
194-
"default_comput": "batch-cluster",
194+
"default_compute": "batch-cluster",
195195
"continue_on_step_failure": False
196196
}
197197
)

0 commit comments

Comments
 (0)