Skip to content

Commit a30a4e6

Browse files
authored
Update how-to-use-batch-pipeline-from-job.md
1 parent 25cb440 commit a30a4e6

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)