| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ForecastComputation |
ForecastComputation.clone() |
ForecastComputation |
Computation.getForecast()
The forecast computation configuration.
|
ForecastComputation |
ForecastComputation.withComputationId(String computationId)
The ID for a computation.
|
ForecastComputation |
ForecastComputation.withCustomSeasonalityValue(Integer customSeasonalityValue)
The custom seasonality value setup of a forecast computation.
|
ForecastComputation |
ForecastComputation.withLowerBoundary(Double lowerBoundary)
The lower boundary setup of a forecast computation.
|
ForecastComputation |
ForecastComputation.withName(String name)
The name of a computation.
|
ForecastComputation |
ForecastComputation.withPeriodsBackward(Integer periodsBackward)
The periods backward setup of a forecast computation.
|
ForecastComputation |
ForecastComputation.withPeriodsForward(Integer periodsForward)
The periods forward setup of a forecast computation.
|
ForecastComputation |
ForecastComputation.withPredictionInterval(Integer predictionInterval)
The prediction interval setup of a forecast computation.
|
ForecastComputation |
ForecastComputation.withSeasonality(ForecastComputationSeasonality seasonality)
The seasonality setup of a forecast computation.
|
ForecastComputation |
ForecastComputation.withSeasonality(String seasonality)
The seasonality setup of a forecast computation.
|
ForecastComputation |
ForecastComputation.withTime(DimensionField time)
The time field that is used in a computation.
|
ForecastComputation |
ForecastComputation.withUpperBoundary(Double upperBoundary)
The upper boundary setup of a forecast computation.
|
ForecastComputation |
ForecastComputation.withValue(MeasureField value)
The value field that is used in a computation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Computation.setForecast(ForecastComputation forecast)
The forecast computation configuration.
|
Computation |
Computation.withForecast(ForecastComputation forecast)
The forecast computation configuration.
|
Copyright © 2023. All rights reserved.