Amazon Forecast · Schema

Predictor

An Amazon Forecast ML predictor trained on a dataset group.

ForecastingMachine-LearningPredictive AnalyticsTime Series

Properties

Name Type Description
PredictorArn string ARN of the predictor.
PredictorName string Name of the predictor.
AlgorithmArn string ARN of the algorithm used.
ForecastHorizon integer Number of time steps for the forecast.
ForecastTypes array Quantiles to forecast (e.g., p10, p50, p90).
PerformAutoML boolean Whether to auto-select the best algorithm.
PerformHPO boolean Whether to perform hyperparameter optimization.
Status string Status of the predictor.
CreationTime string
LastModificationTime string
View JSON Schema on GitHub

JSON Schema

amazon-forecast-predictor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-forecast/refs/heads/main/json-schema/amazon-forecast-predictor-schema.json",
  "title": "Predictor",
  "description": "An Amazon Forecast ML predictor trained on a dataset group.",
  "type": "object",
  "properties": {
    "PredictorArn": {
      "type": "string",
      "description": "ARN of the predictor."
    },
    "PredictorName": {
      "type": "string",
      "description": "Name of the predictor."
    },
    "AlgorithmArn": {
      "type": "string",
      "description": "ARN of the algorithm used."
    },
    "ForecastHorizon": {
      "type": "integer",
      "description": "Number of time steps for the forecast."
    },
    "ForecastTypes": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Quantiles to forecast (e.g., p10, p50, p90)."
    },
    "PerformAutoML": {
      "type": "boolean",
      "description": "Whether to auto-select the best algorithm."
    },
    "PerformHPO": {
      "type": "boolean",
      "description": "Whether to perform hyperparameter optimization."
    },
    "Status": {
      "type": "string",
      "description": "Status of the predictor."
    },
    "CreationTime": {
      "type": "string",
      "format": "date-time"
    },
    "LastModificationTime": {
      "type": "string",
      "format": "date-time"
    }
  },
  "required": [
    "PredictorName",
    "ForecastHorizon"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-forecast-predictor"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.