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

+62-494
Large diffs are not rendered by default.

README.md

+72-16
Large diffs are not rendered by default.

_layouts/default.html

+1-1
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

+4-4
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

+24-6
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

+1-1
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

+1-1
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

+18
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

+1-1
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

+3-3
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

docs/AIMetadata.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**id** | **int** | |
99
**asset** | **int** | |
10-
**dataset** | [**AIDataset**](AIDataset.md) | |
1110
**model** | [**AIModel**](AIModel.md) | |
11+
**type** | **str, none_type** | |
1212
**metadata** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | |
13-
**type** | **str, none_type** | | [optional]
13+
**dataset** | [**AIDataset**](AIDataset.md) | | [optional]
1414

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

docs/AIModel.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ Name | Type | Description | Notes
88
**id** | **str** | |
99
**state** | **int** | | [readonly]
1010
**progress** | [**AIModelProgress**](AIModelProgress.md) | |
11-
**dataset** | [**AIDatasetReference**](AIDatasetReference.md) | |
11+
**dataset** | [**AIDataset**](AIDataset.md) | |
1212
**parameters** | **{str: (str, none_type)}** | |
1313
**log_path** | **str** | | [readonly]
1414
**name** | **str** | |
1515
**created_at** | **datetime** | | [readonly]
1616
**active** | **bool** | | [readonly]
17-
**training_task_id** | **str, none_type** | | [optional]
18-
**threshold** | **float** | | [optional]
19-
**epoch** | **int, none_type** | | [optional]
20-
**preprocessing_task** | **str, none_type** | | [optional]
17+
**training_task_id** | **str, none_type** | |
18+
**threshold** | **float** | |
19+
**epoch** | **int, none_type** | |
20+
**preprocessing_task** | **str, none_type** | |
2121

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

docs/APITokenWithSecret.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**id** | **int** | |
9+
**token** | **str** | |
910
**name** | **str** | |
10-
**token** | **str** | | [optional]
1111

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

docs/Address.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**id** | **int** | |
99
**address** | **str** | |
10+
**use_for_mounts** | **bool** | |
11+
**priority** | **int** | |
1012
**network** | **int** | |
11-
**use_for_mounts** | **bool** | | [optional]
12-
**priority** | **int** | | [optional]
13-
**interface** | **int, none_type** | | [optional]
13+
**interface** | **int, none_type** | |
1414

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

docs/Alert.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ Name | Type | Description | Notes
1212
**is_open** | **bool** | |
1313
**node** | [**StorageNodeMini**](StorageNodeMini.md) | |
1414
**opened_at** | **datetime** | | [readonly]
15-
**duration** | **str** | | [readonly]
16-
**acknowledged_by** | [**ElementsUserMini**](ElementsUserMini.md) | |
17-
**closed_at** | **datetime, none_type** | | [optional] [readonly]
15+
**closed_at** | **datetime, none_type** | |
16+
**duration** | **float, none_type** | |
17+
**acknowledged_by** | **bool, date, datetime, dict, float, int, list, str, none_type** | |
18+
**silenced_by** | **bool, date, datetime, dict, float, int, list, str, none_type** | |
1819

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

