Skip to content

Commit 24d440e

Browse files
Generate modelexperiments
1 parent d14550d commit 24d440e

28 files changed

Lines changed: 162 additions & 157 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
01adc13fdebc94d8f0b21b3b558c27d309f5c32d
1+
876a48fb56473c7c844baa697906d461c0675f47

services/modelexperiments/src/stackit/modelexperiments/__init__.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33
# flake8: noqa
44

55
"""
6-
STACKIT AI Model Experiments API
6+
STACKIT AI Model Experiments API
77
8-
This API provides endpoints for the STACKIT AI Model Experiments api
8+
This API provides endpoints for the STACKIT AI Model Experiments api
99
10-
The version of the OpenAPI document: 1.0.0
11-
Contact: stackit-model-experiments@stackit.cloud
12-
Generated by OpenAPI Generator (https://openapi-generator.tech)
10+
The version of the OpenAPI document: 1.0.0
11+
Contact: stackit-model-experiments@stackit.cloud
12+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
14-
Do not edit the class manually.
14+
Do not edit the class manually.
1515
""" # noqa: E501
1616

17+
1718
__version__ = "1.0.0"
1819

1920
# Define package exports

services/modelexperiments/src/stackit/modelexperiments/api/default_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT AI Model Experiments API
4+
STACKIT AI Model Experiments API
55
6-
This API provides endpoints for the STACKIT AI Model Experiments api
6+
This API provides endpoints for the STACKIT AI Model Experiments api
77
8-
The version of the OpenAPI document: 1.0.0
9-
Contact: stackit-model-experiments@stackit.cloud
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.0.0
9+
Contact: stackit-model-experiments@stackit.cloud
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
from typing import Any, Dict, List, Optional, Tuple, Union

services/modelexperiments/src/stackit/modelexperiments/api_client.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT AI Model Experiments API
4+
STACKIT AI Model Experiments API
55
6-
This API provides endpoints for the STACKIT AI Model Experiments api
6+
This API provides endpoints for the STACKIT AI Model Experiments api
77
8-
The version of the OpenAPI document: 1.0.0
9-
Contact: stackit-model-experiments@stackit.cloud
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.0.0
9+
Contact: stackit-model-experiments@stackit.cloud
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
import datetime
@@ -37,6 +37,7 @@
3737
ApiException,
3838
)
3939

40+
4041
RequestSerialized = Tuple[str, str, Dict[str, str], Optional[str], List[str]]
4142

4243

services/modelexperiments/src/stackit/modelexperiments/api_response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
from pydantic import BaseModel, Field, StrictBytes, StrictInt
88

9+
910
T = TypeVar("T")
1011

1112

services/modelexperiments/src/stackit/modelexperiments/configuration.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT AI Model Experiments API
4+
STACKIT AI Model Experiments API
55
6-
This API provides endpoints for the STACKIT AI Model Experiments api
6+
This API provides endpoints for the STACKIT AI Model Experiments api
77
8-
The version of the OpenAPI document: 1.0.0
9-
Contact: stackit-model-experiments@stackit.cloud
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.0.0
9+
Contact: stackit-model-experiments@stackit.cloud
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
import sys
@@ -19,6 +19,7 @@
1919

2020
import os
2121

22+
2223
ServerVariablesT = Dict[str, str]
2324

2425

services/modelexperiments/src/stackit/modelexperiments/exceptions.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT AI Model Experiments API
4+
STACKIT AI Model Experiments API
55
6-
This API provides endpoints for the STACKIT AI Model Experiments api
6+
This API provides endpoints for the STACKIT AI Model Experiments api
77
8-
The version of the OpenAPI document: 1.0.0
9-
Contact: stackit-model-experiments@stackit.cloud
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.0.0
9+
Contact: stackit-model-experiments@stackit.cloud
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
from typing import Any, Optional

services/modelexperiments/src/stackit/modelexperiments/models/__init__.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
# flake8: noqa
44
"""
5-
STACKIT AI Model Experiments API
5+
STACKIT AI Model Experiments API
66
7-
This API provides endpoints for the STACKIT AI Model Experiments api
7+
This API provides endpoints for the STACKIT AI Model Experiments api
88
9-
The version of the OpenAPI document: 1.0.0
10-
Contact: stackit-model-experiments@stackit.cloud
11-
Generated by OpenAPI Generator (https://openapi-generator.tech)
9+
The version of the OpenAPI document: 1.0.0
10+
Contact: stackit-model-experiments@stackit.cloud
11+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
13-
Do not edit the class manually.
13+
Do not edit the class manually.
1414
""" # noqa: E501
1515

1616
# import models into model package

services/modelexperiments/src/stackit/modelexperiments/models/create_instance_payload.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT AI Model Experiments API
4+
STACKIT AI Model Experiments API
55
6-
This API provides endpoints for the STACKIT AI Model Experiments api
6+
This API provides endpoints for the STACKIT AI Model Experiments api
77
8-
The version of the OpenAPI document: 1.0.0
9-
Contact: stackit-model-experiments@stackit.cloud
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.0.0
9+
Contact: stackit-model-experiments@stackit.cloud
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
from __future__ import annotations

services/modelexperiments/src/stackit/modelexperiments/models/create_instance_response.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT AI Model Experiments API
4+
STACKIT AI Model Experiments API
55
6-
This API provides endpoints for the STACKIT AI Model Experiments api
6+
This API provides endpoints for the STACKIT AI Model Experiments api
77
8-
The version of the OpenAPI document: 1.0.0
9-
Contact: stackit-model-experiments@stackit.cloud
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.0.0
9+
Contact: stackit-model-experiments@stackit.cloud
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
from __future__ import annotations

0 commit comments

Comments
 (0)