platform-api-python-client 3.1.15__tar.gz → 3.2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/PKG-INFO +1 -1
  2. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/README.md +11 -6
  3. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/__init__.py +8 -6
  4. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/api/external_api.py +1024 -185
  5. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/api_client.py +1 -1
  6. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/configuration.py +1 -1
  7. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/__init__.py +7 -5
  8. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/c_serve_recipe_perf.py +3 -3
  9. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/c_serve_recipe_response.py +2 -4
  10. platform_api_python_client-3.2.4/platform_api_python_client/models/c_serve_v2_recipe.py +102 -0
  11. platform_api_python_client-3.2.4/platform_api_python_client/models/c_serve_v2_recipe_input.py +102 -0
  12. platform_api_python_client-3.2.4/platform_api_python_client/models/c_serve_v2_recipe_output.py +102 -0
  13. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_c_serve_deployment_request.py +9 -2
  14. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_c_serve_v2_deployment_request.py +12 -5
  15. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_compute_deployment_request.py +9 -2
  16. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_compute_deployment_response.py +1 -1
  17. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_inference_deployment_request.py +11 -11
  18. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_rag_deployment_request.py +12 -5
  19. platform_api_python_client-3.1.15/platform_api_python_client/models/client_secret_response.py → platform_api_python_client-3.2.4/platform_api_python_client/models/create_url_request.py +9 -7
  20. platform_api_python_client-3.1.15/platform_api_python_client/models/create_checkout_response.py → platform_api_python_client-3.2.4/platform_api_python_client/models/create_url_response.py +4 -4
  21. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/deployment_status_response.py +3 -3
  22. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/get_c_serve_deployment_response.py +31 -25
  23. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/get_c_serve_v2_deployment_response.py +7 -7
  24. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/get_cluster_response.py +1 -1
  25. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/get_compute_deployment_response.py +4 -4
  26. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/get_deployment_log_response.py +1 -1
  27. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/get_deployment_response.py +1 -1
  28. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/get_inference_deployment_response.py +7 -7
  29. platform_api_python_client-3.2.4/platform_api_python_client/models/get_payment_response.py +93 -0
  30. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/get_rag_deployment_response.py +9 -9
  31. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/hardware_instance_response.py +11 -4
  32. platform_api_python_client-3.2.4/platform_api_python_client/models/list_payments_response.py +95 -0
  33. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/list_user_vault_items_response.py +3 -3
  34. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/prebuilt_image_response.py +1 -1
  35. platform_api_python_client-3.2.4/platform_api_python_client/models/update_autopay_request.py +99 -0
  36. platform_api_python_client-3.2.4/platform_api_python_client/models/user_vault_item.py +97 -0
  37. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client.egg-info/PKG-INFO +1 -1
  38. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client.egg-info/SOURCES.txt +12 -6
  39. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/pyproject.toml +1 -1
  40. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/setup.py +1 -1
  41. platform_api_python_client-3.2.4/test/test_c_serve_recipe_perf.py +74 -0
  42. platform_api_python_client-3.2.4/test/test_c_serve_recipe_response.py +130 -0
  43. platform_api_python_client-3.1.15/test/test_client_secret_response.py → platform_api_python_client-3.2.4/test/test_c_serve_v2_recipe.py +14 -13
  44. platform_api_python_client-3.2.4/test/test_c_serve_v2_recipe_input.py +53 -0
  45. platform_api_python_client-3.2.4/test/test_c_serve_v2_recipe_output.py +54 -0
  46. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_create_c_serve_deployment_request.py +2 -2
  47. platform_api_python_client-3.2.4/test/test_create_c_serve_v2_deployment_request.py +68 -0
  48. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_create_compute_deployment_request.py +5 -4
  49. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_create_compute_deployment_response.py +2 -1
  50. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_create_inference_deployment_request.py +3 -8
  51. platform_api_python_client-3.2.4/test/test_create_rag_deployment_request.py +70 -0
  52. platform_api_python_client-3.1.15/test/test_create_checkout_response.py → platform_api_python_client-3.2.4/test/test_create_url_request.py +15 -13
  53. platform_api_python_client-3.2.4/test/test_create_url_response.py +52 -0
  54. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_deployment_status_response.py +0 -3
  55. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_external_api.py +56 -0
  56. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_get_c_serve_deployment_response.py +0 -27
  57. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_get_c_serve_v2_deployment_response.py +2 -62
  58. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_get_cluster_response.py +2 -1
  59. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_get_compute_deployment_response.py +0 -6
  60. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_get_deployment_log_response.py +0 -1
  61. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_get_deployment_response.py +0 -1
  62. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_get_inference_deployment_response.py +0 -13
  63. platform_api_python_client-3.2.4/test/test_get_payment_response.py +58 -0
  64. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_get_rag_deployment_response.py +4 -56
  65. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_hardware_instance_response.py +6 -1
  66. platform_api_python_client-3.2.4/test/test_list_c_serve_recipe_response.py +112 -0
  67. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_list_get_cluster_response.py +4 -2
  68. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_list_hardware_instance_response.py +10 -2
  69. platform_api_python_client-3.2.4/test/test_list_payments_response.py +64 -0
  70. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_prebuilt_image_response.py +0 -1
  71. platform_api_python_client-3.2.4/test/test_update_autopay_request.py +51 -0
  72. platform_api_python_client-3.2.4/test/test_user_vault_item.py +55 -0
  73. platform_api_python_client-3.1.15/platform_api_python_client/models/c_serve_v2_recipe.py +0 -186
  74. platform_api_python_client-3.1.15/platform_api_python_client/models/c_serve_v2_recipe_input.py +0 -186
  75. platform_api_python_client-3.1.15/platform_api_python_client/models/c_serve_v2_recipe_output.py +0 -186
  76. platform_api_python_client-3.1.15/platform_api_python_client/models/get_payments_response.py +0 -89
  77. platform_api_python_client-3.1.15/test/test_c_serve_recipe_perf.py +0 -130
  78. platform_api_python_client-3.1.15/test/test_c_serve_recipe_response.py +0 -300
  79. platform_api_python_client-3.1.15/test/test_c_serve_v2_recipe.py +0 -106
  80. platform_api_python_client-3.1.15/test/test_c_serve_v2_recipe_input.py +0 -82
  81. platform_api_python_client-3.1.15/test/test_c_serve_v2_recipe_output.py +0 -106
  82. platform_api_python_client-3.1.15/test/test_create_c_serve_v2_deployment_request.py +0 -124
  83. platform_api_python_client-3.1.15/test/test_create_rag_deployment_request.py +0 -116
  84. platform_api_python_client-3.1.15/test/test_get_payments_response.py +0 -58
  85. platform_api_python_client-3.1.15/test/test_list_c_serve_recipe_response.py +0 -226
  86. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/api/__init__.py +0 -0
  87. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/api_response.py +0 -0
  88. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/exceptions.py +0 -0
  89. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/api_key_request.py +0 -0
  90. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/api_key_response.py +0 -0
  91. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/c_serve_recipe.py +0 -0
  92. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_c_serve_deployment_response.py +0 -0
  93. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_c_serve_v2_deployment_response.py +0 -0
  94. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_checkout_request.py +0 -0
  95. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_checkout_session_response.py +0 -0
  96. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_inference_deployment_response.py +0 -0
  97. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_rag_deployment_response.py +0 -0
  98. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_setup_checkout_request.py +0 -0
  99. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/credits_response.py +0 -0
  100. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/daily_bill_response.py +0 -0
  101. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/deployment_status.py +0 -0
  102. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/deployment_status_request.py +0 -0
  103. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/deployment_type.py +0 -0
  104. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/deployment_usage_value.py +0 -0
  105. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/get_deployment_usage_response.py +0 -0
  106. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/http_validation_error.py +0 -0
  107. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/list_api_key_response.py +0 -0
  108. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/list_c_serve_recipe_response.py +0 -0
  109. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/list_daily_bill_response.py +0 -0
  110. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/list_get_cluster_response.py +0 -0
  111. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/list_get_deployment_response.py +0 -0
  112. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/list_hardware_instance_response.py +0 -0
  113. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/list_prebuilt_image_response.py +0 -0
  114. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/metric.py +0 -0
  115. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/service_status.py +0 -0
  116. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/user_support_email_request.py +0 -0
  117. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/user_vault_item_input.py +0 -0
  118. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/user_vault_item_output.py +0 -0
  119. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/user_vault_type.py +0 -0
  120. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/validation_error.py +0 -0
  121. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/models/validation_error_loc_inner.py +0 -0
  122. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/py.typed +0 -0
  123. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client/rest.py +0 -0
  124. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client.egg-info/dependency_links.txt +0 -0
  125. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client.egg-info/requires.txt +0 -0
  126. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/platform_api_python_client.egg-info/top_level.txt +0 -0
  127. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/setup.cfg +0 -0
  128. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_api_key_request.py +0 -0
  129. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_api_key_response.py +0 -0
  130. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_c_serve_recipe.py +0 -0
  131. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_create_c_serve_deployment_response.py +0 -0
  132. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_create_c_serve_v2_deployment_response.py +0 -0
  133. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_create_checkout_request.py +0 -0
  134. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_create_checkout_session_response.py +0 -0
  135. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_create_inference_deployment_response.py +0 -0
  136. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_create_rag_deployment_response.py +0 -0
  137. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_create_setup_checkout_request.py +0 -0
  138. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_credits_response.py +0 -0
  139. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_daily_bill_response.py +0 -0
  140. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_deployment_status.py +0 -0
  141. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_deployment_status_request.py +0 -0
  142. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_deployment_type.py +0 -0
  143. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_deployment_usage_value.py +0 -0
  144. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_get_deployment_usage_response.py +0 -0
  145. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_http_validation_error.py +0 -0
  146. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_list_api_key_response.py +0 -0
  147. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_list_daily_bill_response.py +0 -0
  148. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_list_get_deployment_response.py +0 -0
  149. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_list_prebuilt_image_response.py +0 -0
  150. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_list_user_vault_items_response.py +0 -0
  151. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_metric.py +0 -0
  152. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_service_status.py +0 -0
  153. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_user_support_email_request.py +0 -0
  154. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_user_vault_item_input.py +0 -0
  155. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_user_vault_item_output.py +0 -0
  156. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_user_vault_type.py +0 -0
  157. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_validation_error.py +0 -0
  158. {platform_api_python_client-3.1.15 → platform_api_python_client-3.2.4}/test/test_validation_error_loc_inner.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: platform-api-python-client
