Skip to content

Commit 59a42d3

Browse files
authored
Merge pull request #99976 from MayMSFT/patch-28
Update tutorial-train-deploy-model-cli.md
2 parents 21555e4 + 7899dbb commit 59a42d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/machine-learning/tutorial-train-deploy-model-cli.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,15 @@ The output of this command is similar to the following JSON:
237237
}
238238
```
239239

240+
240241
> [!IMPORTANT]
241242
> Copy the value of the `id` entry, as it is used in the next section.
242243
244+
To check out a more comprehensive template for the JSON file that describe a dataset, use the following command:
245+
```azurecli-interactive
246+
az ml dataset register --show-template
247+
```
248+
243249
## Reference the dataset
244250

245251
To make the dataset available in the training environment, you must reference it from the runconfig file. The `.azureml/mnist.runconfig` file contains the following YAML entries:

0 commit comments

Comments
 (0)