platform-api-python-client 4.9.7__tar.gz → 4.10.0__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 (169) hide show
  1. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/PKG-INFO +1 -1
  2. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/README.md +1 -1
  3. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/__init__.py +1 -1
  4. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/api_client.py +1 -1
  5. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/configuration.py +1 -1
  6. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/get_job_deployment_response.py +8 -1
  7. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client.egg-info/PKG-INFO +1 -1
  8. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/pyproject.toml +1 -1
  9. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/setup.py +1 -1
  10. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_get_job_deployment_response.py +1 -0
  11. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/api/__init__.py +0 -0
  12. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/api/external_api.py +0 -0
  13. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/api_response.py +0 -0
  14. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/exceptions.py +0 -0
  15. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/__init__.py +0 -0
  16. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/api_key_request.py +0 -0
  17. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/api_key_response.py +0 -0
  18. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/backend_protocol.py +0 -0
  19. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/c_serve_recipe_perf.py +0 -0
  20. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/c_serve_recipe_response.py +0 -0
  21. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/c_serve_v2_recipe.py +0 -0
  22. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/cluster_capacity_response.py +0 -0
  23. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/config_file_mount.py +0 -0
  24. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/create_c_serve_v2_deployment_request.py +0 -0
  25. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/create_c_serve_v2_deployment_response.py +0 -0
  26. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/create_c_serve_v3_deployment_request.py +0 -0
  27. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/create_c_serve_v3_deployment_response.py +0 -0
  28. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/create_compute_deployment_request.py +0 -0
  29. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/create_compute_deployment_response.py +0 -0
  30. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/create_inference_deployment_request.py +0 -0
  31. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/create_inference_deployment_response.py +0 -0
  32. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/create_inference_v3_deployment_request.py +0 -0
  33. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/create_job_deployment_request.py +0 -0
  34. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/create_job_deployment_response.py +0 -0
  35. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/create_organization_request.py +0 -0
  36. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/create_organization_response.py +0 -0
  37. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/create_url_request.py +0 -0
  38. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/create_url_response.py +0 -0
  39. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/credits_response.py +0 -0
  40. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/daily_bill_response.py +0 -0
  41. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/deployment_response.py +0 -0
  42. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/deployment_status.py +0 -0
  43. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/deployment_status_request.py +0 -0
  44. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/deployment_status_response.py +0 -0
  45. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/deployment_status_v3_response.py +0 -0
  46. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/deployment_type.py +0 -0
  47. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/deployment_usage.py +0 -0
  48. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/deployment_usage_value.py +0 -0
  49. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/get_c_serve_v2_deployment_response.py +0 -0
  50. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/get_c_serve_v3_deployment_response.py +0 -0
  51. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/get_cluster_response.py +0 -0
  52. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/get_compute_deployment_response.py +0 -0
  53. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/get_deployment_log_response.py +0 -0
  54. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/get_deployment_response.py +0 -0
  55. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/get_deployment_revision_response.py +0 -0
  56. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/get_deployment_usage_response.py +0 -0
  57. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/get_inference_deployment_response.py +0 -0
  58. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/get_inference_v3_deployment_response.py +0 -0
  59. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/gpu_type_capacity.py +0 -0
  60. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/hardware_instance_response.py +0 -0
  61. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/http_validation_error.py +0 -0
  62. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/image_pull_secret_credentials.py +0 -0
  63. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/invite_user_request.py +0 -0
  64. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/list_api_key_response.py +0 -0
  65. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/list_c_serve_recipe_response.py +0 -0
  66. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/list_cluster_capacity_response.py +0 -0
  67. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/list_daily_bill_response.py +0 -0
  68. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/list_deployment_revisions_response.py +0 -0
  69. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/list_get_cluster_response.py +0 -0
  70. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/list_get_deployment_response.py +0 -0
  71. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/list_hardware_instance_response.py +0 -0
  72. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/list_prebuilt_image_response.py +0 -0
  73. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/list_user_vault_items_response.py +0 -0
  74. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/metric.py +0 -0
  75. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/pod_details.py +0 -0
  76. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/pod_status.py +0 -0
  77. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/prebuilt_image_response.py +0 -0
  78. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/revision_pod_details.py +0 -0
  79. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/rollout_status.py +0 -0
  80. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/rollout_strategy_params.py +0 -0
  81. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/service_status.py +0 -0
  82. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/update_deployment_response.py +0 -0
  83. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/update_deployment_status_v3_request.py +0 -0
  84. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/user_vault_item.py +0 -0
  85. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/user_vault_type.py +0 -0
  86. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/validation_error.py +0 -0
  87. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/validation_error_loc_inner.py +0 -0
  88. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/models/vault_scope.py +0 -0
  89. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/py.typed +0 -0
  90. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client/rest.py +0 -0
  91. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client.egg-info/SOURCES.txt +0 -0
  92. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client.egg-info/dependency_links.txt +0 -0
  93. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client.egg-info/requires.txt +0 -0
  94. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/platform_api_python_client.egg-info/top_level.txt +0 -0
  95. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/setup.cfg +0 -0
  96. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_api_key_request.py +0 -0
  97. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_api_key_response.py +0 -0
  98. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_backend_protocol.py +0 -0
  99. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_c_serve_recipe_perf.py +0 -0
  100. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_c_serve_recipe_response.py +0 -0
  101. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_c_serve_v2_recipe.py +0 -0
  102. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_cluster_capacity_response.py +0 -0
  103. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_config_file_mount.py +0 -0
  104. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_create_c_serve_v2_deployment_request.py +0 -0
  105. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_create_c_serve_v2_deployment_response.py +0 -0
  106. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_create_c_serve_v3_deployment_request.py +0 -0
  107. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_create_c_serve_v3_deployment_response.py +0 -0
  108. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_create_compute_deployment_request.py +0 -0
  109. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_create_compute_deployment_response.py +0 -0
  110. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_create_inference_deployment_request.py +0 -0
  111. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_create_inference_deployment_response.py +0 -0
  112. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_create_inference_v3_deployment_request.py +0 -0
  113. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_create_job_deployment_request.py +0 -0
  114. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_create_job_deployment_response.py +0 -0
  115. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_create_organization_request.py +0 -0
  116. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_create_organization_response.py +0 -0
  117. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_create_url_request.py +0 -0
  118. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_create_url_response.py +0 -0
  119. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_credits_response.py +0 -0
  120. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_daily_bill_response.py +0 -0
  121. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_deployment_response.py +0 -0
  122. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_deployment_status.py +0 -0
  123. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_deployment_status_request.py +0 -0
  124. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_deployment_status_response.py +0 -0
  125. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_deployment_status_v3_response.py +0 -0
  126. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_deployment_type.py +0 -0
  127. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_deployment_usage.py +0 -0
  128. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_deployment_usage_value.py +0 -0
  129. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_external_api.py +0 -0
  130. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_get_c_serve_v2_deployment_response.py +0 -0
  131. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_get_c_serve_v3_deployment_response.py +0 -0
  132. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_get_cluster_response.py +0 -0
  133. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_get_compute_deployment_response.py +0 -0
  134. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_get_deployment_log_response.py +0 -0
  135. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_get_deployment_response.py +0 -0
  136. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_get_deployment_revision_response.py +0 -0
  137. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_get_deployment_usage_response.py +0 -0
  138. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_get_inference_deployment_response.py +0 -0
  139. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_get_inference_v3_deployment_response.py +0 -0
  140. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_gpu_type_capacity.py +0 -0
  141. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_hardware_instance_response.py +0 -0
  142. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_http_validation_error.py +0 -0
  143. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_image_pull_secret_credentials.py +0 -0
  144. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_invite_user_request.py +0 -0
  145. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_list_api_key_response.py +0 -0
  146. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_list_c_serve_recipe_response.py +0 -0
  147. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_list_cluster_capacity_response.py +0 -0
  148. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_list_daily_bill_response.py +0 -0
  149. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_list_deployment_revisions_response.py +0 -0
  150. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_list_get_cluster_response.py +0 -0
  151. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_list_get_deployment_response.py +0 -0
  152. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_list_hardware_instance_response.py +0 -0
  153. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_list_prebuilt_image_response.py +0 -0
  154. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_list_user_vault_items_response.py +0 -0
  155. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_metric.py +0 -0
  156. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_pod_details.py +0 -0
  157. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_pod_status.py +0 -0
  158. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_prebuilt_image_response.py +0 -0
  159. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_revision_pod_details.py +0 -0
  160. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_rollout_status.py +0 -0
  161. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_rollout_strategy_params.py +0 -0
  162. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_service_status.py +0 -0
  163. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_update_deployment_response.py +0 -0
  164. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_update_deployment_status_v3_request.py +0 -0
  165. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_user_vault_item.py +0 -0
  166. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_user_vault_type.py +0 -0
  167. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_validation_error.py +0 -0
  168. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_validation_error_loc_inner.py +0 -0
  169. {platform_api_python_client-4.9.7 → platform_api_python_client-4.10.0}/test/test_vault_scope.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: platform-api-python-client
