Skip to content

Commit 1cbd50b

Browse files
Pencil edit 2 of 2
1 parent 7afa793 commit 1cbd50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/reference-yaml-core-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Similar to the `command` for a job, the `command` for a component can also be pa
213213

214214
#### Define optional inputs in command line
215215
When the input is set as `optional = true`, you need use `$[[]]` to embrace the command line with inputs. For example `$[[--input1 ${{inputs.input1}}]`. The command line at runtime may have different inputs.
216-
- If you are using only specify the required `training_data` and `model_output` parameters, the command line will look like:
216+
- If you are using only the required `training_data` and `model_output` parameters, the command line will look like:
217217

218218
```cli
219219
python train.py --training_data some_input_path --learning_rate 0.01 --learning_rate_schedule time-based --model_output some_output_path

0 commit comments

Comments
 (0)