Skip to content

Commit 0267358

Browse files
Update clients to latest platform release (4.8.4) (#75)
Co-authored-by: platform CI <automation@centml.ai>
1 parent ddb477a commit 0267358

48 files changed

Lines changed: 176 additions & 23 deletions

File tree

Some content is hidden

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

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: 4.8.3
7+
- Package version: 4.8.4
88
- Generator version: 7.9.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

docs/CreateCServeV2DeploymentRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**name** | **str** | |
99
**cluster_id** | **int** | |
1010
**hardware_instance_id** | **int** | |
11+
**user_annotations** | **Dict[str, str]** | | [optional]
1112
**recipe** | [**CServeV2Recipe**](CServeV2Recipe.md) | |
1213
**cserve_version** | **str** | | [optional]
1314
**hf_token** | **str** | | [optional]

docs/CreateCServeV3DeploymentRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**name** | **str** | |
1111
**cluster_id** | **int** | |
1212
**hardware_instance_id** | **int** | |
13+
**user_annotations** | **Dict[str, str]** | | [optional]
1314
**recipe** | [**CServeV2Recipe**](CServeV2Recipe.md) | |
1415
**cserve_version** | **str** | | [optional]
1516
**hf_token** | **str** | | [optional]

docs/CreateComputeDeploymentRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**name** | **str** | |
99
**cluster_id** | **int** | |
1010
**hardware_instance_id** | **int** | |
11+
**user_annotations** | **Dict[str, str]** | | [optional]
1112
**image_url** | **str** | |
1213
**enable_jupyter** | **bool** | | [optional] [default to False]
1314
**ssh_public_key** | **str** | |

docs/CreateInferenceDeploymentRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**name** | **str** | |
99
**cluster_id** | **int** | |
1010
**hardware_instance_id** | **int** | |
11+
**user_annotations** | **Dict[str, str]** | | [optional]
1112
**image_url** | **str** | |
1213
**port** | **int** | |
1314
**min_scale** | **int** | |

docs/CreateInferenceV3DeploymentRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**name** | **str** | |
1111
**cluster_id** | **int** | |
1212
**hardware_instance_id** | **int** | |
13+
**user_annotations** | **Dict[str, str]** | | [optional]
1314
**image_url** | **str** | |
1415
**image_pull_secret_credentials** | [**ImagePullSecretCredentials**](ImagePullSecretCredentials.md) | | [optional]
1516
**port** | **int** | |

docs/CreateRagDeploymentRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**name** | **str** | |
99
**cluster_id** | **int** | |
1010
**hardware_instance_id** | **int** | |
11+
**user_annotations** | **Dict[str, str]** | | [optional]
1112
**recipe** | [**CServeV2Recipe**](CServeV2Recipe.md) | |
1213
**cserve_version** | **str** | | [optional]
1314
**hf_token** | **str** | | [optional]

docs/DeploymentResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
1616
**created_at** | **datetime** | |
1717
**hardware_instance_id** | **int** | |
1818
**revision_number** | **int** | |
19+
**user_annotations** | **Dict[str, str]** | | [optional]
1920
**recipe** | [**CServeV2Recipe**](CServeV2Recipe.md) | |
2021
**cserve_version** | **str** | | [optional]
2122
**min_replicas** | **int** | |

docs/GetCServeV2DeploymentResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
1616
**created_at** | **datetime** | |
1717
**hardware_instance_id** | **int** | |
1818
**revision_number** | **int** | |
19+
**user_annotations** | **Dict[str, str]** | | [optional]
1920
**recipe** | [**CServeV2Recipe**](CServeV2Recipe.md) | |
2021
**cserve_version** | **str** | | [optional]
2122
**min_scale** | **int** | |

docs/GetCServeV3DeploymentResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
1616
**created_at** | **datetime** | |
1717
**hardware_instance_id** | **int** | |
1818
**revision_number** | **int** | |
19+
**user_annotations** | **Dict[str, str]** | | [optional]
1920
**recipe** | [**CServeV2Recipe**](CServeV2Recipe.md) | |
2021
**cserve_version** | **str** | | [optional]
2122
**min_replicas** | **int** | |

0 commit comments

Comments
 (0)