> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# atoti_ai.AutoExplain.max_distinct_hierarchies

#### *property* AutoExplain.max\_distinct\_hierarchies *: [int](https://docs.python.org/3/library/functions.html#int)*

The maximum number of distinct hierarchies reported across the explanation.

```pycon theme={"languages":{"custom":["/engine/python-sdk/0.9/languages/pycon.tmLanguage.json"]}}
>>> cube.auto_explain.max_distinct_hierarchies
10
>>> cube.auto_explain.max_distinct_hierarchies = 3
>>> cube.auto_explain.max_distinct_hierarchies
3
```
