Skip to content

Commit 2914618

Browse files
author
AWS
committed
AWS IoT SiteWise Update: The release introduces a generative AI Assistant in AWS IoT SiteWise. It includes: 1) InvokeAssistant API - Invoke the Assistant to get alarm summaries and ask questions. 2) Dataset APIs - Manage knowledge base configuration for the Assistant. 3) Portal APIs enhancement - Manage AI-aware dashboards.
1 parent 7da518a commit 2914618

File tree

3 files changed

+765
-21
lines changed

3 files changed

+765
-21
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS IoT SiteWise",
4+
"contributor": "",
5+
"description": "The release introduces a generative AI Assistant in AWS IoT SiteWise. It includes: 1) InvokeAssistant API - Invoke the Assistant to get alarm summaries and ask questions. 2) Dataset APIs - Manage knowledge base configuration for the Assistant. 3) Portal APIs enhancement - Manage AI-aware dashboards."
6+
}

services/iotsitewise/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@
110110
"limit_key": "maxResults",
111111
"result_key": "dashboardSummaries"
112112
},
113+
"ListDatasets": {
114+
"input_token": "nextToken",
115+
"output_token": "nextToken",
116+
"limit_key": "maxResults",
117+
"result_key": "datasetSummaries"
118+
},
113119
"ListGateways": {
114120
"input_token": "nextToken",
115121
"output_token": "nextToken",

0 commit comments

Comments
 (0)