@Generated(value="software.amazon.awssdk:codegen") public final class TimeBasedForecastProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimeBasedForecastProperties.Builder,TimeBasedForecastProperties>
The forecast properties setup of a forecast in the line chart.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TimeBasedForecastProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TimeBasedForecastProperties.Builder |
builder() |
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.
|
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() |
Integer |
seasonality()
The seasonality setup of a forecast computation.
|
static Class<? extends TimeBasedForecastProperties.Builder> |
serializableBuilderClass() |
TimeBasedForecastProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Double |
upperBoundary()
The upper boundary setup of a forecast computation.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 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.
NULL: The input is set to NULL.
NON_NULL: The input is set to a custom value.
public TimeBasedForecastProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TimeBasedForecastProperties.Builder,TimeBasedForecastProperties>public static TimeBasedForecastProperties.Builder builder()
public static Class<? extends TimeBasedForecastProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.