| Name | Type | Description |
|---|---|---|
name* | str | The name of the comparative experiment. |
experiments* | Sequence[Union[UUID, str]] | The IDs of the experiments to compare. |
reference_dataset | Optional[Union[UUID, str]] | Default: None |
description | Optional[str] | Default: None |
created_at | Optional[datetime.datetime] | Default: None |
metadata | Optional[Dict[str, Any]] | Default: None |
id | Optional[Union[UUID, str]] | Default: None |
Create a comparative experiment on the LangSmith API.
These experiments compare 2 or more experiment results over a shared dataset.
The ID of the dataset these experiments are compared on.
The description of the comparative experiment.
The creation time of the comparative experiment.
Additional metadata for the comparative experiment.
The ID of the comparative experiment.