Ask a question to get started
Enter to send•Shift+Enter new line
Get shared examples.
list_shared_examples( self, share_token: str, *, example_ids: Optional[list[ID_TYPE]] = None, limit: Optional[int] = None ) -> Iterator[ls_schemas.Example]
share_token
Union[UUID, str]
The share token or URL of the shared dataset.
example_ids
Optional[List[UUID, str]]
None
The IDs of the examples to filter by.
limit
Optional[int]
Maximum number of examples to return, by default None.