@Generated(value="software.amazon.awssdk:codegen") public final class ForecastComputation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ForecastComputation.Builder,ForecastComputation>
The forecast computation configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ForecastComputation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ForecastComputation.Builder |
builder() |
String |
computationId()
The ID for a computation.
|
Integer |
customSeasonalityValue()
The custom seasonality value setup of a forecast computation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
lowerBoundary()
The lower boundary setup of a forecast computation.
|
String |
name()
The name of a computation.
|
Integer |
periodsBackward()
The periods backward setup of a forecast computation.
|
Integer |
periodsForward()
The periods forward setup of a forecast computation.
|
Integer |
predictionInterval()
The prediction interval setup of a forecast computation.
|
List<SdkField<?>> |
sdkFields() |
ForecastComputationSeasonality |
seasonality()
The seasonality setup of a forecast computation.
|
String |
seasonalityAsString()
The seasonality setup of a forecast computation.
|
static Class<? extends ForecastComputation.Builder> |
serializableBuilderClass() |
DimensionField |
time()
The time field that is used in a computation.
|
ForecastComputation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Double |
upperBoundary()
The upper boundary setup of a forecast computation.
|
MeasureField |
value()
The value field that is used in a computation.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String computationId()
The ID for a computation.
public final String name()
The name of a computation.
public final DimensionField time()
The time field that is used in a computation.
public final MeasureField value()
The value field that is used in a computation.
public final Integer periodsForward()
The periods forward setup of a forecast computation.
public final Integer periodsBackward()
The periods backward setup of a forecast computation.
public final Double upperBoundary()
The upper boundary setup of a forecast computation.
public final Double lowerBoundary()
The lower boundary setup of a forecast computation.
public final Integer predictionInterval()
The prediction interval setup of a forecast computation.
public final ForecastComputationSeasonality seasonality()
The seasonality setup of a forecast computation. Choose one of the following options:
AUTOMATIC
CUSTOM: Checks the custom seasonality value.
If the service returns an enum value that is not available in the current SDK version, seasonality will
return ForecastComputationSeasonality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from seasonalityAsString().
AUTOMATIC
CUSTOM: Checks the custom seasonality value.
ForecastComputationSeasonalitypublic final String seasonalityAsString()
The seasonality setup of a forecast computation. Choose one of the following options:
AUTOMATIC
CUSTOM: Checks the custom seasonality value.
If the service returns an enum value that is not available in the current SDK version, seasonality will
return ForecastComputationSeasonality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from seasonalityAsString().
AUTOMATIC
CUSTOM: Checks the custom seasonality value.
ForecastComputationSeasonalitypublic final Integer customSeasonalityValue()
The custom seasonality value setup of a forecast computation.
public ForecastComputation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ForecastComputation.Builder,ForecastComputation>public static ForecastComputation.Builder builder()
public static Class<? extends ForecastComputation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.