Skip to content

Commit 80865e0

Browse files
committed
add spark job
1 parent eacf212 commit 80865e0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/machine-learning/migrate-to-v2-execution-pipeline.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -230,17 +230,17 @@ This article gives a comparison of scenario(s) in SDK v1 and SDK v2. In the foll
230230
|`automl_step`|`automl` job|`automl` component|
231231
|`azurebatch_step`| None| None|
232232
|`command_step`| `command` job|`command` component|
233-
|`data_transfer_step`| coming soon | coming soon|
234-
|`databricks_step`| coming soon|coming soon|
233+
|`data_transfer_step`| None | None |
234+
|`databricks_step`| None | None |
235235
|`estimator_step`| command job|`command` component|
236236
|`hyper_drive_step`|`sweep` job| `sweep` component|
237237
|`kusto_step`| None|None|
238-
|`module_step`|None|command component|
239-
|`mpi_step`| command job|command component|
238+
|`module_step`|None| `command` component|
239+
|`mpi_step`| `command` job|`command` component|
240240
|`parallel_run_step`|`Parallel` job| `Parallel` component|
241-
|`python_script_step`| `command` job|command component|
242-
|`r_script_step`| `command` job|`command` component|
243-
|`synapse_spark_step`| coming soon|coming soon|
241+
|`python_script_step`| `command` job|`command` component|
242+
|`r_script_step`| `command` job |`command` component|
243+
|`synapse_spark_step`| `spark` job | `spark` component |
244244

245245
## Published pipelines
246246

0 commit comments

Comments
 (0)