Retrieving All Projects for a Client
You can retrieve all projects associated with a specific client ID using the following method:
Example Usage:
Retrieve All Projects
- List all projects for a client
- Find specific project IDs
- Check project statuses
- Get an overview of client’s work
Retrieving All Datasets
You can retrieve both linked and unlinked datasets associated with a client using the following method:
Example Usage:
Retrieve All Datasets
- Get an overview of all available datasets
- Find datasets that are linked to projects
- Identify unlinked datasets that can be associated with new projects
- Manage dataset organization and project associations
linked
: Datasets that are already associated with projectsunlinked
: Datasets that are not yet associated with any project
Error Handling
The Labellerr SDK uses a custom exception class,
LabellerrError
, to indicate issues during API interactions. Always wrap your function calls in try-except
blocks to gracefully handle errors.
Example:
Error Handling Example
The Labellerr SDK is a fast and reliable solution for managing annotation workflows. Want to try it end-to-end? Refer to this Google Colab Cookbook for a ready-to-run tutorial. For more related cookbooks and examples, please visit our repository: Labellerr Hands-On Learning