|
| 1 | +.github/workflows/python.yml |
| 2 | +.gitignore |
| 3 | +.gitlab-ci.yml |
| 4 | +.travis.yml |
| 5 | +README.md |
| 6 | +docs/APIKeyRequest.md |
| 7 | +docs/APIKeyResponse.md |
| 8 | +docs/CServeRecipe.md |
| 9 | +docs/CServeRecipePerf.md |
| 10 | +docs/CServeRecipeResponse.md |
| 11 | +docs/CServeV2RecipeInput.md |
| 12 | +docs/CServeV2RecipeOutput.md |
| 13 | +docs/CreateCServeDeploymentRequest.md |
| 14 | +docs/CreateCServeDeploymentResponse.md |
| 15 | +docs/CreateCServeV2DeploymentRequest.md |
| 16 | +docs/CreateCServeV2DeploymentResponse.md |
| 17 | +docs/CreateCheckoutRequest.md |
| 18 | +docs/CreateCheckoutResponse.md |
| 19 | +docs/CreateComputeDeploymentRequest.md |
| 20 | +docs/CreateComputeDeploymentResponse.md |
| 21 | +docs/CreateInferenceDeploymentRequest.md |
| 22 | +docs/CreateInferenceDeploymentResponse.md |
| 23 | +docs/CreateRagDeploymentRequest.md |
| 24 | +docs/CreateRagDeploymentResponse.md |
| 25 | +docs/CreditsResponse.md |
| 26 | +docs/DailyBillResponse.md |
| 27 | +docs/DeploymentStatus.md |
| 28 | +docs/DeploymentStatusRequest.md |
| 29 | +docs/DeploymentStatusResponse.md |
| 30 | +docs/DeploymentType.md |
| 31 | +docs/DeploymentUsageValue.md |
| 32 | +docs/EXTERNALApi.md |
| 33 | +docs/GetCServeDeploymentResponse.md |
| 34 | +docs/GetCServeV2DeploymentResponse.md |
| 35 | +docs/GetClusterResponse.md |
| 36 | +docs/GetComputeDeploymentResponse.md |
| 37 | +docs/GetDeploymentLogResponse.md |
| 38 | +docs/GetDeploymentResponse.md |
| 39 | +docs/GetDeploymentUsageResponse.md |
| 40 | +docs/GetInferenceDeploymentResponse.md |
| 41 | +docs/GetPaymentsResponse.md |
| 42 | +docs/GetRagDeploymentResponse.md |
| 43 | +docs/HTTPValidationError.md |
| 44 | +docs/HardwareInstanceResponse.md |
| 45 | +docs/ListAPIKeyResponse.md |
| 46 | +docs/ListCServeRecipeResponse.md |
| 47 | +docs/ListDailyBillResponse.md |
| 48 | +docs/ListGetClusterResponse.md |
| 49 | +docs/ListGetDeploymentResponse.md |
| 50 | +docs/ListHardwareInstanceResponse.md |
| 51 | +docs/ListPrebuiltImageResponse.md |
| 52 | +docs/ListUserVaultItemsResponse.md |
| 53 | +docs/Metric.md |
| 54 | +docs/PrebuiltImageResponse.md |
| 55 | +docs/ServiceStatus.md |
| 56 | +docs/UserSupportEmailRequest.md |
| 57 | +docs/UserVaultItemInput.md |
| 58 | +docs/UserVaultItemOutput.md |
| 59 | +docs/UserVaultType.md |
| 60 | +docs/ValidationError.md |
| 61 | +docs/ValidationErrorLocInner.md |
| 62 | +git_push.sh |
| 63 | +platform_api_python_client/__init__.py |
| 64 | +platform_api_python_client/api/__init__.py |
| 65 | +platform_api_python_client/api/external_api.py |
| 66 | +platform_api_python_client/api_client.py |
| 67 | +platform_api_python_client/api_response.py |
| 68 | +platform_api_python_client/configuration.py |
| 69 | +platform_api_python_client/exceptions.py |
| 70 | +platform_api_python_client/models/__init__.py |
| 71 | +platform_api_python_client/models/api_key_request.py |
| 72 | +platform_api_python_client/models/api_key_response.py |
| 73 | +platform_api_python_client/models/c_serve_recipe.py |
| 74 | +platform_api_python_client/models/c_serve_recipe_perf.py |
| 75 | +platform_api_python_client/models/c_serve_recipe_response.py |
| 76 | +platform_api_python_client/models/c_serve_v2_recipe_input.py |
| 77 | +platform_api_python_client/models/c_serve_v2_recipe_output.py |
| 78 | +platform_api_python_client/models/create_c_serve_deployment_request.py |
| 79 | +platform_api_python_client/models/create_c_serve_deployment_response.py |
| 80 | +platform_api_python_client/models/create_c_serve_v2_deployment_request.py |
| 81 | +platform_api_python_client/models/create_c_serve_v2_deployment_response.py |
| 82 | +platform_api_python_client/models/create_checkout_request.py |
| 83 | +platform_api_python_client/models/create_checkout_response.py |
| 84 | +platform_api_python_client/models/create_compute_deployment_request.py |
| 85 | +platform_api_python_client/models/create_compute_deployment_response.py |
| 86 | +platform_api_python_client/models/create_inference_deployment_request.py |
| 87 | +platform_api_python_client/models/create_inference_deployment_response.py |
| 88 | +platform_api_python_client/models/create_rag_deployment_request.py |
| 89 | +platform_api_python_client/models/create_rag_deployment_response.py |
| 90 | +platform_api_python_client/models/credits_response.py |
| 91 | +platform_api_python_client/models/daily_bill_response.py |
| 92 | +platform_api_python_client/models/deployment_status.py |
| 93 | +platform_api_python_client/models/deployment_status_request.py |
| 94 | +platform_api_python_client/models/deployment_status_response.py |
| 95 | +platform_api_python_client/models/deployment_type.py |
| 96 | +platform_api_python_client/models/deployment_usage_value.py |
| 97 | +platform_api_python_client/models/get_c_serve_deployment_response.py |
| 98 | +platform_api_python_client/models/get_c_serve_v2_deployment_response.py |
| 99 | +platform_api_python_client/models/get_cluster_response.py |
| 100 | +platform_api_python_client/models/get_compute_deployment_response.py |
| 101 | +platform_api_python_client/models/get_deployment_log_response.py |
| 102 | +platform_api_python_client/models/get_deployment_response.py |
| 103 | +platform_api_python_client/models/get_deployment_usage_response.py |
| 104 | +platform_api_python_client/models/get_inference_deployment_response.py |
| 105 | +platform_api_python_client/models/get_payments_response.py |
| 106 | +platform_api_python_client/models/get_rag_deployment_response.py |
| 107 | +platform_api_python_client/models/hardware_instance_response.py |
| 108 | +platform_api_python_client/models/http_validation_error.py |
| 109 | +platform_api_python_client/models/list_api_key_response.py |
| 110 | +platform_api_python_client/models/list_c_serve_recipe_response.py |
| 111 | +platform_api_python_client/models/list_daily_bill_response.py |
| 112 | +platform_api_python_client/models/list_get_cluster_response.py |
| 113 | +platform_api_python_client/models/list_get_deployment_response.py |
| 114 | +platform_api_python_client/models/list_hardware_instance_response.py |
| 115 | +platform_api_python_client/models/list_prebuilt_image_response.py |
| 116 | +platform_api_python_client/models/list_user_vault_items_response.py |
| 117 | +platform_api_python_client/models/metric.py |
| 118 | +platform_api_python_client/models/prebuilt_image_response.py |
| 119 | +platform_api_python_client/models/service_status.py |
| 120 | +platform_api_python_client/models/user_support_email_request.py |
| 121 | +platform_api_python_client/models/user_vault_item_input.py |
| 122 | +platform_api_python_client/models/user_vault_item_output.py |
| 123 | +platform_api_python_client/models/user_vault_type.py |
| 124 | +platform_api_python_client/models/validation_error.py |
| 125 | +platform_api_python_client/models/validation_error_loc_inner.py |
| 126 | +platform_api_python_client/py.typed |
| 127 | +platform_api_python_client/rest.py |
| 128 | +pyproject.toml |
| 129 | +requirements.txt |
| 130 | +setup.cfg |
| 131 | +setup.py |
| 132 | +test-requirements.txt |
| 133 | +test/__init__.py |
| 134 | +tox.ini |
0 commit comments