The parameters for the forecast request.

interface TSForecastParameters {
    prediction_length?: number;
}

Properties

prediction_length?: number

The prediction length for the forecast. The service will return this many periods beyond the last timestamp in the inference data payload. If specified, prediction_length must be an integer >=1 and no more than the model default prediction length. When omitted the model default prediction_length will be used.