ExplainabilityConfig
The ExplainabilityConfig data type defines the number of time series and time points included in CreateExplainability.
If you provide a predictor ARN for ResourceArn
, you must set both TimePointGranularity
and TimeSeriesGranularity
to “ALL”. When creating Predictor Explainability, Amazon Forecast considers all time series and time points.
If you provide a forecast ARN for ResourceArn
, you can set TimePointGranularity
and TimeSeriesGranularity
to either “ALL” or “Specific”.
Types
Properties
To create an Explainability for all time points in your forecast horizon, use ALL
. To create an Explainability for specific time points in your forecast horizon, use SPECIFIC
.
To create an Explainability for all time series in your datasets, use ALL
. To create an Explainability for specific time series in your datasets, use SPECIFIC
.