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

constructor
__init__
NameType
experiment_manager_AsyncExperimentManager

Attributes

attribute
experiment_name: str
attribute
experiment_id: uuid.UUID

The ID of the experiment.

attribute
url: Optional[str]

The URL of the experiment in the LangSmith UI.

Methods

method
get_dataset_id

Get the ID of the dataset associated with this experiment.

method
get_comparison_url

Get the URL to the comparison view for this experiment.

method
to_pandas
method
wait
View source on GitHub