Clone a public dataset to your own langsmith tenant. This operation is idempotent. If you already have a dataset with the given name, this function will do nothing.
clonePublicDataset(tokenOrUrl: string, options: __type = {}): Promise<void>| Name | Type | Description |
|---|---|---|
tokenOrUrl* | string | The token of the public dataset to clone. |
options | __type | Default: {}Additional options for cloning the dataset. |