langsmith.client.Client.list_dataset_splits#
- Client.list_dataset_splits(*, dataset_id: UUID | str | None = None, dataset_name: str | None = None, as_of: str | datetime | None = None) List[str][source]#
Get the splits for a dataset.
- Parameters:
dataset_id (ID_TYPE) – The ID of the dataset.
as_of (Optional[Union[str, datetime.datetime]], optional) – The version of the dataset to retrieve splits for. Can be a timestamp or a string tag. Defaults to “latest”.
dataset_name (str | None) –
- Returns:
The names of this dataset’s.
- Return type:
List[str]