Class TimeSeriesReplacementsDataSource
- java.lang.Object
-
- software.amazon.awssdk.services.forecast.model.TimeSeriesReplacementsDataSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TimeSeriesReplacementsDataSource.Builder,TimeSeriesReplacementsDataSource>
@Generated("software.amazon.awssdk:codegen") public final class TimeSeriesReplacementsDataSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimeSeriesReplacementsDataSource.Builder,TimeSeriesReplacementsDataSource>
A replacement dataset is a modified version of the baseline related time series that contains only the values that you want to include in a what-if forecast. The replacement dataset must contain the forecast dimensions and item identifiers in the baseline related time series as well as at least 1 changed time series. This dataset is merged with the baseline related time series to create a transformed dataset that is used for the what-if forecast.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTimeSeriesReplacementsDataSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimeSeriesReplacementsDataSource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringformat()The format of the replacement data, CSV or PARQUET.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3Configs3Config()Returns the value of the S3Config property for this object.Schemaschema()Returns the value of the Schema property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TimeSeriesReplacementsDataSource.Builder>serializableBuilderClass()StringtimestampFormat()The timestamp format of the replacement data.TimeSeriesReplacementsDataSource.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3Config
public final S3Config s3Config()
Returns the value of the S3Config property for this object.- Returns:
- The value of the S3Config property for this object.
-
schema
public final Schema schema()
Returns the value of the Schema property for this object.- Returns:
- The value of the Schema property for this object.
-
format
public final String format()
The format of the replacement data, CSV or PARQUET.
- Returns:
- The format of the replacement data, CSV or PARQUET.
-
timestampFormat
public final String timestampFormat()
The timestamp format of the replacement data.
- Returns:
- The timestamp format of the replacement data.
-
toBuilder
public TimeSeriesReplacementsDataSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TimeSeriesReplacementsDataSource.Builder,TimeSeriesReplacementsDataSource>
-
builder
public static TimeSeriesReplacementsDataSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends TimeSeriesReplacementsDataSource.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-