3
- Version: 4.9.7
3
+ Version: 4.10.0
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: 4.9.7
7
+ - Package version: 4.10.0
8
8
  - Generator version: 7.9.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
 
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "4.9.7"
17
+ __version__ = "4.10.0"
18
18
 
19
19
  # import apis into sdk package
20
20
  from platform_api_python_client.api.external_api import EXTERNALApi
@@ -90,7 +90,7 @@ class ApiClient:
90
90
  self.default_headers[header_name] = header_value
91
91
  self.cookie = cookie
92
92
  # Set default User-Agent.
93
- self.user_agent = 'OpenAPI-Generator/4.9.7/python'
93
+ self.user_agent = 'OpenAPI-Generator/4.10.0/python'
94
94
  self.client_side_validation = configuration.client_side_validation
95
95
 
96
96
  def __enter__(self):
@@ -392,7 +392,7 @@ class Configuration:
392
392
  "OS: {env}\n"\
393
393
  "Python Version: {pyversion}\n"\
394
394
  "Version of the API: 0.1.0\n"\
395
- "SDK Package Version: 4.9.7".\
395
+ "SDK Package Version: 4.10.0".\
396
396
  format(env=sys.platform, pyversion=sys.version)
397
397
 
398
398
  def get_host_settings(self):
@@ -45,11 +45,12 @@ class GetJobDeploymentResponse(BaseModel):
45
45
  env_vars: Optional[Dict[str, StrictStr]] = None
