Time Series V2 Parameters Input
The parameters for a time series version 2 node in a recipe.
Properties
Property Name | Type | Description | Required or Optional | Available Version |
---|---|---|---|---|
algorithm | TimeSeriesV2ForecastAlgorithmEnum | The forecast algorithm. Valid values are:
|
Required | 54.0 |
algorithmParameters | TimeSeriesV2AlgorithmInput | The parameters for the algorithm. | Required | 54.0 |
confidenceInterval | RecipeTimeSeriesConfidenceIntervalType | The confidence interval. Valid values are:
|
Required | 54.0 |
forecastDateField | String | The forecast date field. | Required | 54.0 |
forecastDatesBy | RecipeGroupDatesBy | The value to group dates by. Valid values are:
|
Required | 54.0 |
forecastFields | TimeSeriesV2ForecastInfoInput[] | The list of forecast fields. | Required | 54.0 |
forecastLength | Integer | The forecast length. | Required | 54.0 |
forecastLengthType | TimeSeriesV2ForecastLengthTypeEnum | The forecast length type. Valid values are:
|
Required | 54.0 |
groupingFields | ExtractGrainParameterInput[] | The list of grouping fields. | Required | 54.0 |
partialDataHandling | TimeSeriesV2PartialDataHandlingEnum | The partial data handling value. Valid values are:
|
Required | 54.0 |
targetDateField | RecipeNameLabelInput | The target date field. | Required | 54.0 |