public static interface TimeBasedForecastProperties.Builder extends SdkPojo, CopyableBuilder<TimeBasedForecastProperties.Builder,TimeBasedForecastProperties>
| Modifier and Type | Method and Description |
|---|---|
TimeBasedForecastProperties.Builder |
lowerBoundary(Double lowerBoundary)
The lower boundary setup of a forecast computation.
|
TimeBasedForecastProperties.Builder |
periodsBackward(Integer periodsBackward)
The periods backward setup of a forecast computation.
|
TimeBasedForecastProperties.Builder |
periodsForward(Integer periodsForward)
The periods forward setup of a forecast computation.
|
TimeBasedForecastProperties.Builder |
predictionInterval(Integer predictionInterval)
The prediction interval setup of a forecast computation.
|
TimeBasedForecastProperties.Builder |
seasonality(Integer seasonality)
The seasonality setup of a forecast computation.
|
TimeBasedForecastProperties.Builder |
upperBoundary(Double upperBoundary)
The upper boundary setup of a forecast computation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimeBasedForecastProperties.Builder periodsForward(Integer periodsForward)
The periods forward setup of a forecast computation.
periodsForward - The periods forward setup of a forecast computation.TimeBasedForecastProperties.Builder periodsBackward(Integer periodsBackward)
The periods backward setup of a forecast computation.
periodsBackward - The periods backward setup of a forecast computation.TimeBasedForecastProperties.Builder upperBoundary(Double upperBoundary)
The upper boundary setup of a forecast computation.
upperBoundary - The upper boundary setup of a forecast computation.TimeBasedForecastProperties.Builder lowerBoundary(Double lowerBoundary)
The lower boundary setup of a forecast computation.
lowerBoundary - The lower boundary setup of a forecast computation.TimeBasedForecastProperties.Builder predictionInterval(Integer predictionInterval)
The prediction interval setup of a forecast computation.
predictionInterval - The prediction interval setup of a forecast computation.TimeBasedForecastProperties.Builder seasonality(Integer seasonality)
The seasonality setup of a forecast computation. Choose one of the following options:
NULL: The input is set to NULL.
NON_NULL: The input is set to a custom value.
seasonality - The seasonality setup of a forecast computation. Choose one of the following options:
NULL: The input is set to NULL.
NON_NULL: The input is set to a custom value.
Copyright © 2023. All rights reserved.