Skip to content

Commit 6d01b80

Browse files
committed
v24.10.0
1 parent c3089c9 commit 6d01b80

File tree

910 files changed

+68612
-9340
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

910 files changed

+68612
-9340
lines changed

.openapi-generator/FILES

Lines changed: 62 additions & 494 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 72 additions & 16 deletions
Large diffs are not rendered by default.

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</section>
2828
<footer>
2929
<p>
30-
Releases: <a href='/'>Latest</a> &#183; <!--VERSIONS-START--><a href='/versions/3.6.1'>3.6.1</a> &#183; <a href='/versions/3.6.0'>3.6.0</a> &#183; <a href='/versions/3.5.4'>3.5.4</a> &#183; <a href='/versions/3.5.3'>3.5.3</a> &#183; <a href='/versions/3.5.2'>3.5.2</a> &#183; <a href='/versions/3.5.1'>3.5.1</a> &#183; <a href='/versions/3.5.0'>3.5.0</a> &#183; <a href='/versions/3.4.0'>3.4.0</a> &#183; <a href='/versions/3.3.2'>3.3.2</a> &#183; <a href='/versions/3.3.1'>3.3.1</a> &#183; <a href='/versions/3.3.0'>3.3.0</a> &#183; <a href='/versions/3.2.0'>3.2.0</a> &#183; <a href='/versions/3.0.4'>3.0.4</a> &#183; <a href='/versions/24.7.0'>24.7.0</a> &#183; <a href='/versions/24.4.0'>24.4.0</a> &#183; <a href='/versions/24.4.9'>24.4.9</a> &#183; <a href='/versions/24.1.0'>24.1.0</a> &#183; <a href='/versions/23.7.0'>23.7.0</a> &#183; <a href='/versions/23.5.0'>23.5.0</a> &#183; <a href='/versions/23.10.0'>23.10.0</a><!--VERSIONS-END-->
30+
Releases: <a href='/'>Latest</a> &#183; <!--VERSIONS-START--><a href='/versions/3.6.1'>3.6.1</a> &#183; <a href='/versions/3.6.0'>3.6.0</a> &#183; <a href='/versions/3.5.4'>3.5.4</a> &#183; <a href='/versions/3.5.3'>3.5.3</a> &#183; <a href='/versions/3.5.2'>3.5.2</a> &#183; <a href='/versions/3.5.1'>3.5.1</a> &#183; <a href='/versions/3.5.0'>3.5.0</a> &#183; <a href='/versions/3.4.0'>3.4.0</a> &#183; <a href='/versions/3.3.2'>3.3.2</a> &#183; <a href='/versions/3.3.1'>3.3.1</a> &#183; <a href='/versions/3.3.0'>3.3.0</a> &#183; <a href='/versions/3.2.0'>3.2.0</a> &#183; <a href='/versions/3.0.4'>3.0.4</a> &#183; <a href='/versions/24.7.0'>24.7.0</a> &#183; <a href='/versions/24.4.9'>24.4.9</a> &#183; <a href='/versions/24.4.0'>24.4.0</a> &#183; <a href='/versions/24.10.0'>24.10.0</a> &#183; <a href='/versions/24.1.0'>24.1.0</a> &#183; <a href='/versions/23.7.0'>23.7.0</a> &#183; <a href='/versions/23.5.0'>23.5.0</a> &#183; <a href='/versions/23.10.0'>23.10.0</a><!--VERSIONS-END-->
3131
</p>
3232
<p>Maintained by <a href="https://github.com/elements-storage">elements-storage</a> on GitHub.</p>
3333
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>

docs/AIAnnotation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**id** | **str** | |
9-
**image** | [**AIImageReference**](AIImageReference.md) | |
10-
**category** | [**AICategoryMiniReference**](AICategoryMiniReference.md) | |
9+
**image** | [**AIImage**](AIImage.md) | |
10+
**category** | [**AICategoryMini**](AICategoryMini.md) | |
1111
**asset_display_name** | **str** | | [readonly]
1212
**transforms** | [**Transforms**](Transforms.md) | |
1313
**relative_left** | **float** | |
1414
**relative_top** | **float** | |
1515
**relative_width** | **float** | |
1616
**relative_height** | **float** | |
17+
**track** | **str** | |
1718
**created_at** | **datetime** | | [readonly]
18-
**track** | **str** | | [optional]
19-
**created_by** | **int, none_type** | | [optional]
19+
**created_by** | **int, none_type** | |
2020

2121
[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)
2222

