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
PythonlangsmithschemasExampleWithRuns
Class●Since v0.4

ExampleWithRuns

Example with runs.

Copy
ExampleWithRuns(
  self,
  _host_url: Optional[str] = None,
  _tenant_id: Optional[UUID] = None,
  **kwargs: Any = {}
)

Bases

Example

Attributes

attribute
runs: list[Run]

The runs of the example.

Inherited fromExample

Attributes

Aid: UUIDAcreated_at: datetimeAdataset_id: UUIDAmodified_at: Optional[datetime]Asource_run_id: Optional[UUID]Aattachments: Optional[dict[str, AttachmentInfo]]
—

Dictionary with attachment names as keys and a tuple of the S3 url

Aurl: Optional[str]
—

URL of this run within the app.

Inherited fromExampleBase

Attributes

Adataset_id: UUIDAinputs: Optional[dict[str, Any]]Aoutputs: Optional[dict[str, Any]]Ametadata: Optional[dict[str, Any]]Amodel_config
View source on GitHub