platform-api-python-client 4.10.0__tar.gz → 4.15.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.
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/PKG-INFO +1 -1
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/README.md +10 -14
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/__init__.py +3 -6
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/api/external_api.py +163 -559
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/api_client.py +1 -1
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/configuration.py +1 -1
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/__init__.py +2 -5
- platform_api_python_client-4.15.0/platform_api_python_client/models/create_hardware_instance_request.py +103 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/create_inference_v3_deployment_request.py +16 -3
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/create_job_deployment_request.py +10 -1
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/get_inference_v3_deployment_response.py +15 -2
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/get_job_deployment_response.py +10 -1
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/hardware_instance_response.py +1 -15
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/metric.py +1 -0
- platform_api_python_client-4.10.0/platform_api_python_client/models/api_key_request.py → platform_api_python_client-4.15.0/platform_api_python_client/models/metrics_config.py +18 -8
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client.egg-info/PKG-INFO +1 -1
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client.egg-info/SOURCES.txt +4 -10
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/pyproject.toml +1 -1
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/setup.py +1 -1
- platform_api_python_client-4.15.0/test/test_create_hardware_instance_request.py +72 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_create_inference_v3_deployment_request.py +7 -3
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_create_job_deployment_request.py +2 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_deployment_response.py +4 -1
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_external_api.py +10 -17
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_get_inference_v3_deployment_response.py +5 -1
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_get_job_deployment_response.py +2 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_hardware_instance_response.py +0 -2
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_list_hardware_instance_response.py +0 -4
- platform_api_python_client-4.10.0/test/test_api_key_request.py → platform_api_python_client-4.15.0/test/test_metrics_config.py +15 -13
- platform_api_python_client-4.10.0/platform_api_python_client/models/api_key_response.py +0 -92
- platform_api_python_client-4.10.0/platform_api_python_client/models/create_c_serve_v2_deployment_request.py +0 -160
- platform_api_python_client-4.10.0/platform_api_python_client/models/create_inference_deployment_request.py +0 -163
- platform_api_python_client-4.10.0/platform_api_python_client/models/list_api_key_response.py +0 -95
- platform_api_python_client-4.10.0/test/test_api_key_response.py +0 -56
- platform_api_python_client-4.10.0/test/test_create_c_serve_v2_deployment_request.py +0 -74
- platform_api_python_client-4.10.0/test/test_create_inference_deployment_request.py +0 -76
- platform_api_python_client-4.10.0/test/test_list_api_key_response.py +0 -62
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/api/__init__.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/api_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/exceptions.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/backend_protocol.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/c_serve_recipe_perf.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/c_serve_recipe_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/c_serve_v2_recipe.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/cluster_capacity_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/config_file_mount.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/create_c_serve_v2_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/create_c_serve_v3_deployment_request.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/create_c_serve_v3_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/create_compute_deployment_request.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/create_compute_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/create_inference_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/create_job_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/create_organization_request.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/create_organization_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/create_url_request.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/create_url_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/credits_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/daily_bill_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/deployment_status.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/deployment_status_request.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/deployment_status_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/deployment_status_v3_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/deployment_type.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/deployment_usage.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/deployment_usage_value.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/get_c_serve_v2_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/get_c_serve_v3_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/get_cluster_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/get_compute_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/get_deployment_log_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/get_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/get_deployment_revision_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/get_deployment_usage_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/get_inference_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/gpu_type_capacity.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/http_validation_error.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/image_pull_secret_credentials.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/invite_user_request.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/list_c_serve_recipe_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/list_cluster_capacity_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/list_daily_bill_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/list_deployment_revisions_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/list_get_cluster_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/list_get_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/list_hardware_instance_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/list_prebuilt_image_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/list_user_vault_items_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/pod_details.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/pod_status.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/prebuilt_image_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/revision_pod_details.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/rollout_status.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/rollout_strategy_params.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/service_status.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/update_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/update_deployment_status_v3_request.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/user_vault_item.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/user_vault_type.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/validation_error.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/validation_error_loc_inner.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/models/vault_scope.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/py.typed +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client/rest.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client.egg-info/dependency_links.txt +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client.egg-info/requires.txt +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/platform_api_python_client.egg-info/top_level.txt +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/setup.cfg +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_backend_protocol.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_c_serve_recipe_perf.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_c_serve_recipe_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_c_serve_v2_recipe.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_cluster_capacity_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_config_file_mount.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_create_c_serve_v2_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_create_c_serve_v3_deployment_request.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_create_c_serve_v3_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_create_compute_deployment_request.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_create_compute_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_create_inference_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_create_job_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_create_organization_request.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_create_organization_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_create_url_request.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_create_url_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_credits_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_daily_bill_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_deployment_status.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_deployment_status_request.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_deployment_status_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_deployment_status_v3_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_deployment_type.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_deployment_usage.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_deployment_usage_value.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_get_c_serve_v2_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_get_c_serve_v3_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_get_cluster_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_get_compute_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_get_deployment_log_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_get_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_get_deployment_revision_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_get_deployment_usage_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_get_inference_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_gpu_type_capacity.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_http_validation_error.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_image_pull_secret_credentials.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_invite_user_request.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_list_c_serve_recipe_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_list_cluster_capacity_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_list_daily_bill_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_list_deployment_revisions_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_list_get_cluster_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_list_get_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_list_prebuilt_image_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_list_user_vault_items_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_metric.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_pod_details.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_pod_status.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_prebuilt_image_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_revision_pod_details.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_rollout_status.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_rollout_strategy_params.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_service_status.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_update_deployment_response.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_update_deployment_status_v3_request.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_user_vault_item.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_user_vault_type.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_validation_error.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_validation_error_loc_inner.py +0 -0
- {platform_api_python_client-4.10.0 → platform_api_python_client-4.15.0}/test/test_vault_scope.py +0 -0
|
@@ -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.
|
|
7
|
+
- Package version: 4.15.0
|
|
8
8
|
- Generator version: 7.9.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
|
|
@@ -76,15 +76,15 @@ configuration = platform_api_python_client.Configuration(
|
|
|
76
76
|
with platform_api_python_client.ApiClient(configuration) as api_client:
|
|
77
77
|
# Create an instance of the API class
|
|
78
78
|
api_instance = platform_api_python_client.EXTERNALApi(api_client)
|
|
79
|
-
|
|
79
|
+
create_compute_deployment_request = platform_api_python_client.CreateComputeDeploymentRequest() # CreateComputeDeploymentRequest |
|
|
80
80
|
|
|
81
81
|
try:
|
|
82
|
-
# Create
|
|
83
|
-
api_response = api_instance.
|
|
84
|
-
print("The response of EXTERNALApi->
|
|
82
|
+
# Create Compute Deployment
|
|
83
|
+
api_response = api_instance.create_compute_deployment_deployments_compute_post(create_compute_deployment_request)
|
|
84
|
+
print("The response of EXTERNALApi->create_compute_deployment_deployments_compute_post:\n")
|
|
85
85
|
pprint(api_response)
|
|
86
86
|
except ApiException as e:
|
|
87
|
-
print("Exception when calling EXTERNALApi->
|
|
87
|
+
print("Exception when calling EXTERNALApi->create_compute_deployment_deployments_compute_post: %s\n" % e)
|
|
88
88
|
|
|
89
89
|
```
|
|
90
90
|
|
|
@@ -94,19 +94,18 @@ All URIs are relative to *http://localhost*
|
|
|
94
94
|
|
|
95
95
|
Class | Method | HTTP request | Description
|
|
96
96
|
------------ | ------------- | ------------- | -------------
|
|
97
|
-
*EXTERNALApi* | [**create_api_key_credentials_api_key_post**](docs/EXTERNALApi.md#create_api_key_credentials_api_key_post) | **POST** /credentials/api-key | Create Api Key
|
|
98
97
|
*EXTERNALApi* | [**create_compute_deployment_deployments_compute_post**](docs/EXTERNALApi.md#create_compute_deployment_deployments_compute_post) | **POST** /deployments/compute | Create Compute Deployment
|
|
99
98
|
*EXTERNALApi* | [**create_cserve_v2_deployment_deployments_cserve_v2_post**](docs/EXTERNALApi.md#create_cserve_v2_deployment_deployments_cserve_v2_post) | **POST** /deployments/cserve_v2 | Create Cserve V2 Deployment
|
|
100
99
|
*EXTERNALApi* | [**create_cserve_v3_deployment_deployments_cserve_v3_post**](docs/EXTERNALApi.md#create_cserve_v3_deployment_deployments_cserve_v3_post) | **POST** /deployments/cserve_v3 | Create Cserve V3 Deployment
|
|
100
|
+
*EXTERNALApi* | [**create_hardware_instance_hardware_instances_post**](docs/EXTERNALApi.md#create_hardware_instance_hardware_instances_post) | **POST** /hardware-instances | Create Hardware Instance
|
|
101
101
|
*EXTERNALApi* | [**create_inference_deployment_deployments_inference_post**](docs/EXTERNALApi.md#create_inference_deployment_deployments_inference_post) | **POST** /deployments/inference | Create Inference Deployment
|
|
102
102
|
*EXTERNALApi* | [**create_inference_v3_deployment_deployments_inference_v3_post**](docs/EXTERNALApi.md#create_inference_v3_deployment_deployments_inference_v3_post) | **POST** /deployments/inference_v3 | Create Inference V3 Deployment
|
|
103
103
|
*EXTERNALApi* | [**create_job_deployment_deployments_job_post**](docs/EXTERNALApi.md#create_job_deployment_deployments_job_post) | **POST** /deployments/job | Create Job Deployment
|
|
104
104
|
*EXTERNALApi* | [**create_new_organization_organizations_post**](docs/EXTERNALApi.md#create_new_organization_organizations_post) | **POST** /organizations | Create New Organization
|
|
105
|
-
*EXTERNALApi* | [**
|
|
105
|
+
*EXTERNALApi* | [**delete_hardware_instance_hardware_instances_hardware_instance_id_delete**](docs/EXTERNALApi.md#delete_hardware_instance_hardware_instances_hardware_instance_id_delete) | **DELETE** /hardware-instances/{hardware_instance_id} | Delete Hardware Instance
|
|
106
106
|
*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
|
|
107
107
|
*EXTERNALApi* | [**download_url_file_url_download_post**](docs/EXTERNALApi.md#download_url_file_url_download_post) | **POST** /file_url/download | Download Url
|
|
108
108
|
*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
|
-
*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
109
|
*EXTERNALApi* | [**get_clusters_clusters_get**](docs/EXTERNALApi.md#get_clusters_clusters_get) | **GET** /clusters | Get Clusters
|
|
111
110
|
*EXTERNALApi* | [**get_compute_deployment_deployments_compute_deployment_id_get**](docs/EXTERNALApi.md#get_compute_deployment_deployments_compute_deployment_id_get) | **GET** /deployments/compute/{deployment_id} | Get Compute Deployment
|
|
112
111
|
*EXTERNALApi* | [**get_credits_credits_get**](docs/EXTERNALApi.md#get_credits_credits_get) | **GET** /credits | Get Credits
|
|
@@ -144,21 +143,18 @@ Class | Method | HTTP request | Description
|
|
|
144
143
|
|
|
145
144
|
## Documentation For Models
|
|
146
145
|
|
|
147
|
-
- [APIKeyRequest](docs/APIKeyRequest.md)
|
|
148
|
-
- [APIKeyResponse](docs/APIKeyResponse.md)
|
|
149
146
|
- [BackendProtocol](docs/BackendProtocol.md)
|
|
150
147
|
- [CServeRecipePerf](docs/CServeRecipePerf.md)
|
|
151
148
|
- [CServeRecipeResponse](docs/CServeRecipeResponse.md)
|
|
152
149
|
- [CServeV2Recipe](docs/CServeV2Recipe.md)
|
|
153
150
|
- [ClusterCapacityResponse](docs/ClusterCapacityResponse.md)
|
|
154
151
|
- [ConfigFileMount](docs/ConfigFileMount.md)
|
|
155
|
-
- [CreateCServeV2DeploymentRequest](docs/CreateCServeV2DeploymentRequest.md)
|
|
156
152
|
- [CreateCServeV2DeploymentResponse](docs/CreateCServeV2DeploymentResponse.md)
|
|
157
153
|
- [CreateCServeV3DeploymentRequest](docs/CreateCServeV3DeploymentRequest.md)
|
|
158
154
|
- [CreateCServeV3DeploymentResponse](docs/CreateCServeV3DeploymentResponse.md)
|
|
159
155
|
- [CreateComputeDeploymentRequest](docs/CreateComputeDeploymentRequest.md)
|
|
160
156
|
- [CreateComputeDeploymentResponse](docs/CreateComputeDeploymentResponse.md)
|
|
161
|
-
- [
|
|
157
|
+
- [CreateHardwareInstanceRequest](docs/CreateHardwareInstanceRequest.md)
|
|
162
158
|
- [CreateInferenceDeploymentResponse](docs/CreateInferenceDeploymentResponse.md)
|
|
163
159
|
- [CreateInferenceV3DeploymentRequest](docs/CreateInferenceV3DeploymentRequest.md)
|
|
164
160
|
- [CreateJobDeploymentRequest](docs/CreateJobDeploymentRequest.md)
|
|
@@ -193,7 +189,6 @@ Class | Method | HTTP request | Description
|
|
|
193
189
|
- [HardwareInstanceResponse](docs/HardwareInstanceResponse.md)
|
|
194
190
|
- [ImagePullSecretCredentials](docs/ImagePullSecretCredentials.md)
|
|
195
191
|
- [InviteUserRequest](docs/InviteUserRequest.md)
|
|
196
|
-
- [ListAPIKeyResponse](docs/ListAPIKeyResponse.md)
|
|
197
192
|
- [ListCServeRecipeResponse](docs/ListCServeRecipeResponse.md)
|
|
198
193
|
- [ListClusterCapacityResponse](docs/ListClusterCapacityResponse.md)
|
|
199
194
|
- [ListDailyBillResponse](docs/ListDailyBillResponse.md)
|
|
@@ -204,6 +199,7 @@ Class | Method | HTTP request | Description
|
|
|
204
199
|
- [ListPrebuiltImageResponse](docs/ListPrebuiltImageResponse.md)
|
|
205
200
|
- [ListUserVaultItemsResponse](docs/ListUserVaultItemsResponse.md)
|
|
206
201
|
- [Metric](docs/Metric.md)
|
|
202
|
+
- [MetricsConfig](docs/MetricsConfig.md)
|
|
207
203
|
- [PodDetails](docs/PodDetails.md)
|
|
208
204
|
- [PodStatus](docs/PodStatus.md)
|
|
209
205
|
- [PrebuiltImageResponse](docs/PrebuiltImageResponse.md)
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "4.
|
|
17
|
+
__version__ = "4.15.0"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from platform_api_python_client.api.external_api import EXTERNALApi
|
|
@@ -31,21 +31,18 @@ from platform_api_python_client.exceptions import ApiAttributeError
|
|
|
31
31
|
from platform_api_python_client.exceptions import ApiException
|
|
32
32
|
|
|
33
33
|
# import models into sdk package
|
|
34
|
-
from platform_api_python_client.models.api_key_request import APIKeyRequest
|
|
35
|
-
from platform_api_python_client.models.api_key_response import APIKeyResponse
|
|
36
34
|
from platform_api_python_client.models.backend_protocol import BackendProtocol
|
|
37
35
|
from platform_api_python_client.models.c_serve_recipe_perf import CServeRecipePerf
|
|
38
36
|
from platform_api_python_client.models.c_serve_recipe_response import CServeRecipeResponse
|
|
39
37
|
from platform_api_python_client.models.c_serve_v2_recipe import CServeV2Recipe
|
|
40
38
|
from platform_api_python_client.models.cluster_capacity_response import ClusterCapacityResponse
|
|
41
39
|
from platform_api_python_client.models.config_file_mount import ConfigFileMount
|
|
42
|
-
from platform_api_python_client.models.create_c_serve_v2_deployment_request import CreateCServeV2DeploymentRequest
|
|
43
40
|
from platform_api_python_client.models.create_c_serve_v2_deployment_response import CreateCServeV2DeploymentResponse
|
|
44
41
|
from platform_api_python_client.models.create_c_serve_v3_deployment_request import CreateCServeV3DeploymentRequest
|
|
45
42
|
from platform_api_python_client.models.create_c_serve_v3_deployment_response import CreateCServeV3DeploymentResponse
|
|
46
43
|
from platform_api_python_client.models.create_compute_deployment_request import CreateComputeDeploymentRequest
|
|
47
44
|
from platform_api_python_client.models.create_compute_deployment_response import CreateComputeDeploymentResponse
|
|
48
|
-
from platform_api_python_client.models.
|
|
45
|
+
from platform_api_python_client.models.create_hardware_instance_request import CreateHardwareInstanceRequest
|
|
49
46
|
from platform_api_python_client.models.create_inference_deployment_response import CreateInferenceDeploymentResponse
|
|
50
47
|
from platform_api_python_client.models.create_inference_v3_deployment_request import CreateInferenceV3DeploymentRequest
|
|
51
48
|
from platform_api_python_client.models.create_job_deployment_request import CreateJobDeploymentRequest
|
|
@@ -80,7 +77,6 @@ from platform_api_python_client.models.http_validation_error import HTTPValidati
|
|
|
80
77
|
from platform_api_python_client.models.hardware_instance_response import HardwareInstanceResponse
|
|
81
78
|
from platform_api_python_client.models.image_pull_secret_credentials import ImagePullSecretCredentials
|
|
82
79
|
from platform_api_python_client.models.invite_user_request import InviteUserRequest
|
|
83
|
-
from platform_api_python_client.models.list_api_key_response import ListAPIKeyResponse
|
|
84
80
|
from platform_api_python_client.models.list_c_serve_recipe_response import ListCServeRecipeResponse
|
|
85
81
|
from platform_api_python_client.models.list_cluster_capacity_response import ListClusterCapacityResponse
|
|
86
82
|
from platform_api_python_client.models.list_daily_bill_response import ListDailyBillResponse
|
|
@@ -91,6 +87,7 @@ from platform_api_python_client.models.list_hardware_instance_response import Li
|
|
|
91
87
|
from platform_api_python_client.models.list_prebuilt_image_response import ListPrebuiltImageResponse
|
|
92
88
|
from platform_api_python_client.models.list_user_vault_items_response import ListUserVaultItemsResponse
|
|
93
89
|
from platform_api_python_client.models.metric import Metric
|
|
90
|
+
from platform_api_python_client.models.metrics_config import MetricsConfig
|
|
94
91
|
from platform_api_python_client.models.pod_details import PodDetails
|
|
95
92
|
from platform_api_python_client.models.pod_status import PodStatus
|
|
96
93
|
from platform_api_python_client.models.prebuilt_image_response import PrebuiltImageResponse
|