Skip to content

Commit aeebd93

Browse files
authored
Merge pull request #182242 from sdgilley/sdg-incremental-refresh
add refresh now for incremental refresh
2 parents c8e37e9 + f54f175 commit aeebd93

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

articles/machine-learning/how-to-create-image-labeling-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ On the **Data** tab, you can see your dataset and review labeled data. Scroll th
189189

190190
### Details tab
191191

192-
View details of your project. In this tab you can:
192+
View and change details of your project. In this tab you can:
193193

194194
* View project details and input datasets
195-
* Enable incremental refresh
195+
* Enable or disable incremental refresh at regular intervals or request an immediate refresh
196196
* View details of the storage container used to store labeled outputs in your project
197197
* Add labels to your project
198198
* Edit instructions you give to your labels

articles/machine-learning/how-to-create-text-labeling-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ On the **Data** tab, you can see your dataset and review labeled data. Scroll th
186186

187187
### Details tab
188188

189-
View details of your project. In this tab you can:
189+
View and change details of your project. In this tab you can:
190190

191191
* View project details and input datasets
192-
* Enable incremental refresh
192+
* Enable or disable **incremental refresh at regular intervals** or request an immediate refresh
193193
* View details of the storage container used to store labeled outputs in your project
194194
* Add labels to your project
195195
* Edit instructions you give to your labels

includes/machine-learning-data-labeling-refresh.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
author: sgilley
33
ms.service: machine-learning
44
ms.topic: include
5-
ms.date: 09/23/2021
5+
ms.date: 12/08/2021
66
ms.author: sdgilley
77
---
88

9-
If you plan to add new files to your dataset, use incremental refresh to add these new files your project. When **incremental refresh** is enabled, the dataset is checked periodically for new files to be added to a project, based on the labeling completion rate. The check for new data stops when the project contains the maximum 500,000 files.
9+
If you plan to add new files to your dataset, use incremental refresh to add these new files your project.
1010

11-
To add more files to your project, use [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/) to upload to the appropriate folder in the blob storage.
11+
When **incremental refresh at regular intervals** is enabled, the dataset is checked periodically for new files to be added to a project, based on the labeling completion rate. The check for new data stops when the project contains the maximum 500,000 files.
1212

13-
Select **Enable incremental refresh** when you want your project to continually monitor for new data in the datastore. Data will be pulled into your project once a day when enabled. After you add new data to the datastore, you'll have to wait before it shows up in your project. You can see a timestamp for when data was last refreshed in the **Incremental refresh** section of **Details** tab for your project.
14-
Unselect if you don't want new files in the datastore to be added to your project.
13+
Select **Enable incremental refresh at regular intervals** when you want your project to continually monitor for new data in the datastore.
14+
15+
Unselect if you don't want new files in the datastore to automatically be added to your project.
16+
17+
To add more files to your project, use [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/) to upload to the appropriate folder in the blob storage.
18+
19+
After the project is created, use the [**Details**](#details-tab) tab to change **incremental refresh**, view the timestamp for the last refresh, and request an immediate refresh of data.

0 commit comments

Comments
 (0)