Skip to content

Commit 510c149

Browse files
committed
Acrolinx scan . . .
1 parent f104a25 commit 510c149

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-create-data-assets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ Not available.
548548
>
549549
> Therefore, the *immutability* of data assets provides a level of protection when working in a team creating production workloads.
550550
551-
When a data asset has been erroneously created - for example, with an incorrect name, type or path - Azure Machine Learning offers solutions to handle the situation without the negative consequences of deletion:
551+
For a mistakenly-created data asset - for example, with an incorrect name, type or path - Azure Machine Learning offers solutions to handle the situation without the negative consequences of deletion:
552552

553553
|*I want to delete this data asset because...* | Solution |
554554
|---------|---------|
@@ -871,7 +871,7 @@ Execute the following command in the Azure CLI. Be sure to update the `<>` place
871871

872872
- name of your data asset
873873
- the version
874-
- key-valuye pair for the tag
874+
- key-value pair for the tag
875875

876876
```azurecli
877877
az ml data update --name <DATA ASSET NAME> --version <VERSION> --set tags.<KEY>=<VALUE>
@@ -1010,7 +1010,7 @@ my_data = Data(
10101010
ml_client.data.create_or_update(my_data)
10111011
```
10121012

1013-
At the end of the following week, your ETL has updated the data to include more data:
1013+
At the end of the following week, your ETL updated the data to include more data:
10141014

10151015
```text
10161016
/myimages

0 commit comments

Comments
 (0)