| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TimeBasedForecastProperties |
TimeBasedForecastProperties.clone() |
TimeBasedForecastProperties |
ForecastConfiguration.getForecastProperties()
The forecast properties setup of a forecast in the line chart.
|
TimeBasedForecastProperties |
TimeBasedForecastProperties.withLowerBoundary(Double lowerBoundary)
The lower boundary setup of a forecast computation.
|
TimeBasedForecastProperties |
TimeBasedForecastProperties.withPeriodsBackward(Integer periodsBackward)
The periods backward setup of a forecast computation.
|
TimeBasedForecastProperties |
TimeBasedForecastProperties.withPeriodsForward(Integer periodsForward)
The periods forward setup of a forecast computation.
|
TimeBasedForecastProperties |
TimeBasedForecastProperties.withPredictionInterval(Integer predictionInterval)
The prediction interval setup of a forecast computation.
|
TimeBasedForecastProperties |
TimeBasedForecastProperties.withSeasonality(Integer seasonality)
The seasonality setup of a forecast computation.
|
TimeBasedForecastProperties |
TimeBasedForecastProperties.withUpperBoundary(Double upperBoundary)
The upper boundary setup of a forecast computation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForecastConfiguration.setForecastProperties(TimeBasedForecastProperties forecastProperties)
The forecast properties setup of a forecast in the line chart.
|
ForecastConfiguration |
ForecastConfiguration.withForecastProperties(TimeBasedForecastProperties forecastProperties)
The forecast properties setup of a forecast in the line chart.
|
Copyright © 2024. All rights reserved.