Skip to content

Commit 580a4f3

Browse files
committed
Sync platform_api_python_client with latest spec
1 parent abd691a commit 580a4f3

File tree

69 files changed

+461
-309
lines changed

Some content is hidden

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

69 files changed

+461
-309
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
55

66
- API version: 0.1.0
77
- Package version: 1.0.0
8-
- Generator version: 7.5.0
8+
- Generator version: 7.9.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

1111
## Requirements.

docs/CServeRecipePerf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**recipe** | [**CServeRecipeOutput**](CServeRecipeOutput.md) | |
99
**hardware_instance_id** | **int** | |
10-
**output_tp** | **List[List[str]]** | |
11-
**mean_ttft** | **List[List[str]]** | |
10+
**output_tp** | **List[List[object]]** | |
11+
**mean_ttft** | **List[List[object]]** | |
1212

1313
## Example
1414

docs/DeploymentStatus.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# DeploymentStatus
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `ACTIVE` (value: `'active'`)
7+
8+
* `PAUSED` (value: `'paused'`)
9+
10+
* `DELETED` (value: `'deleted'`)
811

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

docs/DeploymentType.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# DeploymentType
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `INFERENCE` (value: `'inference'`)
7+
8+
* `TRAINING` (value: `'training'`)
9+
10+
* `COMPUTE` (value: `'compute'`)
11+
12+
* `COMPILATION` (value: `'compilation'`)
13+
14+
* `INFERENCE_V2` (value: `'inference_v2'`)
15+
16+
* `COMPUTE_V2` (value: `'compute_v2'`)
17+
18+
* `CSERVE` (value: `'cserve'`)
19+
20+
* `DEPLOYMENT` (value: `'deployment'`)
821

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

docs/HealthStatus.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# HealthStatus
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `HEALTHY` (value: `'Healthy'`)
7+
8+
* `PROGRESSING` (value: `'Progressing'`)
9+
10+
* `DEGRADED` (value: `'Degraded'`)
11+
12+
* `MISSING` (value: `'Missing'`)
13+
14+
* `UNKNOWN` (value: `'Unknown'`)
815

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

docs/Metric.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Metric
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `CPU` (value: `'cpu'`)
7+
8+
* `MEMORY` (value: `'memory'`)
9+
10+
* `GPU` (value: `'gpu'`)
811

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

0 commit comments

Comments
 (0)