docs/AIApi.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,11 @@ with elements_sdk.ApiClient(configuration) as api_client:
244244
},
245245
eta=dateutil_parser('1970-01-01T00:00:00.00Z'),
246246
),
247-
dataset=AIDatasetReference(
247+
dataset=AIDataset(
248248
id="id_example",
249+
name="name_example",
250+
type="normal",
251+
connection=1,
249252
),
250253
parameters={
251254
"key": "key_example",
@@ -264,8 +267,11 @@ with elements_sdk.ApiClient(configuration) as api_client:
264267
},
265268
eta=dateutil_parser('1970-01-01T00:00:00.00Z'),
266269
),
267-
dataset=AIDatasetReference(
270+
dataset=AIDataset(
268271
id="id_example",
272+
name="name_example",
273+
type="normal",
274+
connection=1,
269275
),
270276
parameters={
271277
"key": "key_example",
@@ -2035,8 +2041,11 @@ with elements_sdk.ApiClient(configuration) as api_client:
20352041
},
20362042
eta=dateutil_parser('1970-01-01T00:00:00.00Z'),
20372043
),
2038-
dataset=AIDatasetReference(
2044+
dataset=AIDataset(
20392045
id="id_example",
2046+
name="name_example",
2047+
type="normal",
2048+
connection=1,
20402049
),
20412050
parameters={
20422051
"key": "key_example",
@@ -2055,8 +2064,11 @@ with elements_sdk.ApiClient(configuration) as api_client:
20552064
},
20562065
eta=dateutil_parser('1970-01-01T00:00:00.00Z'),
20572066
),
2058-
dataset=AIDatasetReference(
2067+
dataset=AIDataset(
20592068
id="id_example",
2069+
name="name_example",
2070+
type="normal",
2071+
connection=1,
20602072
),
20612073
parameters={
20622074
"key": "key_example",
@@ -2381,8 +2393,11 @@ with elements_sdk.ApiClient(configuration) as api_client:
23812393
},
23822394
eta=dateutil_parser('1970-01-01T00:00:00.00Z'),
23832395
),
2384-
dataset=AIDatasetReference(
2396+
dataset=AIDataset(
23852397
id="id_example",
2398+
name="name_example",
2399+
type="normal",
2400+
connection=1,
23862401
),
23872402
parameters={
23882403
"key": "key_example",
@@ -2401,8 +2416,11 @@ with elements_sdk.ApiClient(configuration) as api_client:
24012416
},
24022417
eta=dateutil_parser('1970-01-01T00:00:00.00Z'),
24032418
),
2404-
dataset=AIDatasetReference(
2419+
dataset=AIDataset(
24052420
id="id_example",
2421+
name="name_example",
2422+
type="normal",
2423+
connection=1,
24062424
),
24072425
parameters={
24082426
"key": "key_example",

docs/AICategoryDetail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**annotation_count** | **int** | | [readonly]
1010
**sample_annotation** | **str** | | [readonly]
1111
**connection** | **str** | | [readonly]
12-
**dataset** | [**AIDatasetDetailReference**](AIDatasetDetailReference.md) | |
12+
**dataset** | [**AIDatasetDetail**](AIDatasetDetail.md) | |
1313
**name** | **str** | |
1414

1515
[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)

docs/AIDataset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**id** | **str** | |
99
**name** | **str** | |
10+
**type** | **str** | |
1011
**connection** | **int** | |
11-
**type** | **str** | | [optional]
1212

1313
[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)
1414

docs/AIDatasetDetail.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AIDatasetDetail
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**id** | **str** | |
9+
**last_change** | **datetime** | | [readonly]
10+
**name** | **str** | |
11+
**type** | **str** | |
12+
**connection** | **int** | |
13+
**training_model** | [**AIModel**](AIModel.md) | | [optional]
14+
**last_finished_model** | [**AIModel**](AIModel.md) | | [optional]
15+
16+
[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)
17+
18+

docs/AIDatasetWithPreview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Name | Type | Description | Notes
1010
**image_count** | **int** | | [readonly]
1111
**sample_annotations** | [**[AIAnnotation]**](AIAnnotation.md) | categories &#x3D; AICategory.objects.filter(dataset&#x3D;obj).prefetch_related(&#39;annotations&#39;).annotate(first_annotation_id&#x3D;Min(&#39;annotations__id&#39;))[:10] sample_annotations &#x3D; AIAnnotation.objects.filter(id__in&#x3D;[x.first_annotation_id for x in categories]) return AIAnnotationSerializer(sample_annotations, many&#x3D;True).data | [readonly]
1212
**name** | **str** | |
13+
**type** | **str** | |
1314
**connection** | **int** | |
1415
**training_model** | [**AIModel**](AIModel.md) | | [optional]
1516
**last_finished_model** | [**AIModel**](AIModel.md) | | [optional]
16-
**type** | **str** | | [optional]
1717

1818
[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)
1919

docs/AIImage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**id** | **str** | |
9+
**asset** | **int, none_type** | |
10+
**proxy** | **int, none_type** | |
911
**frame** | **int** | |
12+
**filename** | **str** | |
1013
**dataset** | **str** | |
1114
**width** | **int** | |
1215
**height** | **int** | |
13-
**asset** | **int, none_type** | | [optional]
14-
**proxy** | **int, none_type** | | [optional]
15-
**filename** | **str** | | [optional]
1616

1717
[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)
1818

0 commit comments

Comments
 (0)