Skip to content

Commit 7c82bf9

Browse files
author
AWS
committed
Amazon Forecast Service Update: New APIs for Monitor that help you understand how your predictors perform over time.
1 parent 04876bc commit 7c82bf9

File tree

3 files changed

+547
-34
lines changed

3 files changed

+547
-34
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": "Amazon Forecast Service",
4+
"contributor": "",
5+
"description": "New APIs for Monitor that help you understand how your predictors perform over time."
6+
}

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@
1818
"output_token": "NextToken",
1919
"result_key": "Datasets"
2020
},
21+
"ListExplainabilities": {
22+
"input_token": "NextToken",
23+
"limit_key": "MaxResults",
24+
"output_token": "NextToken",
25+
"result_key": "Explainabilities"
26+
},
27+
"ListExplainabilityExports": {
28+
"input_token": "NextToken",
29+
"limit_key": "MaxResults",
30+
"output_token": "NextToken",
31+
"result_key": "ExplainabilityExports"
32+
},
2133
"ListForecastExportJobs": {
2234
"input_token": "NextToken",
2335
"limit_key": "MaxResults",
@@ -30,6 +42,18 @@
3042
"output_token": "NextToken",
3143
"result_key": "Forecasts"
3244
},
45+
"ListMonitorEvaluations": {
46+
"input_token": "NextToken",
47+
"limit_key": "MaxResults",
48+
"output_token": "NextToken",
49+
"result_key": "PredictorMonitorEvaluations"
50+
},
51+
"ListMonitors": {
52+
"input_token": "NextToken",
53+
"limit_key": "MaxResults",
54+
"output_token": "NextToken",
55+
"result_key": "Monitors"
56+
},
3357
"ListPredictorBacktestExportJobs": {
3458
"input_token": "NextToken",
3559
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)