When working with Amazon Forecast, API_Request in-database function outputs input fkey and fvalue columns along with following columns:
| Column Name | Column Type | Comments |
|---|---|---|
| Probability | VARCHAR(8) | This is the probability type from aws-forecast, using one of p10, p50, p90. |
| Timestamp | VARCHAR(8) | This is a timestamp for which prediction value is given. |
| PredictionValue | REAL | This is the prediction value itself. |