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
Pythonlangsmith_openapi_clienttypesdatasets
Module●Since v0.9

datasets

Classes

Type Aliases

Modules

View source on GitHub
class
RunDeltaParams
class
GroupRunsParams
class
RunCreateParams
class
GroupRunsResponse
class
ShareCreateParams
class
SplitCreateParams
class
VersionListParams
class
DatasetShareSchema
class
ExampleWithRunsCh
class
SplitRetrieveParams
class
SessionFeedbackDelta
class
ComparativeCreateParams
class
ExperimentGroupedParams
class
ComparativeCreateResponse
class
VersionRetrieveDiffParams
class
VersionRetrieveDiffResponse
class
SortParamsForRunsComparisonViewParam
typeAlias
RunCreateResponse: TypeAlias
typeAlias
SplitCreateResponse: TypeAlias
typeAlias
SplitRetrieveResponse: TypeAlias
typeAlias
SortByComparativeExperimentColumn: TypeAlias
module
group_runs_params
module
run_create_params
module
comparative_create_params
module
sort_params_for_runs_comparison_view_param
module
run_create_response
module
share_create_params
module
comparative_create_response
module
sort_by_comparative_experiment_column
module
example_with_runs_ch
module
split_retrieve_params
module
group_runs_response
module
session_feedback_delta
module
version_retrieve_diff_response
module
version_list_params
module
split_create_params
module
split_retrieve_response
module
dataset_share_schema
module
experiment_grouped_params
module
run_delta_params
module
split_create_response
module
version_retrieve_diff_params

Response for grouped comparison view of dataset examples.

Returns dataset examples grouped by a run metadata value (e.g., model='gpt-4'). Optional filters are applied to all runs before grouping.

Shows:

  • Which examples were executed with each metadata value
  • Per-session aggregate statistics for runs on those examples
  • The actual example data with their associated runs

Used for comparing how different sessions performed on the same set of examples.

Example schema with list of runs from ClickHouse.

For non-grouped endpoint (/datasets/{dataset_id}/runs): runs from single session. For grouped endpoint (/datasets/{dataset_id}/group/runs): flat array of runs from all sessions, where each run has a session_id field for frontend to determine column placement.

List of feedback keys with number of improvements and regressions for each.

ComparativeExperiment schema.

Dataset diff schema.