Skip to content

Commit 854e9ca

Browse files
authored
Merge pull request #42426 from v-geberr/0529-app-dashboard-rename-file
app dashboard rename file
2 parents 564a021 + 7acf01a commit 854e9ca

13 files changed

+21
-16
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22001,6 +22001,11 @@
2200122001
"redirect_url": "/azure/cognitive-services/LUIS/luis-get-started-ruby-add-utterance",
2200222002
"redirect_document_id": true
2200322003
},
22004+
{
22005+
"source_path": "articles/cognitive-services/LUIS/App-Dashboard.md",
22006+
"redirect_url": "/azure/cognitive-services/LUIS/luis-how-to-use-dashboard",
22007+
"redirect_document_id": true
22008+
},
2200422009
{
2200522010
"source_path": "articles/cognitive-services/LUIS/Add-entities.md",
2200622011
"redirect_url": "/azure/cognitive-services/LUIS/luis-how-to-add-entities",

articles/cognitive-services/LUIS/App-Dashboard.md renamed to articles/cognitive-services/LUIS/luis-how-to-use-dashboard.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The app dashboard enables you to monitor your app at a single glance. The **Dash
2323
The **Dashboard** page gives you an overview of the LUIS app including the current model state as well as [endpoint](luis-glossary.md#endpoint) usage over time. <!--The following image shows the **Dashboard** page.-->
2424

2525
<!-- TBD: Get a working screen shot
26-
![The Dashboard](./media/luis-app-dashboard/dashboard.png)
26+
![The Dashboard](./media/luis-how-to-use-dashboard/dashboard.png)
2727
-->
2828

2929
<!-- TBD: IS THIS STILL TRUE?
@@ -33,18 +33,18 @@ At the top of the **Dashboard** page, a contextual notification bar constantly d
3333
## App status
3434
The dashboard displays the application's training and publishing status, including the date and time when the app was last trained and published.
3535

36-
![Dashboard - App Status](./media/luis-app-dashboard/app-state.png)
36+
![Dashboard - App Status](./media/luis-how-to-use-dashboard/app-state.png)
3737

3838
## Model data statistics
3939
The dashboard displays the total numbers of intents, entities, and labeled utterances existing in the app.
4040

41-
![App Data Statistics](./media/luis-app-dashboard/app-model-count.png)
41+
![App Data Statistics](./media/luis-how-to-use-dashboard/app-model-count.png)
4242

4343
## Endpoint hits
4444
The dashboard displays the total endpoint hits that the LUIS app receives and enables you to display hits within a period that you specify. The total number of hits displayed is the sum of endpoint hits that use an [Endpoint key](./luis-concept-keys.md#endpoint-key) and endpoint hits that use an [Authoring key](./luis-concept-keys.md#authoring-key).
4545

4646
<!-- TBD: this image is old but I don't have a new one based on usage -->
47-
![Endpoint Hits](./media/luis-app-dashboard/dashboard-endpointhits.png)
47+
![Endpoint Hits](./media/luis-how-to-use-dashboard/dashboard-endpointhits.png)
4848

4949
> [!NOTE]
5050
> The most current endpoint hit count is in the Azure portal on the LUIS service overview.
@@ -57,35 +57,35 @@ The number of hits received within a past period, displayed per day. The points
5757

5858
To select a period to view on the chart:
5959

60-
1. Click **Additional Settings** ![Additional Settings button](./media/luis-app-dashboard/Dashboard-Settings-btn.png) to access the periods list. You can select periods ranging from one week up to one year.
60+
1. Click **Additional Settings** ![Additional Settings button](./media/luis-how-to-use-dashboard/Dashboard-Settings-btn.png) to access the periods list. You can select periods ranging from one week up to one year.
6161

62-
![Endpoint Hits per Period](./media/luis-app-dashboard/timerange.png)
62+
![Endpoint Hits per Period](./media/luis-how-to-use-dashboard/timerange.png)
6363

64-
2. Select a period from the list and then click the back arrow ![Back Arrow](./media/luis-app-dashboard/Dashboard-backArrow.png) to display the chart.
64+
2. Select a period from the list and then click the back arrow ![Back Arrow](./media/luis-how-to-use-dashboard/Dashboard-backArrow.png) to display the chart.
6565

6666
### Key usage
6767
The number of hits consumed from the application's subscription key. For more information about subscription keys, see [Keys in LUIS](luis-concept-keys.md).
6868

6969
## Intent breakdown
7070
The **Intent Breakdown** displays a breakdown of intents based on labeled utterances or endpoint hits. This summary graph shows the relative importance of each intent in the app. When you hover your mouse pointer over a slice, you see the intent name and the percentage it represents of the total count of labeled utterances/endpoint hits.
7171

72-
![Intent Breakdown](./media/luis-app-dashboard/intent-breakdown.png)
72+
![Intent Breakdown](./media/luis-how-to-use-dashboard/intent-breakdown.png)
7373

7474
To control whether the breakdown is based on labeled utterances or endpoint hits:
7575

76-
1. Click **Additional Settings** ![Additional Settings button](./media/luis-app-dashboard/Dashboard-Settings-btn.png) to access the list as in the following image:
76+
1. Click **Additional Settings** ![Additional Settings button](./media/luis-how-to-use-dashboard/Dashboard-Settings-btn.png) to access the list as in the following image:
7777

78-
![Intent Breakdown List](./media/luis-app-dashboard/intent-breakdown-based-on.png)
79-
2. Select a value from the list and then click the back arrow ![Back Arrow](./media/luis-app-dashboard/Dashboard-backArrow.png) to display the chart.
78+
![Intent Breakdown List](./media/luis-how-to-use-dashboard/intent-breakdown-based-on.png)
79+
2. Select a value from the list and then click the back arrow ![Back Arrow](./media/luis-how-to-use-dashboard/Dashboard-backArrow.png) to display the chart.
8080

8181
## Entity breakdown
8282
The dashboard displays a breakdown of entities based on labeled utterances or endpoint hits. This summary graph shows the relative importance of each entity in the app. When you hover your mouse pointer over a slice, you see the entity name and the percentage in labeled utterances/endpoint hits.
8383

84-
![Entity Breakdown](./media/luis-app-dashboard/entity-breakdown.png)
84+
![Entity Breakdown](./media/luis-how-to-use-dashboard/entity-breakdown.png)
8585

8686
To control whether the breakdown is based on labeled utterances or endpoint hits:
8787

88-
1. Click **Additional Settings** ![Additional Settings button](./media/luis-app-dashboard/Dashboard-Settings-btn.png) to access the list as in the following image:
88+
1. Click **Additional Settings** ![Additional Settings button](./media/luis-how-to-use-dashboard/Dashboard-Settings-btn.png) to access the list as in the following image:
8989

90-
![Entity Breakdown List](./media/luis-app-dashboard/entity-breakdown-based-on.png)
91-
2. Select a value from the list and then click the back arrow ![Back Arrow](./media/luis-app-dashboard/Dashboard-backArrow.png) to display the chart accordingly.
90+
![Entity Breakdown List](./media/luis-how-to-use-dashboard/entity-breakdown-based-on.png)
91+
2. Select a value from the list and then click the back arrow ![Back Arrow](./media/luis-how-to-use-dashboard/Dashboard-backArrow.png) to display the chart accordingly.

0 commit comments

Comments
 (0)