| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
Action |
Action.clone() |
Action |
TimeSeriesTransformation.getAction()
An array of actions that define a time series and how it is transformed.
|
Action |
Action.withAttributeName(String attributeName)
The related time series that you are modifying.
|
Action |
Action.withOperation(Operation operation)
The operation that is applied to the provided attribute.
|
Action |
Action.withOperation(String operation)
The operation that is applied to the provided attribute.
|
Action |
Action.withValue(Double value)
The value that is applied for the chosen
Operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeSeriesTransformation.setAction(Action action)
An array of actions that define a time series and how it is transformed.
|
TimeSeriesTransformation |
TimeSeriesTransformation.withAction(Action action)
An array of actions that define a time series and how it is transformed.
|
Copyright © 2024. All rights reserved.