Skip to content

Commit d3b4476

Browse files
committed
v3.1.0
1 parent 5e788e8 commit d3b4476

File tree

156 files changed

+24240
-928
lines changed

Some content is hidden

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

156 files changed

+24240
-928
lines changed

.openapi-generator/FILES

Lines changed: 146 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 78 additions & 4 deletions
Large diffs are not rendered by default.

docs/AIApi.md

Lines changed: 43 additions & 43 deletions
Large diffs are not rendered by default.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AICategoryDetailPartialUpdate
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **str** | | [optional]
8+
**dataset** | [**AIDataset**](AIDataset.md) | | [optional]
9+
**name** | **str** | | [optional]
10+
11+
[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)
12+
13+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# AIDatasetWithPreviewPartialUpdate
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **str** | | [optional]
8+
**name** | **str** | | [optional]
9+
**engine** | **str** | | [optional]
10+
**connection** | **int** | | [optional]
11+
12+
[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)
13+
14+

docs/AIModelPartialUpdate.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AIModelPartialUpdate
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**training_pid** | **int** | | [optional]
8+
**dataset** | **str** | | [optional]
9+
**preprocessing_task** | **str** | | [optional]
10+
11+
[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)
12+
13+

docs/Address.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Address
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **int** | | [optional] [readonly]
8+
**address** | **str** | |
9+
**use_for_mounts** | **bool** | | [optional]
10+
**priority** | **int** | | [optional]
11+
**network** | **int** | |
12+
**interface** | **int** | | [optional]
13+
14+
[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)
15+
16+

docs/Alert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**message** | **str** | |
1010
**level** | **str** | |
1111
**is_open** | **bool** | |
12-
**node** | [**StorageNode**](StorageNode.md) | | [optional]
12+
**node** | [**StorageNodeMini**](StorageNodeMini.md) | | [optional]
1313
**opened_at** | **datetime** | | [optional] [readonly]
1414
**closed_at** | **datetime** | | [optional]
1515
**duration** | **str** | | [optional] [readonly]

docs/AlertPartialUpdate.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AlertPartialUpdate
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**name** | **str** | | [optional]
8+
**message** | **str** | | [optional]
9+
**level** | **str** | | [optional]
10+
**is_open** | **bool** | | [optional]
11+
**closed_at** | **datetime** | | [optional]
12+
13+
[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)
14+
15+

docs/AssetMini.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010
**urls** | [**Proxy**](Proxy.md) | | [optional]
1111
**type** | **str** | | [optional] [readonly]
1212
**display_name** | **str** | | [optional] [readonly]
13-
**info** | **dict(str, str)** | | [optional] [readonly]
13+
**info** | **str** | | [optional] [readonly]
1414
**thumbnail_generated** | **bool** | | [optional] [readonly]
1515

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

0 commit comments

Comments
 (0)