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
Pythonlangsmithevaluation_arunnerAsyncExperimentResults
Class●Since v0.1

AsyncExperimentResults

Copy
AsyncExperimentResults(
    self,
    experiment_manager: _AsyncExperimentManager,
)

Constructors

Attributes

Methods

View source on GitHub
constructor
__init__
NameType
experiment_manager_AsyncExperimentManager
attribute
experiment_name: str
attribute
experiment_id: uuid.UUID
attribute
url: Optional[str]
method
get_dataset_id
method
get_comparison_url
method
to_pandas
method
wait

The ID of the experiment.

The URL of the experiment in the LangSmith UI.

Get the ID of the dataset associated with this experiment.

Get the URL to the comparison view for this experiment.