docs/Asset.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,27 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**id** | **int** | |
9-
**info** | **{str: (str, none_type)}** | | [readonly]
109
**proxy_info** | **{str: (str, none_type)}** | | [readonly]
1110
**custom_fields** | **{str: (str, none_type)}** | |
12-
**tags** | [**[TagReference]**](TagReference.md) | |
11+
**tags** | [**[Tag]**](Tag.md) | |
1312
**backups** | **str** | | [readonly]
1413
**proxies_generated** | **bool** | | [readonly]
1514
**proxies_failed** | **bool** | | [readonly]
1615
**bundles** | [**[MediaFileBundleMini]**](MediaFileBundleMini.md) | | [readonly]
1716
**format** | [**FormatMetadata**](FormatMetadata.md) | |
17+
**info** | **{str: (str, none_type)}** | | [readonly]
1818
**sync_id** | **str** | | [readonly]
1919
**display_name** | **str** | | [readonly]
2020
**has_files** | **bool** | | [readonly]
2121
**has_backups** | **bool** | | [readonly]
2222
**has_cloud_links** | **bool** | | [readonly]
2323
**thumbnail_generated** | **bool** | | [readonly]
24+
**workflow_state** | **int** | |
2425
**is_temporary** | **bool** | | [readonly]
2526
**created** | **datetime** | | [readonly]
2627
**modified** | **datetime** | | [readonly]
28+
**timecode** | **float, none_type** | |
29+
**set_stack_order** | **int** | |
2730
**proxies** | [**[Proxy]**](Proxy.md) | | [optional] [readonly]
2831
**default_proxy** | [**Proxy**](Proxy.md) | | [optional]
2932
**resolved_permission** | [**MediaRootPermission**](MediaRootPermission.md) | | [optional]
@@ -32,9 +35,6 @@ Name | Type | Description | Notes
3235
**checksum** | **str, none_type** | | [optional] [readonly]
3336
**type** | **str, none_type** | | [optional] [readonly]
3437
**matched_scanner** | **str, none_type** | | [optional] [readonly]
35-
**workflow_state** | **int** | | [optional]
36-
**timecode** | **float, none_type** | | [optional]
37-
**set_stack_order** | **int** | | [optional]
3838
**set_stack** | **int, none_type** | | [optional] [readonly]
3939
**version_stack** | **int, none_type** | | [optional] [readonly]
4040

docs/AssetBackup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**tape_file** | [**TapeFile**](TapeFile.md) | |
1010
**asset** | [**Asset**](Asset.md) | |
1111
**search_highlight** | **str** | | [readonly]
12-
**custom_fields_snapshot** | **str, none_type** | | [optional]
12+
**custom_fields_snapshot** | **str, none_type** | |
1313

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

docs/AssetMini.md

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Name | Type | Description | Notes
99
**sync_id** | **str** | | [readonly]
1010
**display_name** | **str** | | [readonly]
1111
**format** | [**FormatMetadata**](FormatMetadata.md) | |
12-
**info** | **{str: (str, none_type)}** | | [readonly]
1312
**thumbnail_generated** | **bool** | | [readonly]
1413
**default_proxy** | [**Proxy**](Proxy.md) | | [optional]
1514
**type** | **str, none_type** | | [optional] [readonly]

docs/AssetMiniReference.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Name | Type | Description | Notes
1111
**type** | **str, none_type** | | [optional] [readonly]
1212
**display_name** | **str** | | [optional] [readonly]
1313
**format** | [**FormatMetadata**](FormatMetadata.md) | | [optional]
14-
**info** | **{str: (str, none_type)}** | | [optional] [readonly]
1514
**thumbnail_generated** | **bool** | | [optional] [readonly]
1615
**proxies** | [**[Proxy]**](Proxy.md) | | [optional] [readonly]
1716

docs/AssetProjectLink.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**id** | **int** | |
99
**project** | [**Asset**](Asset.md) | |
10-
**sequence_name** | **str** | | [optional]
10+
**sequence_name** | **str** | |
1111

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

docs/AssetRating.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**id** | **int** | |
9-
**user** | [**ElementsUserMiniReference**](ElementsUserMiniReference.md) | |
9+
**user** | [**ElementsUserMini**](ElementsUserMini.md) | |
10+
**rating** | **int** | |
1011
**date** | **datetime** | | [readonly]
11-
**rating** | **int** | | [optional]
1212

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

docs/AssetSubtitleLink.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**subtitle** | [**AssetMiniReference**](AssetMiniReference.md) | |
8+
**subtitle** | [**AssetMini**](AssetMini.md) | |
99
**label** | **str** | |
1010
**id** | **int** | | [optional] [readonly]
1111
**key** | **str, none_type** | | [optional]

0 commit comments

Comments
 (0)