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
  • RemoteGraph
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDKRemoteGraph
Language
Theme
PythonlangsmithschemasExampleWithRuns
Class●Since v0.4

ExampleWithRuns

Example with runs.

Copy
ExampleWithRuns(
  self,
  _host_url: Optional[str] = None,
  _tenant_id: Optional[UUID] 

Bases

Example

Attributes

Inherited fromExample

Attributes

Aid: UUIDAcreated_at: floatAdataset_id: UUIDAmodified_at: Optional[datetime]
View source on GitHub
=
None
,
**
kwargs
:
Any
=
{
}
)
A
source_run_id
: Optional[UUID]
Aattachments: attachments
Aurl: Optional[str]
—

URL of this run within the app.

Inherited fromExampleBase

Attributes

Adataset_id: UUIDAinputs: inputsAoutputs: Optional[dict[str, Any]]Ametadata: Optional[dict[str, Any]]
—

Optional metadata for the run.

Amodel_config
attribute
runs: list[Run]

The runs of the example.