{ "opencollection": "1.0.0", "info": { "name": "Amazon Forecast Dataset Groups Predictors API", "version": "2018-06-26" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Predictors", "type": "folder" }, "items": [ { "info": { "name": "List Predictors", "type": "http" }, "http": { "method": "GET", "url": "https://forecast.{region}.amazonaws.com/predictors", "params": [ { "name": "maxResults", "value": "", "type": "query", "description": "Maximum results." }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token." } ] }, "docs": "Returns a list of predictors." }, { "info": { "name": "Create Predictor", "type": "http" }, "http": { "method": "POST", "url": "https://forecast.{region}.amazonaws.com/predictors", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an Amazon Forecast predictor (ML model) trained on a dataset group." } ] } ], "bundled": true }