Skip to content

Bedrock Agentcore  >  Structures  >  FailureCategoryCluster

FailureCategoryCluster

Structure Class

FailureCategoryCluster dataclass

A top-level failure category identified by clustering similar failure patterns across sessions.

Attributes

affected_session_count instance-attribute
affected_session_count: int

The number of sessions affected by this failure category.

cluster_id instance-attribute
cluster_id: int

The unique identifier of the failure category cluster.

description instance-attribute
description: str

A description of the failure category pattern.

name instance-attribute
name: str

The name of the failure category.

sub_categories instance-attribute
sub_categories: list[FailureSubCategoryCluster]

The list of failure subcategories within this category.