Uses of Class
software.amazon.awssdk.services.forecast.model.TimeSeriesTransformation
-
Packages that use TimeSeriesTransformation Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of TimeSeriesTransformation in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type TimeSeriesTransformation Modifier and Type Method Description List<TimeSeriesTransformation>CreateWhatIfForecastRequest. timeSeriesTransformations()The transformations that are applied to the baseline time series.List<TimeSeriesTransformation>DescribeWhatIfForecastResponse. timeSeriesTransformations()An array ofActionandTimeSeriesConditionselements that describe what transformations were applied to which time series.Methods in software.amazon.awssdk.services.forecast.model with parameters of type TimeSeriesTransformation Modifier and Type Method Description CreateWhatIfForecastRequest.BuilderCreateWhatIfForecastRequest.Builder. timeSeriesTransformations(TimeSeriesTransformation... timeSeriesTransformations)The transformations that are applied to the baseline time series.DescribeWhatIfForecastResponse.BuilderDescribeWhatIfForecastResponse.Builder. timeSeriesTransformations(TimeSeriesTransformation... timeSeriesTransformations)An array ofActionandTimeSeriesConditionselements that describe what transformations were applied to which time series.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type TimeSeriesTransformation Modifier and Type Method Description CreateWhatIfForecastRequest.BuilderCreateWhatIfForecastRequest.Builder. timeSeriesTransformations(Collection<TimeSeriesTransformation> timeSeriesTransformations)The transformations that are applied to the baseline time series.DescribeWhatIfForecastResponse.BuilderDescribeWhatIfForecastResponse.Builder. timeSeriesTransformations(Collection<TimeSeriesTransformation> timeSeriesTransformations)An array ofActionandTimeSeriesConditionselements that describe what transformations were applied to which time series.
-