3
- Version: 3.1.15
3
+ Version: 3.2.4
4
4
  Summary: Platform External API
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
6
  - API version: 0.1.0
7
- - Package version: 3.1.15
7
+ - Package version: 3.2.4
8
8
  - Generator version: 7.9.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
 
@@ -105,6 +105,7 @@ Class | Method | HTTP request | Description
105
105
  *EXTERNALApi* | [**create_setup_payments_setup_checkout_post**](docs/EXTERNALApi.md#create_setup_payments_setup_checkout_post) | **POST** /payments/setup_checkout | Create Setup
106
106
  *EXTERNALApi* | [**delete_api_key_credentials_api_key_id_delete**](docs/EXTERNALApi.md#delete_api_key_credentials_api_key_id_delete) | **DELETE** /credentials/api-key/{id} | Delete Api Key
107
107
  *EXTERNALApi* | [**delete_user_vault_item_endpoint_user_vault_delete**](docs/EXTERNALApi.md#delete_user_vault_item_endpoint_user_vault_delete) | **DELETE** /user_vault | Delete User Vault Item Endpoint
108
+ *EXTERNALApi* | [**download_url_file_url_download_post**](docs/EXTERNALApi.md#download_url_file_url_download_post) | **POST** /file_url/download | Download Url
108
109
  *EXTERNALApi* | [**get_all_user_vault_items_endpoint_user_vault_get**](docs/EXTERNALApi.md#get_all_user_vault_items_endpoint_user_vault_get) | **GET** /user_vault | Get All User Vault Items Endpoint
109
110
  *EXTERNALApi* | [**get_api_keys_credentials_api_key_get**](docs/EXTERNALApi.md#get_api_keys_credentials_api_key_get) | **GET** /credentials/api-key | Get Api Keys
110
111
  *EXTERNALApi* | [**get_clusters_clusters_get**](docs/EXTERNALApi.md#get_clusters_clusters_get) | **GET** /clusters | Get Clusters
@@ -124,8 +125,10 @@ Class | Method | HTTP request | Description
124
125
  *EXTERNALApi* | [**get_usage_daily_bills_get**](docs/EXTERNALApi.md#get_usage_daily_bills_get) | **GET** /daily_bills | Get Usage
125
126
  *EXTERNALApi* | [**get_usage_deployments_usage_deployment_id_get**](docs/EXTERNALApi.md#get_usage_deployments_usage_deployment_id_get) | **GET** /deployments/usage/{deployment_id} | Get Usage
126
127
  *EXTERNALApi* | [**setup_stripe_customer_payments_setup_post**](docs/EXTERNALApi.md#setup_stripe_customer_payments_setup_post) | **POST** /payments/setup | Setup Stripe Customer
128
+ *EXTERNALApi* | [**update_autopay_preferences_autopay_put**](docs/EXTERNALApi.md#update_autopay_preferences_autopay_put) | **PUT** /preferences/autopay | Update Autopay
127
129
  *EXTERNALApi* | [**update_deployment_status_deployments_status_deployment_id_put**](docs/EXTERNALApi.md#update_deployment_status_deployments_status_deployment_id_put) | **PUT** /deployments/status/{deployment_id} | Update Deployment Status
128
130
  *EXTERNALApi* | [**update_user_vault_item_endpoint_user_vault_put**](docs/EXTERNALApi.md#update_user_vault_item_endpoint_user_vault_put) | **PUT** /user_vault | Update User Vault Item Endpoint
131
+ *EXTERNALApi* | [**upload_url_file_url_upload_post**](docs/EXTERNALApi.md#upload_url_file_url_upload_post) | **POST** /file_url/upload | Upload Url
129
132
 
130
133
 
131
134
  ## Documentation For Models
@@ -135,8 +138,7 @@ Class | Method | HTTP request | Description
135
138
  - [CServeRecipe](docs/CServeRecipe.md)
136
139
  - [CServeRecipePerf](docs/CServeRecipePerf.md)
137
140
  - [CServeRecipeResponse](docs/CServeRecipeResponse.md)
138
- - [CServeV2RecipeInput](docs/CServeV2RecipeInput.md)
139
- - [CServeV2RecipeOutput](docs/CServeV2RecipeOutput.md)
141
+ - [CServeV2Recipe](docs/CServeV2Recipe.md)
140
142
  - [CreateCServeDeploymentRequest](docs/CreateCServeDeploymentRequest.md)
141
143
  - [CreateCServeDeploymentResponse](docs/CreateCServeDeploymentResponse.md)
142
144
  - [CreateCServeV2DeploymentRequest](docs/CreateCServeV2DeploymentRequest.md)
@@ -150,6 +152,8 @@ Class | Method | HTTP request | Description
150
152
  - [CreateRagDeploymentRequest](docs/CreateRagDeploymentRequest.md)
151
153
  - [CreateRagDeploymentResponse](docs/CreateRagDeploymentResponse.md)
152
154
  - [CreateSetupCheckoutRequest](docs/CreateSetupCheckoutRequest.md)
155
+ - [CreateUrlRequest](docs/CreateUrlRequest.md)
156
+ - [CreateUrlResponse](docs/CreateUrlResponse.md)
153
157
  - [CreditsResponse](docs/CreditsResponse.md)
154
158
  - [DailyBillResponse](docs/DailyBillResponse.md)
155
159
  - [DeploymentStatus](docs/DeploymentStatus.md)
@@ -165,7 +169,7 @@ Class | Method | HTTP request | Description
165
169
  - [GetDeploymentResponse](docs/GetDeploymentResponse.md)
166
170
  - [GetDeploymentUsageResponse](docs/GetDeploymentUsageResponse.md)
167
171
  - [GetInferenceDeploymentResponse](docs/GetInferenceDeploymentResponse.md)
168
- - [GetPaymentsResponse](docs/GetPaymentsResponse.md)
172
+ - [GetPaymentResponse](docs/GetPaymentResponse.md)
169
173
  - [GetRagDeploymentResponse](docs/GetRagDeploymentResponse.md)
170
174
  - [HTTPValidationError](docs/HTTPValidationError.md)
171
175
  - [HardwareInstanceResponse](docs/HardwareInstanceResponse.md)
@@ -175,14 +179,15 @@ Class | Method | HTTP request | Description
175
179
  - [ListGetClusterResponse](docs/ListGetClusterResponse.md)
176
180
  - [ListGetDeploymentResponse](docs/ListGetDeploymentResponse.md)
177
181
  - [ListHardwareInstanceResponse](docs/ListHardwareInstanceResponse.md)
182
+ - [ListPaymentsResponse](docs/ListPaymentsResponse.md)
178
183
  - [ListPrebuiltImageResponse](docs/ListPrebuiltImageResponse.md)
179
184
  - [ListUserVaultItemsResponse](docs/ListUserVaultItemsResponse.md)
180
185
  - [Metric](docs/Metric.md)
181
186
  - [PrebuiltImageResponse](docs/PrebuiltImageResponse.md)
182
187
  - [ServiceStatus](docs/ServiceStatus.md)
188
+ - [UpdateAutopayRequest](docs/UpdateAutopayRequest.md)
183
189
  - [UserSupportEmailRequest](docs/UserSupportEmailRequest.md)
184
- - [UserVaultItemInput](docs/UserVaultItemInput.md)
185
- - [UserVaultItemOutput](docs/UserVaultItemOutput.md)
190
+ - [UserVaultItem](docs/UserVaultItem.md)
186
191
  - [UserVaultType](docs/UserVaultType.md)
187
192
  - [ValidationError](docs/ValidationError.md)
188
193
  - [ValidationErrorLocInner](docs/ValidationErrorLocInner.md)
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "3.1.15"
17
+ __version__ = "3.2.4"
18
18
 
19
19
  # import apis into sdk package
20
20
  from platform_api_python_client.api.external_api import EXTERNALApi
@@ -36,8 +36,7 @@ from platform_api_python_client.models.api_key_response import APIKeyResponse
36
36
  from platform_api_python_client.models.c_serve_recipe import CServeRecipe
37
37
  from platform_api_python_client.models.c_serve_recipe_perf import CServeRecipePerf
38
38
  from platform_api_python_client.models.c_serve_recipe_response import CServeRecipeResponse
39
- from platform_api_python_client.models.c_serve_v2_recipe_input import CServeV2RecipeInput
40
- from platform_api_python_client.models.c_serve_v2_recipe_output import CServeV2RecipeOutput
39
+ from platform_api_python_client.models.c_serve_v2_recipe import CServeV2Recipe
41
40
  from platform_api_python_client.models.create_c_serve_deployment_request import CreateCServeDeploymentRequest
42
41
  from platform_api_python_client.models.create_c_serve_deployment_response import CreateCServeDeploymentResponse
43
42
  from platform_api_python_client.models.create_c_serve_v2_deployment_request import CreateCServeV2DeploymentRequest
@@ -51,6 +50,8 @@ from platform_api_python_client.models.create_inference_deployment_response impo
51
50
  from platform_api_python_client.models.create_rag_deployment_request import CreateRagDeploymentRequest
52
51
  from platform_api_python_client.models.create_rag_deployment_response import CreateRagDeploymentResponse
53
52
  from platform_api_python_client.models.create_setup_checkout_request import CreateSetupCheckoutRequest
53
+ from platform_api_python_client.models.create_url_request import CreateUrlRequest
54
+ from platform_api_python_client.models.create_url_response import CreateUrlResponse
54
55
  from platform_api_python_client.models.credits_response import CreditsResponse
55
56
  from platform_api_python_client.models.daily_bill_response import DailyBillResponse
56
57
  from platform_api_python_client.models.deployment_status import DeploymentStatus
@@ -66,7 +67,7 @@ from platform_api_python_client.models.get_deployment_log_response import GetDep
66
67
  from platform_api_python_client.models.get_deployment_response import GetDeploymentResponse
67
68
  from platform_api_python_client.models.get_deployment_usage_response import GetDeploymentUsageResponse
68
69
  from platform_api_python_client.models.get_inference_deployment_response import GetInferenceDeploymentResponse
69
- from platform_api_python_client.models.get_payments_response import GetPaymentsResponse
70
+ from platform_api_python_client.models.get_payment_response import GetPaymentResponse
70
71
  from platform_api_python_client.models.get_rag_deployment_response import GetRagDeploymentResponse
71
72
  from platform_api_python_client.models.http_validation_error import HTTPValidationError
72
73
  from platform_api_python_client.models.hardware_instance_response import HardwareInstanceResponse
@@ -76,14 +77,15 @@ from platform_api_python_client.models.list_daily_bill_response import ListDaily
76
77
  from platform_api_python_client.models.list_get_cluster_response import ListGetClusterResponse
77
78
  from platform_api_python_client.models.list_get_deployment_response import ListGetDeploymentResponse
78
79
  from platform_api_python_client.models.list_hardware_instance_response import ListHardwareInstanceResponse
80
+ from platform_api_python_client.models.list_payments_response import ListPaymentsResponse
79
81
  from platform_api_python_client.models.list_prebuilt_image_response import ListPrebuiltImageResponse
80
82
  from platform_api_python_client.models.list_user_vault_items_response import ListUserVaultItemsResponse
81
83
  from platform_api_python_client.models.metric import Metric
82
84
  from platform_api_python_client.models.prebuilt_image_response import PrebuiltImageResponse
83
85
  from platform_api_python_client.models.service_status import ServiceStatus
86
+ from platform_api_python_client.models.update_autopay_request import UpdateAutopayRequest
84
87
  from platform_api_python_client.models.user_support_email_request import UserSupportEmailRequest
85
- from platform_api_python_client.models.user_vault_item_input import UserVaultItemInput
86
- from platform_api_python_client.models.user_vault_item_output import UserVaultItemOutput
88
+ from platform_api_python_client.models.user_vault_item import UserVaultItem
87
89
  from platform_api_python_client.models.user_vault_type import UserVaultType
88
90
  from platform_api_python_client.models.validation_error import ValidationError
89
91
  from platform_api_python_client.models.validation_error_loc_inner import ValidationErrorLocInner