Skip to content

Commit a653338

Browse files
committed
more edits
1 parent 4edadca commit a653338

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-use-parallel-job-in-pipeline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To call the entry script, set the following two attributes in your parallel job
135135
| `code` | string | Local path to the source code directory to upload and use for the job. |
136136
| `entry_script` | string | The Python file that contains the implementation of predefined parallel functions. |
137137

138-
#### Examples
138+
#### Parallel job step example
139139

140140
# [Azure CLI](#tab/cliv2)
141141

@@ -152,7 +152,7 @@ The following code declares the `job_data_path` as input, binds it to the `input
152152

153153
#### Consider automation settings
154154

155-
Azure Machine Learning parallel job exposes many settings that can automatically control the job without manual intervention. The following table describes these settings.
155+
Azure Machine Learning parallel job exposes many optional settings that can automatically control the job without manual intervention. The following table describes these settings.
156156

157157
| Key | Type | Description | Allowed values | Default value | Set in attribute | Set in program arguments |
158158
|--|--|--|--|--|--|--|
@@ -173,7 +173,7 @@ The following sample code updates these settings:
173173

174174
# [Azure CLI](#tab/cliv2)
175175

176-
:::code language="yaml" source="~/azureml-examples-main/cli/jobs/pipelines/iris-batch-prediction-using-parallel/pipeline.yml" range="14-61" highlight="24-28,41-48":::
176+
:::code language="yaml" source="~/azureml-examples-main/cli/jobs/pipelines/iris-batch-prediction-using-parallel/pipeline.yml" range="14-61" highlight="24-28,39-48":::
177177

178178
# [Python](#tab/python)
179179

0 commit comments

Comments
 (0)