Skip to content

Bedrock Agentcore  >  Structures  >  ExecutionSummaryCluster

ExecutionSummaryCluster

Structure Class

ExecutionSummaryCluster dataclass

A cluster of similar execution patterns identified across sessions.

Attributes

affected_session_count instance-attribute
affected_session_count: int

The number of sessions with this execution pattern.

affected_sessions instance-attribute
affected_sessions: list[ExecutionSummaryAffectedSession]

The list of sessions with this execution pattern.

cluster_id instance-attribute
cluster_id: int

The unique identifier of the execution summary cluster.

description instance-attribute
description: str

A description of the execution pattern.

name instance-attribute
name: str

The name of the execution pattern cluster.