Skip to content

Commit b67cc84

Browse files
Merge pull request #271030 from cloga/lochen/pipelinecomponent-ga
add spark job in v2 parity
2 parents ce5488b + 94efbc0 commit b67cc84

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -229,18 +229,18 @@ This article gives a comparison of scenario(s) in SDK v1 and SDK v2. In the foll
229229
|`adla_step`|None|None|
230230
|`automl_step`|`automl` job|`automl` component|
231231
|`azurebatch_step`| None| None|
232-
|`command_step`| `command` job|`command` component|
233-
|`data_transfer_step`| coming soon | coming soon|
234-
|`databricks_step`| coming soon|coming soon|
235-
|`estimator_step`| command job|`command` component|
236-
|`hyper_drive_step`|`sweep` job| `sweep` component|
232+
|`command_step`| [`command` job](reference-yaml-job-command.md) | [`command` component](reference-yaml-component-command.md)|
233+
|`data_transfer_step`| None | None |
234+
|`databricks_step`| None | None |
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 |
237237
|`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)|
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](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) |
244244

245245
## Published pipelines
246246

0 commit comments

Comments
 (0)