RedBrick AI HomeContact Us
Search
⌃K
Links
Getting Started
Team & Organization
Organization and Project Roles
Importing Data
Direct Data Upload
Import Cloud Data
Troubleshooting
Projects
Get started with a project
How task assignment works
Taxonomies
Consensus (Inter-Annotator Agreement)
Custom label validation
Labeler Evaluation
Raise Issue
Annotation
Overview
Creating, editing and deleting annotations
Windowing, Thresholding, and more
Layout & Multiple Volumes
Segmentation
Python SDK & CLI
Installation & API Keys
SDK Overview
CLI Overview
Format Reference
Annotation Format
TaxonomyObject
TaskObject
Full SDK & CLI Reference
Useful Links
Privacy Policy
Powered By GitBook

TaskObject

// TaskObject
{
"taskId": str, // unique id
"labels": [LabelObject],
"items": [str], // Unsigned URL's
"itemsPresigned": [str], // Signed URL's to download images
"name": str // unique name given when creating a datapoint
}
​
Previous
TaxonomyObject
Last modified 10mo ago
Copy link