LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Client
  • AsyncClient
  • Run Helpers
  • Run Trees
  • Evaluation
  • Schemas
  • Utilities
  • Wrappers
  • Anonymizer
  • Testing
  • Expect API
  • Middleware
  • Pytest Plugin
  • Deployment SDK
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDK
Language
Theme
PythonlangsmithschemasInsightsCluster
Class●Since v0.7

InsightsCluster

A single cluster of runs in an insights report.

Copy
InsightsCluster()

Bases

BaseModel

Attributes

View source on GitHub
attribute
id: UUID | str
attribute
parent_id: UUID | str | None
attribute
level: int
attribute
name: str
attribute
description: str
attribute
parent_name: str | None
attribute
num_runs: int
attribute
stats: dict[str, Any] | None