DatasetShareSchema#
- class langsmith.schemas.DatasetShareSchema[source]#
Represents the schema for a dataset share.
- dataset_id: UUID#
The ID of the dataset.
- share_token: UUID#
The token for sharing the dataset.
- url: str#
The URL of the shared dataset.