File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -230,17 +230,17 @@ This article gives a comparison of scenario(s) in SDK v1 and SDK v2. In the foll
230
230
| `automl_step` | `automl` job| `automl` component|
231
231
| `azurebatch_step` | None | None |
232
232
| `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 |
235
235
| `estimator_step` | command job| `command` component|
236
236
| `hyper_drive_step` | `sweep` job| `sweep` component|
237
237
| `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|
240
240
| `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 |
244
244
245
245
# # Published pipelines
246
246
You can’t perform that action at this time.
0 commit comments