forecastDimensions property
An array of dimension (field) names that specify how to group the generated forecast.
For example, suppose that you are generating a forecast for item sales
across all of your stores, and your dataset contains a store_id
field. If you want the sales forecast for each item by store, you would
specify store_id
as the dimension.
All forecast dimensions specified in the TARGET_TIME_SERIES
dataset don't need to be specified in the CreatePredictor
request. All forecast dimensions specified in the
RELATED_TIME_SERIES
dataset must be specified in the
CreatePredictor
request.
Implementation
final List<String>? forecastDimensions;