FailureSubCategoryCluster¶
Structure Class¶
FailureSubCategoryCluster
dataclass
¶
A subcategory of failures within a top-level failure category.
Attributes¶
affected_session_count
instance-attribute
¶
affected_session_count: int
The number of sessions affected by this failure subcategory.
cluster_id
instance-attribute
¶
cluster_id: int
The unique identifier of the failure subcategory cluster.
root_causes
instance-attribute
¶
root_causes: list[RootCauseCluster]
The list of root cause clusters identified within this subcategory.