Skip to content

Commit 4064c3f

Browse files
authored
Merge pull request #100577 from wutaomsft/patch-1
two minor changes on "below" and "belowing"
2 parents 759a1fa + db97f8e commit 4064c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.date: 09/22/2022
2323
In this article, you learn how to create a data asset in Azure Machine Learning. By creating a data asset, you create a *reference* to the data source location, along with a copy of its metadata. Because the data remains in its existing location, you incur no extra storage cost, and don't risk the integrity of your data sources. You can create Data from AzureML datastores, Azure Storage, public URLs, and local files.
2424

2525
> [!IMPORTANT]
26-
> If you didn't creat/register the data source as a data asset, you can still [consume the data via specifying the data path in a job](how-to-read-write-data-v2.md#read-data-in-a-job) without below benefits.
26+
> If you didn't creat/register the data source as a data asset, you can still [consume the data via specifying the data path in a job](how-to-read-write-data-v2.md#read-data-in-a-job) without benefits below.
2727
2828
The benefits of creating data assets are:
2929

@@ -216,7 +216,7 @@ To create a File data asset in the Azure Machine Learning studio, use the follow
216216
## Create a `mltable` data asset
217217

218218
`mltable` is a way to abstract the schema definition for tabular data to make it easier to share data assets (an overview can be found in [MLTable](concept-data.md#mltable)).
219-
`mltable` supports tabular data coming from belowing sources:
219+
`mltable` supports tabular data coming from following sources:
220220
- Delimited files (CSV, TSV, TXT)
221221
- Parquet files
222222
- JSON Lines

0 commit comments

Comments
 (0)