Skip to content

Commit 0849eab

Browse files
Update clients to latest platform release (4.0.1) (#30)
1 parent d18a5c1 commit 0849eab

28 files changed

+128
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 0.1.0
7-
- Package version: 3.2.10
7+
- Package version: 4.0.1
88
- Generator version: 7.9.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

docs/CreateCServeV2DeploymentRequest.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ Name | Type | Description | Notes
1010
**hardware_instance_id** | **int** | |
1111
**recipe** | [**CServeV2Recipe**](CServeV2Recipe.md) | |
1212
**hf_token** | **str** | | [optional]
13+
**endpoint_bearer_token** | **str** | | [optional]
1314
**endpoint_certificate_authority** | **str** | | [optional]
1415
**min_scale** | **int** | |
1516
**max_scale** | **int** | |
17+
**initial_scale** | **int** | | [optional]
1618
**concurrency** | **int** | | [optional]
1719
**env_vars** | **Dict[str, str]** | | [optional]
1820

docs/CreateInferenceDeploymentRequest.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ Name | Type | Description | Notes
1212
**port** | **int** | |
1313
**min_scale** | **int** | |
1414
**max_scale** | **int** | |
15+
**initial_scale** | **int** | | [optional]
1516
**concurrency** | **int** | | [optional]
1617
**healthcheck** | **str** | | [optional]
1718
**env_vars** | **Dict[str, str]** | | [optional]
1819
**command** | **str** | | [optional]
20+
**endpoint_bearer_token** | **str** | | [optional]
1921
**endpoint_certificate_authority** | **str** | | [optional]
2022

2123
## Example

docs/CreateRagDeploymentRequest.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Name | Type | Description | Notes
1414
**centml_api_key** | **str** | |
1515
**min_scale** | **int** | | [optional] [default to 1]
1616
**max_scale** | **int** | | [optional] [default to 1]
17+
**initial_scale** | **int** | | [optional]
18+
**endpoint_bearer_token** | **str** | | [optional]
1719
**endpoint_certificate_authority** | **str** | | [optional]
1820
**concurrency** | **int** | | [optional]
1921
**env_vars** | **Dict[str, str]** | | [optional]

docs/GetCServeV2DeploymentResponse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Name | Type | Description | Notes
1717
**recipe** | [**CServeV2Recipe**](CServeV2Recipe.md) | |
1818
**min_scale** | **int** | |
1919
**max_scale** | **int** | |
20+
**initial_scale** | **int** | | [optional]
2021
**endpoint_certificate_authority** | **str** | | [optional]
22+
**endpoint_bearer_token** | **str** | | [optional]
2123
**concurrency** | **int** | | [optional]
2224
**env_vars** | **Dict[str, str]** | | [optional]
2325

docs/GetInferenceDeploymentResponse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ Name | Type | Description | Notes
1717
**container_port** | **int** | |
1818
**min_scale** | **int** | |
1919
**max_scale** | **int** | |
20+
**initial_scale** | **int** | | [optional]
2021
**concurrency** | **int** | | [optional]
2122
**healthcheck** | **str** | | [optional]
2223
**endpoint_certificate_authority** | **str** | | [optional]
24+
**endpoint_bearer_token** | **str** | | [optional]
2325
**env_vars** | **Dict[str, str]** | | [optional]
2426
**command** | **List[str]** | | [optional]
2527
**command_args** | **List[str]** | | [optional]

docs/GetRagDeploymentResponse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Name | Type | Description | Notes
1919
**centml_api_key** | **str** | |
2020
**min_scale** | **int** | | [optional] [default to 1]
2121
**max_scale** | **int** | | [optional] [default to 1]
22+
**initial_scale** | **int** | | [optional]
2223
**endpoint_certificate_authority** | **str** | | [optional]
24+
**endpoint_bearer_token** | **str** | | [optional]
2325
**concurrency** | **int** | | [optional]
2426
**env_vars** | **Dict[str, str]** | | [optional]
2527

docs/UserVaultType.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
* `SSH_KEYS` (value: `'ssh_keys'`)
99

10+
* `BEARER_TOKENS` (value: `'bearer_tokens'`)
11+
1012
* `ACCESS_TOKENS` (value: `'access_tokens'`)
1113

1214
* `CERTIFICATES` (value: `'certificates'`)

platform_api_python_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
""" # noqa: E501
1515

1616

17-
__version__ = "3.2.10"
17+
__version__ = "4.0.1"
1818

1919
# import apis into sdk package
2020
from platform_api_python_client.api.external_api import EXTERNALApi

platform_api_python_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(
9090
self.default_headers[header_name] = header_value
9191
self.cookie = cookie
9292
# Set default User-Agent.
93-
self.user_agent = 'OpenAPI-Generator/3.2.10/python'
93+
self.user_agent = 'OpenAPI-Generator/4.0.1/python'
9494
self.client_side_validation = configuration.client_side_validation
9595

9696
def __enter__(self):

0 commit comments

Comments
 (0)