|
| 1 | +.github/workflows/python.yml |
| 2 | +.gitignore |
| 3 | +.gitlab-ci.yml |
| 4 | +.travis.yml |
| 5 | +README.md |
| 6 | +docs/AuthSecret.md |
| 7 | +docs/ClientSecretResponse.md |
| 8 | +docs/CreateComputeDeploymentRequest.md |
| 9 | +docs/CreateComputeDeploymentResponse.md |
| 10 | +docs/CreateInferenceDeploymentRequest.md |
| 11 | +docs/CreateInferenceDeploymentResponse.md |
| 12 | +docs/CreatePaymentRequest.md |
| 13 | +docs/CreateTrainingDeploymentRequest.md |
| 14 | +docs/CreateTrainingDeploymentResponse.md |
| 15 | +docs/CreditsResponse.md |
| 16 | +docs/DeploymentStatus.md |
| 17 | +docs/DeploymentStatusRequest.md |
| 18 | +docs/DeploymentStatusResponse.md |
| 19 | +docs/DeploymentType.md |
| 20 | +docs/EXTERNALApi.md |
| 21 | +docs/EndpointReadyState.md |
| 22 | +docs/GetComputeDeploymentResponse.md |
| 23 | +docs/GetDeploymentResponse.md |
| 24 | +docs/GetInferenceDeploymentResponse.md |
| 25 | +docs/GetTrainingDeploymentResponse.md |
| 26 | +docs/HTTPValidationError.md |
| 27 | +docs/HardwareInstanceResponse.md |
| 28 | +docs/ListGetDeploymentResponse.md |
| 29 | +docs/ListHardwareInstanceResponse.md |
| 30 | +docs/ListPaymentMethodResponse.md |
| 31 | +docs/ListPrebuiltImageResponse.md |
| 32 | +docs/LocationInner.md |
| 33 | +docs/PrebuiltImageResponse.md |
| 34 | +docs/ValidationError.md |
| 35 | +git_push.sh |
| 36 | +platform_api_client/__init__.py |
| 37 | +platform_api_client/api/__init__.py |
| 38 | +platform_api_client/api/external_api.py |
| 39 | +platform_api_client/api_client.py |
| 40 | +platform_api_client/api_response.py |
| 41 | +platform_api_client/configuration.py |
| 42 | +platform_api_client/exceptions.py |
| 43 | +platform_api_client/models/__init__.py |
| 44 | +platform_api_client/models/auth_secret.py |
| 45 | +platform_api_client/models/client_secret_response.py |
| 46 | +platform_api_client/models/create_compute_deployment_request.py |
| 47 | +platform_api_client/models/create_compute_deployment_response.py |
| 48 | +platform_api_client/models/create_inference_deployment_request.py |
| 49 | +platform_api_client/models/create_inference_deployment_response.py |
| 50 | +platform_api_client/models/create_payment_request.py |
| 51 | +platform_api_client/models/create_training_deployment_request.py |
| 52 | +platform_api_client/models/create_training_deployment_response.py |
| 53 | +platform_api_client/models/credits_response.py |
| 54 | +platform_api_client/models/deployment_status.py |
| 55 | +platform_api_client/models/deployment_status_request.py |
| 56 | +platform_api_client/models/deployment_status_response.py |
| 57 | +platform_api_client/models/deployment_type.py |
| 58 | +platform_api_client/models/endpoint_ready_state.py |
| 59 | +platform_api_client/models/get_compute_deployment_response.py |
| 60 | +platform_api_client/models/get_deployment_response.py |
| 61 | +platform_api_client/models/get_inference_deployment_response.py |
| 62 | +platform_api_client/models/get_training_deployment_response.py |
| 63 | +platform_api_client/models/hardware_instance_response.py |
| 64 | +platform_api_client/models/http_validation_error.py |
| 65 | +platform_api_client/models/list_get_deployment_response.py |
| 66 | +platform_api_client/models/list_hardware_instance_response.py |
| 67 | +platform_api_client/models/list_payment_method_response.py |
| 68 | +platform_api_client/models/list_prebuilt_image_response.py |
| 69 | +platform_api_client/models/location_inner.py |
| 70 | +platform_api_client/models/prebuilt_image_response.py |
| 71 | +platform_api_client/models/validation_error.py |
| 72 | +platform_api_client/py.typed |
| 73 | +platform_api_client/rest.py |
| 74 | +pyproject.toml |
| 75 | +requirements.txt |
| 76 | +setup.cfg |
| 77 | +setup.py |
| 78 | +test-requirements.txt |
| 79 | +test/__init__.py |
| 80 | +tox.ini |
0 commit comments