@@ -229,18 +229,18 @@ This article gives a comparison of scenario(s) in SDK v1 and SDK v2. In the foll
229
229
| `adla_step` | None | None |
230
230
| `automl_step` | `automl` job| `automl` component|
231
231
| `azurebatch_step` | None | None |
232
- | `command_step` | `command` job| `command` component|
232
+ | `command_step` | [ `command` job](reference - yaml - job - command.md) | [ `command` component](reference - yaml - component - command.md) |
233
233
| `data_transfer_step` | None | None |
234
234
| `databricks_step` | None | None |
235
- | `estimator_step` | command job| `command` component|
236
- | `hyper_drive_step` | `sweep` job| `sweep` component |
235
+ | `estimator_step` | [ ` command` job](reference - yaml - job - command.md) | [ `command` component](reference - yaml - component - command.md) |
236
+ | `hyper_drive_step` | [ `sweep` job](reference - yaml - job - sweep.md) | None |
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](reference - yaml - component - command.md) |
239
+ | `mpi_step` | [ `command` job](reference - yaml - job - command.md) | [ `command` component](reference - yaml - component - command.md) |
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` | `spark` job | `spark` component |
241
+ | `python_script_step` | [ `command` job](reference - yaml - job - command.md) | [ `command` component](reference - yaml - component - command.md) |
242
+ | `r_script_step` | [ `command` job](reference - yaml - job - command.md) | [ `command` component](reference - yaml - component - command.md) |
243
+ | `synapse_spark_step` | [ `spark` job](reference - yaml - job - spark.md) | [ `spark` component](reference - yaml - component - spark.md) |
244
244
245
245
# # Published pipelines
246
246
0 commit comments