TimeSeriesCondition
class TimeSeriesCondition
Creates a subset of items within an attribute that are modified. For example, you can use this operation to create a subset of items that cost $5 or less. To do this, you specify "AttributeName": "price"
, "AttributeValue": "5"
, and "Condition": "LESS_THAN"
. Pair this operation with the Action operation within the CreateWhatIfForecastRequest$TimeSeriesTransformations operation to define how the attribute is modified.