46
46
  command: Optional[List[StrictStr]] = None
47
47
  args: Optional[List[StrictStr]] = None
48
+ original_command: Optional[StrictStr] = None
48
49
  completions: Optional[StrictInt] = 1
49
50
  parallelism: Optional[StrictInt] = 1
50
51
  image_pull_secret_credentials: Optional[ImagePullSecretCredentials] = None
51
52
  enable_logging: Optional[StrictBool] = True
52
- __properties: ClassVar[List[str]] = ["creator_email", "cluster_id", "id", "name", "endpoint_url", "image_url", "type", "status", "created_at", "hardware_instance_id", "revision_number", "user_annotations", "env_vars", "command", "args", "completions", "parallelism", "image_pull_secret_credentials", "enable_logging"]
53
+ __properties: ClassVar[List[str]] = ["creator_email", "cluster_id", "id", "name", "endpoint_url", "image_url", "type", "status", "created_at", "hardware_instance_id", "revision_number", "user_annotations", "env_vars", "command", "args", "original_command", "completions", "parallelism", "image_pull_secret_credentials", "enable_logging"]
53
54
 
54
55
  model_config = ConfigDict(
55
56
  populate_by_name=True,
@@ -118,6 +119,11 @@ class GetJobDeploymentResponse(BaseModel):
118
119
  if self.args is None and "args" in self.model_fields_set:
119
120
  _dict['args'] = None
120
121
 
122
+ # set to None if original_command (nullable) is None
123
+ # and model_fields_set contains the field
124
+ if self.original_command is None and "original_command" in self.model_fields_set:
125
+ _dict['original_command'] = None
126
+
121
127
  # set to None if image_pull_secret_credentials (nullable) is None
122
128
  # and model_fields_set contains the field
123
129
  if self.image_pull_secret_credentials is None and "image_pull_secret_credentials" in self.model_fields_set:
@@ -150,6 +156,7 @@ class GetJobDeploymentResponse(BaseModel):
150
156
  "env_vars": obj.get("env_vars"),
151
157
  "command": obj.get("command"),
152
158
  "args": obj.get("args"),
159
+ "original_command": obj.get("original_command"),
153
160
  "completions": obj.get("completions") if obj.get("completions") is not None else 1,
154
161
  "parallelism": obj.get("parallelism") if obj.get("parallelism") is not None else 1,
155
162
  "image_pull_secret_credentials": ImagePullSecretCredentials.from_dict(obj["image_pull_secret_credentials"]) if obj.get("image_pull_secret_credentials") is not None else None,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: platform-api-python-client
3
- Version: 4.9.7
3
+ Version: 4.10.0
4
4
  Summary: Platform External API
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "platform_api_python_client"
3
- version = "4.9.7"
3
+ version = "4.10.0"
4
4
  description = "Platform External API"
5
5
  authors = ["OpenAPI Generator Community <team@openapitools.org>"]
6
6
  license = "NoLicense"
@@ -21,7 +21,7 @@ from setuptools import setup, find_packages # noqa: H301
21
21
  # prerequisite: setuptools
22
22
  # http://pypi.python.org/pypi/setuptools
23
23
  NAME = "platform-api-python-client"
24
- VERSION = "4.9.7"
24
+ VERSION = "4.10.0"
25
25
  PYTHON_REQUIRES = ">= 3.8"
26
26
  REQUIRES = [
27
27
  "urllib3 >= 1.25.3, < 3.0.0",
@@ -58,6 +58,7 @@ class TestGetJobDeploymentResponse(unittest.TestCase):
58
58
  args = [
59
59
  ''
60
60
  ],
61
+ original_command = '',
61
62
  completions = 56,
62
63
  parallelism = 56,
63
64
  image_pull_secret_credentials = platform_api_python_client.models.image_pull_secret_credentials.ImagePullSecretCredentials(