public static interface ForecastComputation.Builder extends SdkPojo, CopyableBuilder<ForecastComputation.Builder,ForecastComputation>
| Modifier and Type | Method and Description |
|---|---|
ForecastComputation.Builder |
computationId(String computationId)
The ID for a computation.
|
ForecastComputation.Builder |
customSeasonalityValue(Integer customSeasonalityValue)
The custom seasonality value setup of a forecast computation.
|
ForecastComputation.Builder |
lowerBoundary(Double lowerBoundary)
The lower boundary setup of a forecast computation.
|
ForecastComputation.Builder |
name(String name)
The name of a computation.
|
ForecastComputation.Builder |
periodsBackward(Integer periodsBackward)
The periods backward setup of a forecast computation.
|
ForecastComputation.Builder |
periodsForward(Integer periodsForward)
The periods forward setup of a forecast computation.
|
ForecastComputation.Builder |
predictionInterval(Integer predictionInterval)
The prediction interval setup of a forecast computation.
|
ForecastComputation.Builder |
seasonality(ForecastComputationSeasonality seasonality)
The seasonality setup of a forecast computation.
|
ForecastComputation.Builder |
seasonality(String seasonality)
The seasonality setup of a forecast computation.
|
default ForecastComputation.Builder |
time(Consumer<DimensionField.Builder> time)
The time field that is used in a computation.
|
ForecastComputation.Builder |
time(DimensionField time)
The time field that is used in a computation.
|
ForecastComputation.Builder |
upperBoundary(Double upperBoundary)
The upper boundary setup of a forecast computation.
|
default ForecastComputation.Builder |
value(Consumer<MeasureField.Builder> value)
The value field that is used in a computation.
|
ForecastComputation.Builder |
value(MeasureField value)
The value field that is used in a computation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildForecastComputation.Builder computationId(String computationId)
The ID for a computation.
computationId - The ID for a computation.ForecastComputation.Builder name(String name)
The name of a computation.
name - The name of a computation.ForecastComputation.Builder time(DimensionField time)
The time field that is used in a computation.
time - The time field that is used in a computation.default ForecastComputation.Builder time(Consumer<DimensionField.Builder> time)
The time field that is used in a computation.
This is a convenience method that creates an instance of theDimensionField.Builder avoiding the need
to create one manually via DimensionField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to time(DimensionField).
time - a consumer that will call methods on DimensionField.Buildertime(DimensionField)ForecastComputation.Builder value(MeasureField value)
The value field that is used in a computation.
value - The value field that is used in a computation.default ForecastComputation.Builder value(Consumer<MeasureField.Builder> value)
The value field that is used in a computation.
This is a convenience method that creates an instance of theMeasureField.Builder avoiding the need
to create one manually via MeasureField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to value(MeasureField).
value - a consumer that will call methods on MeasureField.Buildervalue(MeasureField)ForecastComputation.Builder periodsForward(Integer periodsForward)
The periods forward setup of a forecast computation.
periodsForward - The periods forward setup of a forecast computation.ForecastComputation.Builder periodsBackward(Integer periodsBackward)
The periods backward setup of a forecast computation.
periodsBackward - The periods backward setup of a forecast computation.ForecastComputation.Builder upperBoundary(Double upperBoundary)
The upper boundary setup of a forecast computation.
upperBoundary - The upper boundary setup of a forecast computation.ForecastComputation.Builder lowerBoundary(Double lowerBoundary)
The lower boundary setup of a forecast computation.
lowerBoundary - The lower boundary setup of a forecast computation.ForecastComputation.Builder predictionInterval(Integer predictionInterval)
The prediction interval setup of a forecast computation.
predictionInterval - The prediction interval setup of a forecast computation.ForecastComputation.Builder seasonality(String seasonality)
The seasonality setup of a forecast computation. Choose one of the following options:
AUTOMATIC
CUSTOM: Checks the custom seasonality value.
seasonality - The seasonality setup of a forecast computation. Choose one of the following options:
AUTOMATIC
CUSTOM: Checks the custom seasonality value.
ForecastComputationSeasonality,
ForecastComputationSeasonalityForecastComputation.Builder seasonality(ForecastComputationSeasonality seasonality)
The seasonality setup of a forecast computation. Choose one of the following options:
AUTOMATIC
CUSTOM: Checks the custom seasonality value.
seasonality - The seasonality setup of a forecast computation. Choose one of the following options:
AUTOMATIC
CUSTOM: Checks the custom seasonality value.
ForecastComputationSeasonality,
ForecastComputationSeasonalityForecastComputation.Builder customSeasonalityValue(Integer customSeasonalityValue)
The custom seasonality value setup of a forecast computation.
customSeasonalityValue - The custom seasonality value setup of a forecast computation.Copyright © 2023. All rights reserved.