Skip to content

Commit 376f1ce

Browse files
authored
Merge pull request #159314 from aahill/table-add
Table add
2 parents deec92d + 2181c11 commit 376f1ce

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

articles/cognitive-services/LUIS/luis-how-to-batch-test.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: how-to
12-
ms.date: 04/13/2021
12+
ms.date: 05/18/2021
1313

1414
---
1515

@@ -84,7 +84,19 @@ The example JSON includes one utterance with a labeled entity to illustrate what
8484

8585
5. Name the dataset `pizza test` and select **Done**.
8686

87-
6. Select the **Run** button. After the batch test runs, select **See results**.
87+
6. Select the **Run** button.
88+
89+
7. After the batch test completes, you can see the following columns:
90+
91+
| Column | Description |
92+
| -------- | ------------- |
93+
| State | Status of the test. **See results** is only visible after the test is completed. |
94+
| Name | The name you have given to the test. |
95+
| Size | Number of tests in this batch test file. |
96+
| Last Run | Date of last run of this batch test file. |
97+
| Last result | Number of successful predictions in the test. |
98+
99+
8. To view detailed results of the test, select **See results**.
88100

89101
> [!TIP]
90102
> * Selecting **Download** will download the same file that you uploaded.

0 commit comments

Comments
 (0)