3 files changed
+27
-6
lines changed- business_objects/app_version.py+35
- business_objects/attribute.py+96-19
- business_objects/comments.py+143
- business_objects/data_slice.py+90-10
- business_objects/embedding.py+6
- business_objects/general.py+4-1
- business_objects/information_source.py+50-6
- business_objects/labeling_access_link.py+191
- business_objects/labeling_task.py+8
- business_objects/organization.py+16-2
- business_objects/payload.py+61-3
- business_objects/project.py+61-24
- business_objects/record.py+59-1
- business_objects/record_label_association.py+125-1
- business_objects/tokenization.py+39-1
- business_objects/user.py+29-21
- business_objects/util.py+8
- enums.py+38
- exceptions.py+4
- models.py+94-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
234 | 241 | | |
235 | 242 | | |
236 | 243 | | |
237 | 244 | | |
238 | | - | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
239 | 253 | | |
240 | 254 | | |
241 | 255 | | |
| |||
350 | 364 | | |
351 | 365 | | |
352 | 366 | | |
353 | | - | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
354 | 375 | | |
355 | 376 | | |
356 | 377 | | |
| |||
0 commit comments