Skip to content

Bedrock Agentcore  >  Structures  >  RootCauseCluster

RootCauseCluster

Structure Class

RootCauseCluster dataclass

A cluster of similar root causes identified within a failure subcategory.

Attributes

affected_session_count instance-attribute
affected_session_count: int

The number of sessions affected by this root cause.

affected_sessions instance-attribute
affected_sessions: list[AffectedSession]

The list of sessions affected by this root cause.

cluster_id instance-attribute
cluster_id: int

The unique identifier of the root cause cluster.

name instance-attribute
name: str

The name of the root cause cluster.

recommendation instance-attribute
recommendation: str

The recommended fix for this root cause.

root_cause instance-attribute
root_cause: str

The root cause explanation for this cluster of failures.