Skip to content

Commit 9f0e848

Browse files
author
Angela Fleischmann
authored
Merge pull request #12752 from MicrosoftDocs/main
Publish 02/17/2022 3:30 PM PT
2 parents 23a90ed + 442e5a3 commit 9f0e848

11 files changed

Lines changed: 133 additions & 74 deletions

File tree

microsoft-365/contentunderstanding/apply-a-model.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ After publishing your document understanding model, you can apply it to one or m
3131

3232
## Apply your model to a document library
3333

34-
To apply your model to to a SharePoint document library:
34+
To apply your model to a SharePoint document library:
3535

3636
1. On model home page, on the **Apply model to libraries** tile, select **Apply model**. Or, in the **Where the model is applied** section, select **+Add library**.
3737

3838
![Screenshot of Where the model is applied section with the Add library option highlighted.](../media/content-understanding/apply-to-library.png)
3939

40-
2. You can then select the SharePoint site that contains the document library that you want to apply the model to. If the site does not show in the list, use the search box to find it.
40+
2. You can then select the SharePoint site that contains the document library that you want to apply the model to. If the site doesn't show in the list, use the search box to find it.
4141

4242
![Select a site.](../media/content-understanding/site-search.png)
4343

@@ -48,9 +48,11 @@ To apply your model to to a SharePoint document library:
4848

4949
![Select a doc library.](../media/content-understanding/select-doc-library.png)
5050

51-
4. Because the model is associated to a content type, when you apply it to the library it will add the content type and its view with the labels you extracted showing as columns. By default, this view is the library's default view. However, you can optionally choose to not have it be the default view by selecting **Advanced settings** and clearing the **Set this new view as the default** checkbox.
51+
4. Because the model is associated to a content type, when you apply it to the library it will add the content type and update the default view with the labels you extracted showing as columns. However, you can select **Advanced settings** to optionally choose to retain the current library view or to use a new view with model information and file thumbnails. If you choose to keep the current library view, the new views with model information are still available under the library's view menu.
5252

53-
![Library view.](../media/content-understanding/library-view.png)
53+
![Screenshot of the Advanced settings showing the library views.](../media/content-understanding/library-view.png)
54+
55+
For more information, see [Change the view in a document library](#change-the-view-in-a-document-library) later in this article.
5456

5557
5. Select **Add** to apply the model to the library.
5658

@@ -66,7 +68,7 @@ To apply your model to to a SharePoint document library:
6668

6769
After applying the model to the document library, you can begin uploading documents to the site and see the results.
6870

69-
The model identifies any files and folders with the model’s associated content type and lists them in your view. If your model has any extractors, the view displays columns for the data you are extracting from each file or folder.
71+
The model identifies any files and folders with the model’s associated content type and lists them in your view. If your model has any extractors, the view displays columns for the data you're extracting from each file or folder.
7072

7173
> [!NOTE]
7274
> If two or more document understanding models are applied to the same library, the uploaded file is classified using the model that has the highest average confidence score. The extracted entities will be from the applied model only. <br><br>If a custom form processing model and document understanding model are applied to the same library, the file is classified using the document understanding model and any trained extractors for that model. If there are any empty columns that match the form processing model, the columns will be populated using those extracted values.
@@ -91,7 +93,7 @@ To sync changes to one or only selected libraries:
9193

9294
## Apply the model to files and folder content already in the document library
9395

94-
While an applied model processes all files and folder content uploaded to the document library after it is applied, you can also do the following to run the model on files and folder content that already exist in the document library prior to the model being applied:
96+
While an applied model processes all files and folder content uploaded to the document library after it's applied, you can also do the following to run the model on files and folder content that already exist in the document library prior to the model being applied:
9597

9698
1. In your document library, select the files and folders that you want to be processed by your model.
9799

@@ -126,6 +128,22 @@ To run the flow:
126128

127129
![Screenshot showing the Create a flow panel and flow option highlighted.](../media/content-understanding/integrate-create-flow.png)
128130

131+
## Change the view in a document library
132+
133+
There are multiple ways to view how you see the information in a SharePoint document library. You can change the view in your document library to fit your needs or preferences.
134+
135+
To change the view on the library page, select the view dropdown menu to show the options, and then select the view you want to use.
136+
137+
![Screenshot of a view dropdown menu showing the view options.](../media/content-understanding/document-library-view-menu.png)
138+
139+
For example, if you select **Tiles** from the list, the page will display as shown.
140+
141+
![Screenshot of a document library showing the Tiles view.](../media/content-understanding/document-library-tiles-view.png)
142+
143+
The **Tiles** view displays up to eight user-created fields. If there are fewer than eight, up to four system-generated fields are shown: Sensitivity (if available), Retention (if available), Content type, Modified date, Modified by, and Classification date.
144+
145+
To edit any current view, on the view dropdown menu, select **Edit current view**.
146+
129147
## See Also
130148

131149
[Create a classifier](create-a-classifier.md)

0 commit comments

Comments
 (0)