Here is how AWS docs define it: Specify the maximum item age in days since the latest interaction across all items in the Interactions dataset. This defines the scope of item exploration based on item age. Amazon Personalize determines an item's age based on its creation timestamp or, if creation timestamp data is missing, interactions data.
It's not clear whether the age is calculated using CREATION_TIMESTAMP or the date of the last interaction with the item. If I set this hyperparameter to 30 for example, does an item disappear from exploration 30 days after its CREATION_TIMESTAMP or 30 days after its last interaction?
From the documentation:
Since creation timestamp is an optional column, Personalize has to fallback to looking at interactions as a proxy for determining an item's age when creation timestamp is not available.