qi-compute-api-client 0.33.0__tar.gz → 0.36.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.
Potentially problematic release.
This version of qi-compute-api-client might be problematic. Click here for more details.
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/PKG-INFO +3 -2
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/README.md +1 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/__init__.py +1 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/__init__.py +1 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/backend_types_api.py +17 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/files_api.py +34 -0
- qi_compute_api_client-0.36.0/compute_api_client/api/health_api.py +290 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/results_api.py +1 -29
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/BackendType.md +3 -1
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/BackendTypesApi.md +4 -2
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/File.md +1 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/FileIn.md +1 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/FilesApi.md +6 -2
- qi_compute_api_client-0.36.0/compute_api_client/docs/HealthApi.md +71 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/ResultsApi.md +3 -5
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/backend_type.py +7 -3
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/file.py +12 -3
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/file_in.py +11 -2
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/pyproject.toml +2 -2
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/LICENSE.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/algorithms_api.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/backend_api.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/batch_jobs_api.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/commits_api.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/final_results_api.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/jobs_api.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/languages_api.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/members_api.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/metadata_api.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/permissions_api.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/projects_api.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/reservations_api.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/teams_api.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/transactions_api.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/users_api.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api_client.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api_response.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/configuration.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/Algorithm.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/AlgorithmIn.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/AlgorithmType.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/AlgorithmsApi.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/Backend.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/BackendApi.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/BackendIn.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/BackendPatch.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/BackendStatus.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/BackendWithAuthentication.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/BatchJob.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/BatchJobIn.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/BatchJobStatus.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/BatchJobsApi.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/Commit.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/CommitIn.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/CommitsApi.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/CompileStage.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/Domain.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/FinalResult.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/FinalResultIn.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/FinalResultsApi.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/HTTPNotFoundError.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/HTTPValidationError.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/Job.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/JobIn.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/JobPatch.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/JobStatus.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/JobsApi.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/Language.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/LanguagesApi.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/LocationInner.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/Member.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/MemberIn.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/MembersApi.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/Metadata.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/MetadataApi.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/MetadataIn.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PageAlgorithm.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PageBackend.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PageBackendType.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PageBatchJob.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PageCommit.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PageFile.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PageJob.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PageLanguage.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PageMember.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PageMetadata.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PagePermission.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PagePermissionGroup.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PageProject.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PageReservation.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PageResult.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PageTeam.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PageTransaction.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PageUser.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/Permission.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PermissionGroup.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/PermissionsApi.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/Project.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/ProjectIn.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/ProjectPatch.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/ProjectsApi.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/Reservation.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/ReservationIn.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/ReservationsApi.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/Result.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/ResultIn.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/Role.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/ShareType.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/Team.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/TeamsApi.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/Transaction.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/TransactionsApi.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/User.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/UserIn.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/UsersApi.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/ValidationError.md +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/exceptions.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/__init__.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/algorithm.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/algorithm_in.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/algorithm_type.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/backend.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/backend_in.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/backend_patch.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/backend_status.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/backend_with_authentication.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/batch_job.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/batch_job_in.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/batch_job_status.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/commit.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/commit_in.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/compile_stage.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/domain.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/final_result.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/final_result_in.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/http_not_found_error.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/http_validation_error.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/job.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/job_in.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/job_patch.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/job_status.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/language.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/location_inner.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/member.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/member_in.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/metadata.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/metadata_in.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_algorithm.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_backend.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_backend_type.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_batch_job.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_commit.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_file.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_job.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_language.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_member.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_metadata.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_permission.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_permission_group.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_project.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_reservation.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_result.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_team.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_transaction.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/page_user.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/permission.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/permission_group.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/project.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/project_in.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/project_patch.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/reservation.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/reservation_in.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/result.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/result_in.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/role.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/share_type.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/team.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/transaction.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/user.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/user_in.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/models/validation_error.py +0 -0
- {qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/rest.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qi-compute-api-client
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.36.0
|
|
4
4
|
Summary: An API client for the Compute Job Manager of Quantum Inspire.
|
|
5
5
|
Home-page: https://github.com/QuTech-Delft/compute-api-client
|
|
6
6
|
License: Apache-2.0
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
-
Requires-Dist: aiohttp (>=3.
|
|
18
|
+
Requires-Dist: aiohttp (>=3.10.5,<4.0.0)
|
|
19
19
|
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
|
|
20
20
|
Requires-Dist: urllib3 (>=1.25.3,<2.0.0)
|
|
21
21
|
Project-URL: Repository, https://github.com/QuTech-Delft/compute-api-client
|
|
@@ -123,6 +123,7 @@ Class | Method | HTTP request | Description
|
|
|
123
123
|
*FinalResultsApi* | [**create_final_result_final_results_post**](compute_api_client/docs/FinalResultsApi.md#create_final_result_final_results_post) | **POST** /final_results | Create final result
|
|
124
124
|
*FinalResultsApi* | [**read_final_result_by_job_id_final_results_job_job_id_get**](compute_api_client/docs/FinalResultsApi.md#read_final_result_by_job_id_final_results_job_job_id_get) | **GET** /final_results/job/{job_id} | Retrieve final result by job ID
|
|
125
125
|
*FinalResultsApi* | [**read_final_result_final_results_id_get**](compute_api_client/docs/FinalResultsApi.md#read_final_result_final_results_id_get) | **GET** /final_results/{id} | Retrieve final result
|
|
126
|
+
*HealthApi* | [**healthz_healthz_get**](compute_api_client/docs/HealthApi.md#healthz_healthz_get) | **GET** /healthz | Report health
|
|
126
127
|
*JobsApi* | [**create_job_jobs_post**](compute_api_client/docs/JobsApi.md#create_job_jobs_post) | **POST** /jobs | Create job
|
|
127
128
|
*JobsApi* | [**delete_job_jobs_id_delete**](compute_api_client/docs/JobsApi.md#delete_job_jobs_id_delete) | **DELETE** /jobs/{id} | Destroy job
|
|
128
129
|
*JobsApi* | [**read_job_jobs_id_get**](compute_api_client/docs/JobsApi.md#read_job_jobs_id_get) | **GET** /jobs/{id} | Retrieve job
|
|
@@ -100,6 +100,7 @@ Class | Method | HTTP request | Description
|
|
|
100
100
|
*FinalResultsApi* | [**create_final_result_final_results_post**](compute_api_client/docs/FinalResultsApi.md#create_final_result_final_results_post) | **POST** /final_results | Create final result
|
|
101
101
|
*FinalResultsApi* | [**read_final_result_by_job_id_final_results_job_job_id_get**](compute_api_client/docs/FinalResultsApi.md#read_final_result_by_job_id_final_results_job_job_id_get) | **GET** /final_results/job/{job_id} | Retrieve final result by job ID
|
|
102
102
|
*FinalResultsApi* | [**read_final_result_final_results_id_get**](compute_api_client/docs/FinalResultsApi.md#read_final_result_final_results_id_get) | **GET** /final_results/{id} | Retrieve final result
|
|
103
|
+
*HealthApi* | [**healthz_healthz_get**](compute_api_client/docs/HealthApi.md#healthz_healthz_get) | **GET** /healthz | Report health
|
|
103
104
|
*JobsApi* | [**create_job_jobs_post**](compute_api_client/docs/JobsApi.md#create_job_jobs_post) | **POST** /jobs | Create job
|
|
104
105
|
*JobsApi* | [**delete_job_jobs_id_delete**](compute_api_client/docs/JobsApi.md#delete_job_jobs_id_delete) | **DELETE** /jobs/{id} | Destroy job
|
|
105
106
|
*JobsApi* | [**read_job_jobs_id_get**](compute_api_client/docs/JobsApi.md#read_job_jobs_id_get) | **GET** /jobs/{id} | Retrieve job
|
{qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/__init__.py
RENAMED
|
@@ -24,6 +24,7 @@ from compute_api_client.api.batch_jobs_api import BatchJobsApi
|
|
|
24
24
|
from compute_api_client.api.commits_api import CommitsApi
|
|
25
25
|
from compute_api_client.api.files_api import FilesApi
|
|
26
26
|
from compute_api_client.api.final_results_api import FinalResultsApi
|
|
27
|
+
from compute_api_client.api.health_api import HealthApi
|
|
27
28
|
from compute_api_client.api.jobs_api import JobsApi
|
|
28
29
|
from compute_api_client.api.languages_api import LanguagesApi
|
|
29
30
|
from compute_api_client.api.members_api import MembersApi
|
{qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/__init__.py
RENAMED
|
@@ -8,6 +8,7 @@ from compute_api_client.api.batch_jobs_api import BatchJobsApi
|
|
|
8
8
|
from compute_api_client.api.commits_api import CommitsApi
|
|
9
9
|
from compute_api_client.api.files_api import FilesApi
|
|
10
10
|
from compute_api_client.api.final_results_api import FinalResultsApi
|
|
11
|
+
from compute_api_client.api.health_api import HealthApi
|
|
11
12
|
from compute_api_client.api.jobs_api import JobsApi
|
|
12
13
|
from compute_api_client.api.languages_api import LanguagesApi
|
|
13
14
|
from compute_api_client.api.members_api import MembersApi
|
|
@@ -328,6 +328,7 @@ class BackendTypesApi:
|
|
|
328
328
|
description: Optional[StrictStr] = None,
|
|
329
329
|
image_id: Optional[StrictStr] = None,
|
|
330
330
|
is_hardware: Optional[StrictBool] = None,
|
|
331
|
+
nqubits: Optional[StrictInt] = None,
|
|
331
332
|
status: Optional[BackendStatus] = None,
|
|
332
333
|
default_number_of_shots: Optional[StrictInt] = None,
|
|
333
334
|
max_number_of_shots: Optional[StrictInt] = None,
|
|
@@ -364,6 +365,8 @@ class BackendTypesApi:
|
|
|
364
365
|
:type image_id: str
|
|
365
366
|
:param is_hardware:
|
|
366
367
|
:type is_hardware: bool
|
|
368
|
+
:param nqubits:
|
|
369
|
+
:type nqubits: int
|
|
367
370
|
:param status:
|
|
368
371
|
:type status: BackendStatus
|
|
369
372
|
:param default_number_of_shots:
|
|
@@ -407,6 +410,7 @@ class BackendTypesApi:
|
|
|
407
410
|
description=description,
|
|
408
411
|
image_id=image_id,
|
|
409
412
|
is_hardware=is_hardware,
|
|
413
|
+
nqubits=nqubits,
|
|
410
414
|
status=status,
|
|
411
415
|
default_number_of_shots=default_number_of_shots,
|
|
412
416
|
max_number_of_shots=max_number_of_shots,
|
|
@@ -445,6 +449,7 @@ class BackendTypesApi:
|
|
|
445
449
|
description: Optional[StrictStr] = None,
|
|
446
450
|
image_id: Optional[StrictStr] = None,
|
|
447
451
|
is_hardware: Optional[StrictBool] = None,
|
|
452
|
+
nqubits: Optional[StrictInt] = None,
|
|
448
453
|
status: Optional[BackendStatus] = None,
|
|
449
454
|
default_number_of_shots: Optional[StrictInt] = None,
|
|
450
455
|
max_number_of_shots: Optional[StrictInt] = None,
|
|
@@ -481,6 +486,8 @@ class BackendTypesApi:
|
|
|
481
486
|
:type image_id: str
|
|
482
487
|
:param is_hardware:
|
|
483
488
|
:type is_hardware: bool
|
|
489
|
+
:param nqubits:
|
|
490
|
+
:type nqubits: int
|
|
484
491
|
:param status:
|
|
485
492
|
:type status: BackendStatus
|
|
486
493
|
:param default_number_of_shots:
|
|
@@ -524,6 +531,7 @@ class BackendTypesApi:
|
|
|
524
531
|
description=description,
|
|
525
532
|
image_id=image_id,
|
|
526
533
|
is_hardware=is_hardware,
|
|
534
|
+
nqubits=nqubits,
|
|
527
535
|
status=status,
|
|
528
536
|
default_number_of_shots=default_number_of_shots,
|
|
529
537
|
max_number_of_shots=max_number_of_shots,
|
|
@@ -562,6 +570,7 @@ class BackendTypesApi:
|
|
|
562
570
|
description: Optional[StrictStr] = None,
|
|
563
571
|
image_id: Optional[StrictStr] = None,
|
|
564
572
|
is_hardware: Optional[StrictBool] = None,
|
|
573
|
+
nqubits: Optional[StrictInt] = None,
|
|
565
574
|
status: Optional[BackendStatus] = None,
|
|
566
575
|
default_number_of_shots: Optional[StrictInt] = None,
|
|
567
576
|
max_number_of_shots: Optional[StrictInt] = None,
|
|
@@ -598,6 +607,8 @@ class BackendTypesApi:
|
|
|
598
607
|
:type image_id: str
|
|
599
608
|
:param is_hardware:
|
|
600
609
|
:type is_hardware: bool
|
|
610
|
+
:param nqubits:
|
|
611
|
+
:type nqubits: int
|
|
601
612
|
:param status:
|
|
602
613
|
:type status: BackendStatus
|
|
603
614
|
:param default_number_of_shots:
|
|
@@ -641,6 +652,7 @@ class BackendTypesApi:
|
|
|
641
652
|
description=description,
|
|
642
653
|
image_id=image_id,
|
|
643
654
|
is_hardware=is_hardware,
|
|
655
|
+
nqubits=nqubits,
|
|
644
656
|
status=status,
|
|
645
657
|
default_number_of_shots=default_number_of_shots,
|
|
646
658
|
max_number_of_shots=max_number_of_shots,
|
|
@@ -674,6 +686,7 @@ class BackendTypesApi:
|
|
|
674
686
|
description,
|
|
675
687
|
image_id,
|
|
676
688
|
is_hardware,
|
|
689
|
+
nqubits,
|
|
677
690
|
status,
|
|
678
691
|
default_number_of_shots,
|
|
679
692
|
max_number_of_shots,
|
|
@@ -726,6 +739,10 @@ class BackendTypesApi:
|
|
|
726
739
|
|
|
727
740
|
_query_params.append(('is_hardware', is_hardware))
|
|
728
741
|
|
|
742
|
+
if nqubits is not None:
|
|
743
|
+
|
|
744
|
+
_query_params.append(('nqubits', nqubits))
|
|
745
|
+
|
|
729
746
|
if status is not None:
|
|
730
747
|
|
|
731
748
|
_query_params.append(('status', status.value))
|
{qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/files_api.py
RENAMED
|
@@ -867,6 +867,8 @@ class FilesApi:
|
|
|
867
867
|
language_id: Optional[StrictInt] = None,
|
|
868
868
|
compile_stage: Optional[CompileStage] = None,
|
|
869
869
|
generated: Optional[StrictBool] = None,
|
|
870
|
+
name__isnull: Optional[StrictBool] = None,
|
|
871
|
+
name: Optional[StrictStr] = None,
|
|
870
872
|
sort_by: Annotated[Optional[StrictStr], Field(description="The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.")] = None,
|
|
871
873
|
latest: Annotated[Optional[StrictBool], Field(description="If True gets the most recently created object.")] = None,
|
|
872
874
|
page: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Page number")] = None,
|
|
@@ -900,6 +902,10 @@ class FilesApi:
|
|
|
900
902
|
:type compile_stage: CompileStage
|
|
901
903
|
:param generated:
|
|
902
904
|
:type generated: bool
|
|
905
|
+
:param name__isnull:
|
|
906
|
+
:type name__isnull: bool
|
|
907
|
+
:param name:
|
|
908
|
+
:type name: str
|
|
903
909
|
:param sort_by: The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.
|
|
904
910
|
:type sort_by: str
|
|
905
911
|
:param latest: If True gets the most recently created object.
|
|
@@ -937,6 +943,8 @@ class FilesApi:
|
|
|
937
943
|
language_id=language_id,
|
|
938
944
|
compile_stage=compile_stage,
|
|
939
945
|
generated=generated,
|
|
946
|
+
name__isnull=name__isnull,
|
|
947
|
+
name=name,
|
|
940
948
|
sort_by=sort_by,
|
|
941
949
|
latest=latest,
|
|
942
950
|
page=page,
|
|
@@ -972,6 +980,8 @@ class FilesApi:
|
|
|
972
980
|
language_id: Optional[StrictInt] = None,
|
|
973
981
|
compile_stage: Optional[CompileStage] = None,
|
|
974
982
|
generated: Optional[StrictBool] = None,
|
|
983
|
+
name__isnull: Optional[StrictBool] = None,
|
|
984
|
+
name: Optional[StrictStr] = None,
|
|
975
985
|
sort_by: Annotated[Optional[StrictStr], Field(description="The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.")] = None,
|
|
976
986
|
latest: Annotated[Optional[StrictBool], Field(description="If True gets the most recently created object.")] = None,
|
|
977
987
|
page: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Page number")] = None,
|
|
@@ -1005,6 +1015,10 @@ class FilesApi:
|
|
|
1005
1015
|
:type compile_stage: CompileStage
|
|
1006
1016
|
:param generated:
|
|
1007
1017
|
:type generated: bool
|
|
1018
|
+
:param name__isnull:
|
|
1019
|
+
:type name__isnull: bool
|
|
1020
|
+
:param name:
|
|
1021
|
+
:type name: str
|
|
1008
1022
|
:param sort_by: The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.
|
|
1009
1023
|
:type sort_by: str
|
|
1010
1024
|
:param latest: If True gets the most recently created object.
|
|
@@ -1042,6 +1056,8 @@ class FilesApi:
|
|
|
1042
1056
|
language_id=language_id,
|
|
1043
1057
|
compile_stage=compile_stage,
|
|
1044
1058
|
generated=generated,
|
|
1059
|
+
name__isnull=name__isnull,
|
|
1060
|
+
name=name,
|
|
1045
1061
|
sort_by=sort_by,
|
|
1046
1062
|
latest=latest,
|
|
1047
1063
|
page=page,
|
|
@@ -1077,6 +1093,8 @@ class FilesApi:
|
|
|
1077
1093
|
language_id: Optional[StrictInt] = None,
|
|
1078
1094
|
compile_stage: Optional[CompileStage] = None,
|
|
1079
1095
|
generated: Optional[StrictBool] = None,
|
|
1096
|
+
name__isnull: Optional[StrictBool] = None,
|
|
1097
|
+
name: Optional[StrictStr] = None,
|
|
1080
1098
|
sort_by: Annotated[Optional[StrictStr], Field(description="The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.")] = None,
|
|
1081
1099
|
latest: Annotated[Optional[StrictBool], Field(description="If True gets the most recently created object.")] = None,
|
|
1082
1100
|
page: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Page number")] = None,
|
|
@@ -1110,6 +1128,10 @@ class FilesApi:
|
|
|
1110
1128
|
:type compile_stage: CompileStage
|
|
1111
1129
|
:param generated:
|
|
1112
1130
|
:type generated: bool
|
|
1131
|
+
:param name__isnull:
|
|
1132
|
+
:type name__isnull: bool
|
|
1133
|
+
:param name:
|
|
1134
|
+
:type name: str
|
|
1113
1135
|
:param sort_by: The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.
|
|
1114
1136
|
:type sort_by: str
|
|
1115
1137
|
:param latest: If True gets the most recently created object.
|
|
@@ -1147,6 +1169,8 @@ class FilesApi:
|
|
|
1147
1169
|
language_id=language_id,
|
|
1148
1170
|
compile_stage=compile_stage,
|
|
1149
1171
|
generated=generated,
|
|
1172
|
+
name__isnull=name__isnull,
|
|
1173
|
+
name=name,
|
|
1150
1174
|
sort_by=sort_by,
|
|
1151
1175
|
latest=latest,
|
|
1152
1176
|
page=page,
|
|
@@ -1177,6 +1201,8 @@ class FilesApi:
|
|
|
1177
1201
|
language_id,
|
|
1178
1202
|
compile_stage,
|
|
1179
1203
|
generated,
|
|
1204
|
+
name__isnull,
|
|
1205
|
+
name,
|
|
1180
1206
|
sort_by,
|
|
1181
1207
|
latest,
|
|
1182
1208
|
page,
|
|
@@ -1226,6 +1252,14 @@ class FilesApi:
|
|
|
1226
1252
|
|
|
1227
1253
|
_query_params.append(('generated', generated))
|
|
1228
1254
|
|
|
1255
|
+
if name__isnull is not None:
|
|
1256
|
+
|
|
1257
|
+
_query_params.append(('name__isnull', name__isnull))
|
|
1258
|
+
|
|
1259
|
+
if name is not None:
|
|
1260
|
+
|
|
1261
|
+
_query_params.append(('name', name))
|
|
1262
|
+
|
|
1229
1263
|
if sort_by is not None:
|
|
1230
1264
|
|
|
1231
1265
|
_query_params.append(('sort_by', sort_by))
|
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Quantum Inspire 2
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 0.1.0
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
import io
|
|
16
|
+
import warnings
|
|
17
|
+
|
|
18
|
+
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
19
|
+
from typing import Dict, List, Optional, Tuple, Union, Any
|
|
20
|
+
|
|
21
|
+
try:
|
|
22
|
+
from typing import Annotated
|
|
23
|
+
except ImportError:
|
|
24
|
+
from typing_extensions import Annotated
|
|
25
|
+
|
|
26
|
+
from typing import Any
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
from compute_api_client.api_client import ApiClient
|
|
30
|
+
from compute_api_client.api_response import ApiResponse
|
|
31
|
+
from compute_api_client.rest import RESTResponseType
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
class HealthApi:
|
|
35
|
+
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
36
|
+
Ref: https://openapi-generator.tech
|
|
37
|
+
|
|
38
|
+
Do not edit the class manually.
|
|
39
|
+
"""
|
|
40
|
+
|
|
41
|
+
def __init__(self, api_client=None) -> None:
|
|
42
|
+
if api_client is None:
|
|
43
|
+
api_client = ApiClient.get_default()
|
|
44
|
+
self.api_client = api_client
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
@validate_call
|
|
48
|
+
async def healthz_healthz_get(
|
|
49
|
+
self,
|
|
50
|
+
_request_timeout: Union[
|
|
51
|
+
None,
|
|
52
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
53
|
+
Tuple[
|
|
54
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
55
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
56
|
+
]
|
|
57
|
+
] = None,
|
|
58
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
59
|
+
_content_type: Optional[StrictStr] = None,
|
|
60
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
61
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
62
|
+
) -> object:
|
|
63
|
+
"""Report health
|
|
64
|
+
|
|
65
|
+
Health endpoint.
|
|
66
|
+
|
|
67
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
68
|
+
number provided, it will be total request
|
|
69
|
+
timeout. It can also be a pair (tuple) of
|
|
70
|
+
(connection, read) timeouts.
|
|
71
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
72
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
73
|
+
request; this effectively ignores the
|
|
74
|
+
authentication in the spec for a single request.
|
|
75
|
+
:type _request_auth: dict, optional
|
|
76
|
+
:param _content_type: force content-type for the request.
|
|
77
|
+
:type _content_type: str, Optional
|
|
78
|
+
:param _headers: set to override the headers for a single
|
|
79
|
+
request; this effectively ignores the headers
|
|
80
|
+
in the spec for a single request.
|
|
81
|
+
:type _headers: dict, optional
|
|
82
|
+
:param _host_index: set to override the host_index for a single
|
|
83
|
+
request; this effectively ignores the host_index
|
|
84
|
+
in the spec for a single request.
|
|
85
|
+
:type _host_index: int, optional
|
|
86
|
+
:return: Returns the result object.
|
|
87
|
+
""" # noqa: E501
|
|
88
|
+
|
|
89
|
+
_param = self._healthz_healthz_get_serialize(
|
|
90
|
+
_request_auth=_request_auth,
|
|
91
|
+
_content_type=_content_type,
|
|
92
|
+
_headers=_headers,
|
|
93
|
+
_host_index=_host_index
|
|
94
|
+
)
|
|
95
|
+
|
|
96
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
97
|
+
'200': "object"
|
|
98
|
+
|
|
99
|
+
}
|
|
100
|
+
response_data = await self.api_client.call_api(
|
|
101
|
+
*_param,
|
|
102
|
+
_request_timeout=_request_timeout
|
|
103
|
+
)
|
|
104
|
+
await response_data.read()
|
|
105
|
+
return self.api_client.response_deserialize(
|
|
106
|
+
response_data=response_data,
|
|
107
|
+
response_types_map=_response_types_map,
|
|
108
|
+
).data
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
@validate_call
|
|
112
|
+
async def healthz_healthz_get_with_http_info(
|
|
113
|
+
self,
|
|
114
|
+
_request_timeout: Union[
|
|
115
|
+
None,
|
|
116
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
117
|
+
Tuple[
|
|
118
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
119
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
120
|
+
]
|
|
121
|
+
] = None,
|
|
122
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
123
|
+
_content_type: Optional[StrictStr] = None,
|
|
124
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
125
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
126
|
+
) -> ApiResponse[object]:
|
|
127
|
+
"""Report health
|
|
128
|
+
|
|
129
|
+
Health endpoint.
|
|
130
|
+
|
|
131
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
132
|
+
number provided, it will be total request
|
|
133
|
+
timeout. It can also be a pair (tuple) of
|
|
134
|
+
(connection, read) timeouts.
|
|
135
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
136
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
137
|
+
request; this effectively ignores the
|
|
138
|
+
authentication in the spec for a single request.
|
|
139
|
+
:type _request_auth: dict, optional
|
|
140
|
+
:param _content_type: force content-type for the request.
|
|
141
|
+
:type _content_type: str, Optional
|
|
142
|
+
:param _headers: set to override the headers for a single
|
|
143
|
+
request; this effectively ignores the headers
|
|
144
|
+
in the spec for a single request.
|
|
145
|
+
:type _headers: dict, optional
|
|
146
|
+
:param _host_index: set to override the host_index for a single
|
|
147
|
+
request; this effectively ignores the host_index
|
|
148
|
+
in the spec for a single request.
|
|
149
|
+
:type _host_index: int, optional
|
|
150
|
+
:return: Returns the result object.
|
|
151
|
+
""" # noqa: E501
|
|
152
|
+
|
|
153
|
+
_param = self._healthz_healthz_get_serialize(
|
|
154
|
+
_request_auth=_request_auth,
|
|
155
|
+
_content_type=_content_type,
|
|
156
|
+
_headers=_headers,
|
|
157
|
+
_host_index=_host_index
|
|
158
|
+
)
|
|
159
|
+
|
|
160
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
161
|
+
'200': "object"
|
|
162
|
+
|
|
163
|
+
}
|
|
164
|
+
response_data = await self.api_client.call_api(
|
|
165
|
+
*_param,
|
|
166
|
+
_request_timeout=_request_timeout
|
|
167
|
+
)
|
|
168
|
+
await response_data.read()
|
|
169
|
+
return self.api_client.response_deserialize(
|
|
170
|
+
response_data=response_data,
|
|
171
|
+
response_types_map=_response_types_map,
|
|
172
|
+
)
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
@validate_call
|
|
176
|
+
async def healthz_healthz_get_without_preload_content(
|
|
177
|
+
self,
|
|
178
|
+
_request_timeout: Union[
|
|
179
|
+
None,
|
|
180
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
181
|
+
Tuple[
|
|
182
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
183
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
184
|
+
]
|
|
185
|
+
] = None,
|
|
186
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
187
|
+
_content_type: Optional[StrictStr] = None,
|
|
188
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
189
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
190
|
+
) -> RESTResponseType:
|
|
191
|
+
"""Report health
|
|
192
|
+
|
|
193
|
+
Health endpoint.
|
|
194
|
+
|
|
195
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
196
|
+
number provided, it will be total request
|
|
197
|
+
timeout. It can also be a pair (tuple) of
|
|
198
|
+
(connection, read) timeouts.
|
|
199
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
200
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
201
|
+
request; this effectively ignores the
|
|
202
|
+
authentication in the spec for a single request.
|
|
203
|
+
:type _request_auth: dict, optional
|
|
204
|
+
:param _content_type: force content-type for the request.
|
|
205
|
+
:type _content_type: str, Optional
|
|
206
|
+
:param _headers: set to override the headers for a single
|
|
207
|
+
request; this effectively ignores the headers
|
|
208
|
+
in the spec for a single request.
|
|
209
|
+
:type _headers: dict, optional
|
|
210
|
+
:param _host_index: set to override the host_index for a single
|
|
211
|
+
request; this effectively ignores the host_index
|
|
212
|
+
in the spec for a single request.
|
|
213
|
+
:type _host_index: int, optional
|
|
214
|
+
:return: Returns the result object.
|
|
215
|
+
""" # noqa: E501
|
|
216
|
+
|
|
217
|
+
_param = self._healthz_healthz_get_serialize(
|
|
218
|
+
_request_auth=_request_auth,
|
|
219
|
+
_content_type=_content_type,
|
|
220
|
+
_headers=_headers,
|
|
221
|
+
_host_index=_host_index
|
|
222
|
+
)
|
|
223
|
+
|
|
224
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
225
|
+
'200': "object"
|
|
226
|
+
|
|
227
|
+
}
|
|
228
|
+
response_data = await self.api_client.call_api(
|
|
229
|
+
*_param,
|
|
230
|
+
_request_timeout=_request_timeout
|
|
231
|
+
)
|
|
232
|
+
return response_data.response
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
def _healthz_healthz_get_serialize(
|
|
236
|
+
self,
|
|
237
|
+
_request_auth,
|
|
238
|
+
_content_type,
|
|
239
|
+
_headers,
|
|
240
|
+
_host_index,
|
|
241
|
+
) -> Tuple:
|
|
242
|
+
|
|
243
|
+
_host = None
|
|
244
|
+
|
|
245
|
+
_collection_formats: Dict[str, str] = {
|
|
246
|
+
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
_path_params: Dict[str, str] = {}
|
|
250
|
+
_query_params: List[Tuple[str, str]] = []
|
|
251
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
252
|
+
_form_params: List[Tuple[str, str]] = []
|
|
253
|
+
_files: Dict[str, str] = {}
|
|
254
|
+
_body_params: Optional[bytes] = None
|
|
255
|
+
|
|
256
|
+
# process the path parameters
|
|
257
|
+
# process the query parameters
|
|
258
|
+
# process the header parameters
|
|
259
|
+
# process the form parameters
|
|
260
|
+
# process the body parameter
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
# set the HTTP header `Accept`
|
|
264
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
265
|
+
[
|
|
266
|
+
'application/json'
|
|
267
|
+
]
|
|
268
|
+
)
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
# authentication setting
|
|
272
|
+
_auth_settings: List[str] = [
|
|
273
|
+
]
|
|
274
|
+
|
|
275
|
+
return self.api_client.param_serialize(
|
|
276
|
+
method='GET',
|
|
277
|
+
resource_path='/healthz',
|
|
278
|
+
path_params=_path_params,
|
|
279
|
+
query_params=_query_params,
|
|
280
|
+
header_params=_header_params,
|
|
281
|
+
body=_body_params,
|
|
282
|
+
post_params=_form_params,
|
|
283
|
+
files=_files,
|
|
284
|
+
auth_settings=_auth_settings,
|
|
285
|
+
collection_formats=_collection_formats,
|
|
286
|
+
_host=_host,
|
|
287
|
+
_request_auth=_request_auth
|
|
288
|
+
)
|
|
289
|
+
|
|
290
|
+
|
{qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/api/results_api.py
RENAMED
|
@@ -29,7 +29,7 @@ from datetime import datetime
|
|
|
29
29
|
|
|
30
30
|
from pydantic import StrictBool, StrictFloat, StrictInt, StrictStr
|
|
31
31
|
|
|
32
|
-
from typing import
|
|
32
|
+
from typing import Optional, Union
|
|
33
33
|
|
|
34
34
|
from compute_api_client.models.page_result import PageResult
|
|
35
35
|
from compute_api_client.models.result import Result
|
|
@@ -876,7 +876,6 @@ class ResultsApi:
|
|
|
876
876
|
latest: Annotated[Optional[StrictBool], Field(description="If True gets the most recently created object.")] = None,
|
|
877
877
|
page: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Page number")] = None,
|
|
878
878
|
size: Annotated[Optional[Annotated[int, Field(le=100, strict=True, ge=1)]], Field(description="Page size")] = None,
|
|
879
|
-
body: Optional[Dict[str, Any]] = None,
|
|
880
879
|
_request_timeout: Union[
|
|
881
880
|
None,
|
|
882
881
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -924,8 +923,6 @@ class ResultsApi:
|
|
|
924
923
|
:type page: int
|
|
925
924
|
:param size: Page size
|
|
926
925
|
:type size: int
|
|
927
|
-
:param body:
|
|
928
|
-
:type body: object
|
|
929
926
|
:param _request_timeout: timeout setting for this request. If one
|
|
930
927
|
number provided, it will be total request
|
|
931
928
|
timeout. It can also be a pair (tuple) of
|
|
@@ -964,7 +961,6 @@ class ResultsApi:
|
|
|
964
961
|
latest=latest,
|
|
965
962
|
page=page,
|
|
966
963
|
size=size,
|
|
967
|
-
body=body,
|
|
968
964
|
_request_auth=_request_auth,
|
|
969
965
|
_content_type=_content_type,
|
|
970
966
|
_headers=_headers,
|
|
@@ -1006,7 +1002,6 @@ class ResultsApi:
|
|
|
1006
1002
|
latest: Annotated[Optional[StrictBool], Field(description="If True gets the most recently created object.")] = None,
|
|
1007
1003
|
page: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Page number")] = None,
|
|
1008
1004
|
size: Annotated[Optional[Annotated[int, Field(le=100, strict=True, ge=1)]], Field(description="Page size")] = None,
|
|
1009
|
-
body: Optional[Dict[str, Any]] = None,
|
|
1010
1005
|
_request_timeout: Union[
|
|
1011
1006
|
None,
|
|
1012
1007
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1054,8 +1049,6 @@ class ResultsApi:
|
|
|
1054
1049
|
:type page: int
|
|
1055
1050
|
:param size: Page size
|
|
1056
1051
|
:type size: int
|
|
1057
|
-
:param body:
|
|
1058
|
-
:type body: object
|
|
1059
1052
|
:param _request_timeout: timeout setting for this request. If one
|
|
1060
1053
|
number provided, it will be total request
|
|
1061
1054
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1094,7 +1087,6 @@ class ResultsApi:
|
|
|
1094
1087
|
latest=latest,
|
|
1095
1088
|
page=page,
|
|
1096
1089
|
size=size,
|
|
1097
|
-
body=body,
|
|
1098
1090
|
_request_auth=_request_auth,
|
|
1099
1091
|
_content_type=_content_type,
|
|
1100
1092
|
_headers=_headers,
|
|
@@ -1136,7 +1128,6 @@ class ResultsApi:
|
|
|
1136
1128
|
latest: Annotated[Optional[StrictBool], Field(description="If True gets the most recently created object.")] = None,
|
|
1137
1129
|
page: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Page number")] = None,
|
|
1138
1130
|
size: Annotated[Optional[Annotated[int, Field(le=100, strict=True, ge=1)]], Field(description="Page size")] = None,
|
|
1139
|
-
body: Optional[Dict[str, Any]] = None,
|
|
1140
1131
|
_request_timeout: Union[
|
|
1141
1132
|
None,
|
|
1142
1133
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1184,8 +1175,6 @@ class ResultsApi:
|
|
|
1184
1175
|
:type page: int
|
|
1185
1176
|
:param size: Page size
|
|
1186
1177
|
:type size: int
|
|
1187
|
-
:param body:
|
|
1188
|
-
:type body: object
|
|
1189
1178
|
:param _request_timeout: timeout setting for this request. If one
|
|
1190
1179
|
number provided, it will be total request
|
|
1191
1180
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1224,7 +1213,6 @@ class ResultsApi:
|
|
|
1224
1213
|
latest=latest,
|
|
1225
1214
|
page=page,
|
|
1226
1215
|
size=size,
|
|
1227
|
-
body=body,
|
|
1228
1216
|
_request_auth=_request_auth,
|
|
1229
1217
|
_content_type=_content_type,
|
|
1230
1218
|
_headers=_headers,
|
|
@@ -1261,7 +1249,6 @@ class ResultsApi:
|
|
|
1261
1249
|
latest,
|
|
1262
1250
|
page,
|
|
1263
1251
|
size,
|
|
1264
|
-
body,
|
|
1265
1252
|
_request_auth,
|
|
1266
1253
|
_content_type,
|
|
1267
1254
|
_headers,
|
|
@@ -1353,8 +1340,6 @@ class ResultsApi:
|
|
|
1353
1340
|
# process the header parameters
|
|
1354
1341
|
# process the form parameters
|
|
1355
1342
|
# process the body parameter
|
|
1356
|
-
if body is not None:
|
|
1357
|
-
_body_params = body
|
|
1358
1343
|
|
|
1359
1344
|
|
|
1360
1345
|
# set the HTTP header `Accept`
|
|
@@ -1364,19 +1349,6 @@ class ResultsApi:
|
|
|
1364
1349
|
]
|
|
1365
1350
|
)
|
|
1366
1351
|
|
|
1367
|
-
# set the HTTP header `Content-Type`
|
|
1368
|
-
if _content_type:
|
|
1369
|
-
_header_params['Content-Type'] = _content_type
|
|
1370
|
-
else:
|
|
1371
|
-
_default_content_type = (
|
|
1372
|
-
self.api_client.select_header_content_type(
|
|
1373
|
-
[
|
|
1374
|
-
'application/json'
|
|
1375
|
-
]
|
|
1376
|
-
)
|
|
1377
|
-
)
|
|
1378
|
-
if _default_content_type is not None:
|
|
1379
|
-
_header_params['Content-Type'] = _default_content_type
|
|
1380
1352
|
|
|
1381
1353
|
# authentication setting
|
|
1382
1354
|
_auth_settings: List[str] = [
|
{qi_compute_api_client-0.33.0 → qi_compute_api_client-0.36.0}/compute_api_client/docs/BackendType.md
RENAMED
|
@@ -12,7 +12,9 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**is_hardware** | **bool** | |
|
|
13
13
|
**features** | **List[str]** | |
|
|
14
14
|
**default_compiler_config** | **object** | |
|
|
15
|
-
**
|
|
15
|
+
**gateset** | **List[str]** | |
|
|
16
|
+
**topology** | **List[List[int]]** | |
|
|
17
|
+
**nqubits** | **int** | |
|
|
16
18
|
**status** | [**BackendStatus**](BackendStatus.md) | |
|
|
17
19
|
**default_number_of_shots** | **int** | |
|
|
18
20
|
**max_number_of_shots** | **int** | |
|