qi-compute-api-client 0.53.0__py3-none-any.whl → 0.54.1__py3-none-any.whl
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.
- compute_api_client/__init__.py +194 -95
- compute_api_client/api/algorithms_api.py +75 -81
- compute_api_client/api/auth_config_api.py +16 -24
- compute_api_client/api/backend_api.py +70 -86
- compute_api_client/api/backend_types_api.py +43 -56
- compute_api_client/api/batch_jobs_api.py +102 -120
- compute_api_client/api/commits_api.py +85 -80
- compute_api_client/api/files_api.py +62 -67
- compute_api_client/api/final_results_api.py +42 -53
- compute_api_client/api/health_api.py +16 -25
- compute_api_client/api/jobs_api.py +76 -83
- compute_api_client/api/languages_api.py +30 -42
- compute_api_client/api/members_api.py +62 -67
- compute_api_client/api/permissions_api.py +56 -70
- compute_api_client/api/projects_api.py +89 -97
- compute_api_client/api/reservations_api.py +57 -72
- compute_api_client/api/results_api.py +76 -83
- compute_api_client/api/teams_api.py +30 -42
- compute_api_client/api/transactions_api.py +31 -44
- compute_api_client/api/users_api.py +62 -67
- compute_api_client/api_client.py +135 -75
- compute_api_client/api_response.py +3 -3
- compute_api_client/configuration.py +176 -36
- compute_api_client/docs/Algorithm.md +8 -7
- compute_api_client/docs/AlgorithmIn.md +7 -6
- compute_api_client/docs/AlgorithmType.md +5 -3
- compute_api_client/docs/AlgorithmsApi.md +15 -10
- compute_api_client/docs/AuthConfig.md +3 -2
- compute_api_client/docs/AuthConfigApi.md +3 -2
- compute_api_client/docs/Backend.md +9 -8
- compute_api_client/docs/BackendApi.md +15 -10
- compute_api_client/docs/BackendIn.md +8 -7
- compute_api_client/docs/BackendPatch.md +5 -4
- compute_api_client/docs/BackendStatus.md +9 -3
- compute_api_client/docs/BackendType.md +20 -19
- compute_api_client/docs/BackendTypePatch.md +3 -2
- compute_api_client/docs/BackendTypesApi.md +15 -8
- compute_api_client/docs/BackendWithAuthentication.md +10 -9
- compute_api_client/docs/BatchJob.md +10 -9
- compute_api_client/docs/BatchJobIn.md +4 -3
- compute_api_client/docs/BatchJobStatus.md +11 -3
- compute_api_client/docs/BatchJobsApi.md +23 -16
- compute_api_client/docs/Commit.md +8 -7
- compute_api_client/docs/CommitIn.md +5 -4
- compute_api_client/docs/CommitsApi.md +15 -10
- compute_api_client/docs/CompilePayload.md +4 -3
- compute_api_client/docs/CompileStage.md +11 -3
- compute_api_client/docs/Domain.md +7 -3
- compute_api_client/docs/File.md +10 -9
- compute_api_client/docs/FileIn.md +9 -8
- compute_api_client/docs/FilesApi.md +12 -8
- compute_api_client/docs/FinalResult.md +7 -6
- compute_api_client/docs/FinalResultIn.md +5 -4
- compute_api_client/docs/FinalResultsApi.md +9 -6
- compute_api_client/docs/HTTPBadRequestError.md +3 -2
- compute_api_client/docs/HTTPNotFoundError.md +3 -2
- compute_api_client/docs/HTTPValidationError.md +3 -2
- compute_api_client/docs/HealthApi.md +3 -2
- compute_api_client/docs/Job.md +13 -12
- compute_api_client/docs/JobIn.md +6 -5
- compute_api_client/docs/JobPatch.md +8 -7
- compute_api_client/docs/JobStatus.md +11 -3
- compute_api_client/docs/JobsApi.md +15 -10
- compute_api_client/docs/Language.md +6 -5
- compute_api_client/docs/LanguagesApi.md +6 -4
- compute_api_client/docs/Member.md +8 -7
- compute_api_client/docs/MemberId.md +28 -0
- compute_api_client/docs/MemberIn.md +7 -6
- compute_api_client/docs/MembersApi.md +12 -8
- compute_api_client/docs/PageAlgorithm.md +3 -2
- compute_api_client/docs/PageBackend.md +3 -2
- compute_api_client/docs/PageBackendType.md +3 -2
- compute_api_client/docs/PageBatchJob.md +3 -2
- compute_api_client/docs/PageCommit.md +3 -2
- compute_api_client/docs/PageFile.md +3 -2
- compute_api_client/docs/PageJob.md +3 -2
- compute_api_client/docs/PageLanguage.md +3 -2
- compute_api_client/docs/PageMember.md +3 -2
- compute_api_client/docs/PagePermission.md +3 -2
- compute_api_client/docs/PagePermissionGroup.md +3 -2
- compute_api_client/docs/PageProject.md +3 -2
- compute_api_client/docs/PageReservation.md +3 -2
- compute_api_client/docs/PageResult.md +3 -2
- compute_api_client/docs/PageTeam.md +3 -2
- compute_api_client/docs/PageTransaction.md +3 -2
- compute_api_client/docs/PageUser.md +3 -2
- compute_api_client/docs/Permission.md +6 -5
- compute_api_client/docs/PermissionGroup.md +5 -4
- compute_api_client/docs/PermissionsApi.md +12 -8
- compute_api_client/docs/Project.md +9 -8
- compute_api_client/docs/ProjectIn.md +7 -6
- compute_api_client/docs/ProjectPatch.md +3 -2
- compute_api_client/docs/ProjectsApi.md +23 -13
- compute_api_client/docs/Reservation.md +9 -8
- compute_api_client/docs/ReservationIn.md +7 -6
- compute_api_client/docs/ReservationsApi.md +12 -8
- compute_api_client/docs/Result.md +7 -6
- compute_api_client/docs/ResultIn.md +5 -4
- compute_api_client/docs/ResultsApi.md +15 -10
- compute_api_client/docs/Role.md +5 -3
- compute_api_client/docs/ShareType.md +7 -3
- compute_api_client/docs/Team.md +7 -6
- compute_api_client/docs/TeamsApi.md +6 -4
- compute_api_client/docs/Transaction.md +6 -5
- compute_api_client/docs/TransactionDomain.md +28 -0
- compute_api_client/docs/TransactionsApi.md +6 -4
- compute_api_client/docs/User.md +11 -10
- compute_api_client/docs/UserIn.md +10 -9
- compute_api_client/docs/UsersApi.md +12 -8
- compute_api_client/docs/ValidationError.md +4 -3
- compute_api_client/docs/ValidationErrorLocInner.md +28 -0
- compute_api_client/exceptions.py +74 -24
- compute_api_client/models/__init__.py +1 -1
- compute_api_client/models/algorithm.py +19 -20
- compute_api_client/models/algorithm_in.py +18 -19
- compute_api_client/models/algorithm_type.py +1 -9
- compute_api_client/models/auth_config.py +14 -14
- compute_api_client/models/backend.py +20 -20
- compute_api_client/models/backend_in.py +19 -19
- compute_api_client/models/backend_patch.py +16 -15
- compute_api_client/models/backend_status.py +1 -9
- compute_api_client/models/backend_type.py +31 -32
- compute_api_client/models/backend_type_patch.py +14 -15
- compute_api_client/models/backend_with_authentication.py +21 -21
- compute_api_client/models/batch_job.py +21 -20
- compute_api_client/models/batch_job_in.py +15 -15
- compute_api_client/models/batch_job_status.py +1 -9
- compute_api_client/models/commit.py +19 -19
- compute_api_client/models/commit_in.py +16 -16
- compute_api_client/models/compile_payload.py +15 -15
- compute_api_client/models/compile_stage.py +1 -9
- compute_api_client/models/domain.py +1 -9
- compute_api_client/models/file.py +21 -22
- compute_api_client/models/file_in.py +20 -21
- compute_api_client/models/final_result.py +18 -17
- compute_api_client/models/final_result_in.py +16 -16
- compute_api_client/models/http_bad_request_error.py +14 -14
- compute_api_client/models/http_not_found_error.py +14 -14
- compute_api_client/models/http_validation_error.py +18 -18
- compute_api_client/models/job.py +24 -24
- compute_api_client/models/job_in.py +17 -17
- compute_api_client/models/job_patch.py +19 -20
- compute_api_client/models/job_status.py +1 -9
- compute_api_client/models/language.py +17 -18
- compute_api_client/models/member.py +19 -19
- compute_api_client/models/member_id.py +144 -0
- compute_api_client/models/member_in.py +18 -18
- compute_api_client/models/page_algorithm.py +18 -19
- compute_api_client/models/page_backend.py +18 -19
- compute_api_client/models/page_backend_type.py +18 -19
- compute_api_client/models/page_batch_job.py +18 -19
- compute_api_client/models/page_commit.py +18 -19
- compute_api_client/models/page_file.py +18 -19
- compute_api_client/models/page_job.py +18 -19
- compute_api_client/models/page_language.py +18 -19
- compute_api_client/models/page_member.py +18 -19
- compute_api_client/models/page_permission.py +18 -19
- compute_api_client/models/page_permission_group.py +18 -19
- compute_api_client/models/page_project.py +18 -19
- compute_api_client/models/page_reservation.py +18 -19
- compute_api_client/models/page_result.py +18 -19
- compute_api_client/models/page_team.py +18 -19
- compute_api_client/models/page_transaction.py +18 -19
- compute_api_client/models/page_user.py +18 -19
- compute_api_client/models/permission.py +17 -18
- compute_api_client/models/permission_group.py +16 -17
- compute_api_client/models/project.py +20 -20
- compute_api_client/models/project_in.py +18 -19
- compute_api_client/models/project_patch.py +14 -15
- compute_api_client/models/reservation.py +20 -19
- compute_api_client/models/reservation_in.py +18 -17
- compute_api_client/models/result.py +18 -17
- compute_api_client/models/result_in.py +16 -16
- compute_api_client/models/role.py +1 -9
- compute_api_client/models/share_type.py +1 -9
- compute_api_client/models/team.py +18 -19
- compute_api_client/models/transaction.py +17 -17
- compute_api_client/models/transaction_domain.py +142 -0
- compute_api_client/models/user.py +22 -23
- compute_api_client/models/user_in.py +21 -22
- compute_api_client/models/validation_error.py +20 -20
- compute_api_client/models/validation_error_loc_inner.py +138 -0
- compute_api_client/rest.py +51 -26
- {qi_compute_api_client-0.53.0.dist-info → qi_compute_api_client-0.54.1.dist-info}/METADATA +12 -9
- qi_compute_api_client-0.54.1.dist-info/RECORD +203 -0
- qi_compute_api_client-0.53.0.dist-info/RECORD +0 -197
- {qi_compute_api_client-0.53.0.dist-info → qi_compute_api_client-0.54.1.dist-info}/WHEEL +0 -0
- {qi_compute_api_client-0.53.0.dist-info → qi_compute_api_client-0.54.1.dist-info}/licenses/LICENSE.md +0 -0
compute_api_client/__init__.py
CHANGED
|
@@ -16,103 +16,202 @@
|
|
|
16
16
|
|
|
17
17
|
__version__ = "1.0.0"
|
|
18
18
|
|
|
19
|
+
# Define package exports
|
|
20
|
+
__all__ = [
|
|
21
|
+
"AlgorithmsApi",
|
|
22
|
+
"AuthConfigApi",
|
|
23
|
+
"BackendApi",
|
|
24
|
+
"BackendTypesApi",
|
|
25
|
+
"BatchJobsApi",
|
|
26
|
+
"CommitsApi",
|
|
27
|
+
"FilesApi",
|
|
28
|
+
"FinalResultsApi",
|
|
29
|
+
"HealthApi",
|
|
30
|
+
"JobsApi",
|
|
31
|
+
"LanguagesApi",
|
|
32
|
+
"MembersApi",
|
|
33
|
+
"PermissionsApi",
|
|
34
|
+
"ProjectsApi",
|
|
35
|
+
"ReservationsApi",
|
|
36
|
+
"ResultsApi",
|
|
37
|
+
"TeamsApi",
|
|
38
|
+
"TransactionsApi",
|
|
39
|
+
"UsersApi",
|
|
40
|
+
"ApiResponse",
|
|
41
|
+
"ApiClient",
|
|
42
|
+
"Configuration",
|
|
43
|
+
"OpenApiException",
|
|
44
|
+
"ApiTypeError",
|
|
45
|
+
"ApiValueError",
|
|
46
|
+
"ApiKeyError",
|
|
47
|
+
"ApiAttributeError",
|
|
48
|
+
"ApiException",
|
|
49
|
+
"Algorithm",
|
|
50
|
+
"AlgorithmIn",
|
|
51
|
+
"AlgorithmType",
|
|
52
|
+
"AuthConfig",
|
|
53
|
+
"Backend",
|
|
54
|
+
"BackendIn",
|
|
55
|
+
"BackendPatch",
|
|
56
|
+
"BackendStatus",
|
|
57
|
+
"BackendType",
|
|
58
|
+
"BackendTypePatch",
|
|
59
|
+
"BackendWithAuthentication",
|
|
60
|
+
"BatchJob",
|
|
61
|
+
"BatchJobIn",
|
|
62
|
+
"BatchJobStatus",
|
|
63
|
+
"Commit",
|
|
64
|
+
"CommitIn",
|
|
65
|
+
"CompilePayload",
|
|
66
|
+
"CompileStage",
|
|
67
|
+
"Domain",
|
|
68
|
+
"File",
|
|
69
|
+
"FileIn",
|
|
70
|
+
"FinalResult",
|
|
71
|
+
"FinalResultIn",
|
|
72
|
+
"HTTPBadRequestError",
|
|
73
|
+
"HTTPNotFoundError",
|
|
74
|
+
"HTTPValidationError",
|
|
75
|
+
"Job",
|
|
76
|
+
"JobIn",
|
|
77
|
+
"JobPatch",
|
|
78
|
+
"JobStatus",
|
|
79
|
+
"Language",
|
|
80
|
+
"Member",
|
|
81
|
+
"MemberIn",
|
|
82
|
+
"PageAlgorithm",
|
|
83
|
+
"PageBackend",
|
|
84
|
+
"PageBackendType",
|
|
85
|
+
"PageBatchJob",
|
|
86
|
+
"PageCommit",
|
|
87
|
+
"PageFile",
|
|
88
|
+
"PageJob",
|
|
89
|
+
"PageLanguage",
|
|
90
|
+
"PageMember",
|
|
91
|
+
"PagePermission",
|
|
92
|
+
"PagePermissionGroup",
|
|
93
|
+
"PageProject",
|
|
94
|
+
"PageReservation",
|
|
95
|
+
"PageResult",
|
|
96
|
+
"PageTeam",
|
|
97
|
+
"PageTransaction",
|
|
98
|
+
"PageUser",
|
|
99
|
+
"Permission",
|
|
100
|
+
"PermissionGroup",
|
|
101
|
+
"Project",
|
|
102
|
+
"ProjectIn",
|
|
103
|
+
"ProjectPatch",
|
|
104
|
+
"Reservation",
|
|
105
|
+
"ReservationIn",
|
|
106
|
+
"Result",
|
|
107
|
+
"ResultIn",
|
|
108
|
+
"Role",
|
|
109
|
+
"ShareType",
|
|
110
|
+
"Team",
|
|
111
|
+
"Transaction",
|
|
112
|
+
"User",
|
|
113
|
+
"UserIn",
|
|
114
|
+
"ValidationError",
|
|
115
|
+
"ValidationErrorLocInner",
|
|
116
|
+
]
|
|
117
|
+
|
|
19
118
|
# import apis into sdk package
|
|
20
|
-
from compute_api_client.api.algorithms_api import AlgorithmsApi
|
|
21
|
-
from compute_api_client.api.auth_config_api import AuthConfigApi
|
|
22
|
-
from compute_api_client.api.backend_api import BackendApi
|
|
23
|
-
from compute_api_client.api.backend_types_api import BackendTypesApi
|
|
24
|
-
from compute_api_client.api.batch_jobs_api import BatchJobsApi
|
|
25
|
-
from compute_api_client.api.commits_api import CommitsApi
|
|
26
|
-
from compute_api_client.api.files_api import FilesApi
|
|
27
|
-
from compute_api_client.api.final_results_api import FinalResultsApi
|
|
28
|
-
from compute_api_client.api.health_api import HealthApi
|
|
29
|
-
from compute_api_client.api.jobs_api import JobsApi
|
|
30
|
-
from compute_api_client.api.languages_api import LanguagesApi
|
|
31
|
-
from compute_api_client.api.members_api import MembersApi
|
|
32
|
-
from compute_api_client.api.permissions_api import PermissionsApi
|
|
33
|
-
from compute_api_client.api.projects_api import ProjectsApi
|
|
34
|
-
from compute_api_client.api.reservations_api import ReservationsApi
|
|
35
|
-
from compute_api_client.api.results_api import ResultsApi
|
|
36
|
-
from compute_api_client.api.teams_api import TeamsApi
|
|
37
|
-
from compute_api_client.api.transactions_api import TransactionsApi
|
|
38
|
-
from compute_api_client.api.users_api import UsersApi
|
|
119
|
+
from compute_api_client.api.algorithms_api import AlgorithmsApi as AlgorithmsApi
|
|
120
|
+
from compute_api_client.api.auth_config_api import AuthConfigApi as AuthConfigApi
|
|
121
|
+
from compute_api_client.api.backend_api import BackendApi as BackendApi
|
|
122
|
+
from compute_api_client.api.backend_types_api import BackendTypesApi as BackendTypesApi
|
|
123
|
+
from compute_api_client.api.batch_jobs_api import BatchJobsApi as BatchJobsApi
|
|
124
|
+
from compute_api_client.api.commits_api import CommitsApi as CommitsApi
|
|
125
|
+
from compute_api_client.api.files_api import FilesApi as FilesApi
|
|
126
|
+
from compute_api_client.api.final_results_api import FinalResultsApi as FinalResultsApi
|
|
127
|
+
from compute_api_client.api.health_api import HealthApi as HealthApi
|
|
128
|
+
from compute_api_client.api.jobs_api import JobsApi as JobsApi
|
|
129
|
+
from compute_api_client.api.languages_api import LanguagesApi as LanguagesApi
|
|
130
|
+
from compute_api_client.api.members_api import MembersApi as MembersApi
|
|
131
|
+
from compute_api_client.api.permissions_api import PermissionsApi as PermissionsApi
|
|
132
|
+
from compute_api_client.api.projects_api import ProjectsApi as ProjectsApi
|
|
133
|
+
from compute_api_client.api.reservations_api import ReservationsApi as ReservationsApi
|
|
134
|
+
from compute_api_client.api.results_api import ResultsApi as ResultsApi
|
|
135
|
+
from compute_api_client.api.teams_api import TeamsApi as TeamsApi
|
|
136
|
+
from compute_api_client.api.transactions_api import TransactionsApi as TransactionsApi
|
|
137
|
+
from compute_api_client.api.users_api import UsersApi as UsersApi
|
|
39
138
|
|
|
40
139
|
# import ApiClient
|
|
41
|
-
from compute_api_client.api_response import ApiResponse
|
|
42
|
-
from compute_api_client.api_client import ApiClient
|
|
43
|
-
from compute_api_client.configuration import Configuration
|
|
44
|
-
from compute_api_client.exceptions import OpenApiException
|
|
45
|
-
from compute_api_client.exceptions import ApiTypeError
|
|
46
|
-
from compute_api_client.exceptions import ApiValueError
|
|
47
|
-
from compute_api_client.exceptions import ApiKeyError
|
|
48
|
-
from compute_api_client.exceptions import ApiAttributeError
|
|
49
|
-
from compute_api_client.exceptions import ApiException
|
|
140
|
+
from compute_api_client.api_response import ApiResponse as ApiResponse
|
|
141
|
+
from compute_api_client.api_client import ApiClient as ApiClient
|
|
142
|
+
from compute_api_client.configuration import Configuration as Configuration
|
|
143
|
+
from compute_api_client.exceptions import OpenApiException as OpenApiException
|
|
144
|
+
from compute_api_client.exceptions import ApiTypeError as ApiTypeError
|
|
145
|
+
from compute_api_client.exceptions import ApiValueError as ApiValueError
|
|
146
|
+
from compute_api_client.exceptions import ApiKeyError as ApiKeyError
|
|
147
|
+
from compute_api_client.exceptions import ApiAttributeError as ApiAttributeError
|
|
148
|
+
from compute_api_client.exceptions import ApiException as ApiException
|
|
50
149
|
|
|
51
150
|
# import models into sdk package
|
|
52
|
-
from compute_api_client.models.algorithm import Algorithm
|
|
53
|
-
from compute_api_client.models.algorithm_in import AlgorithmIn
|
|
54
|
-
from compute_api_client.models.algorithm_type import AlgorithmType
|
|
55
|
-
from compute_api_client.models.auth_config import AuthConfig
|
|
56
|
-
from compute_api_client.models.backend import Backend
|
|
57
|
-
from compute_api_client.models.backend_in import BackendIn
|
|
58
|
-
from compute_api_client.models.backend_patch import BackendPatch
|
|
59
|
-
from compute_api_client.models.backend_status import BackendStatus
|
|
60
|
-
from compute_api_client.models.backend_type import BackendType
|
|
61
|
-
from compute_api_client.models.backend_type_patch import BackendTypePatch
|
|
62
|
-
from compute_api_client.models.backend_with_authentication import BackendWithAuthentication
|
|
63
|
-
from compute_api_client.models.batch_job import BatchJob
|
|
64
|
-
from compute_api_client.models.batch_job_in import BatchJobIn
|
|
65
|
-
from compute_api_client.models.batch_job_status import BatchJobStatus
|
|
66
|
-
from compute_api_client.models.commit import Commit
|
|
67
|
-
from compute_api_client.models.commit_in import CommitIn
|
|
68
|
-
from compute_api_client.models.compile_payload import CompilePayload
|
|
69
|
-
from compute_api_client.models.compile_stage import CompileStage
|
|
70
|
-
from compute_api_client.models.domain import Domain
|
|
71
|
-
from compute_api_client.models.file import File
|
|
72
|
-
from compute_api_client.models.file_in import FileIn
|
|
73
|
-
from compute_api_client.models.final_result import FinalResult
|
|
74
|
-
from compute_api_client.models.final_result_in import FinalResultIn
|
|
75
|
-
from compute_api_client.models.http_bad_request_error import HTTPBadRequestError
|
|
76
|
-
from compute_api_client.models.http_not_found_error import HTTPNotFoundError
|
|
77
|
-
from compute_api_client.models.http_validation_error import HTTPValidationError
|
|
78
|
-
from compute_api_client.models.job import Job
|
|
79
|
-
from compute_api_client.models.job_in import JobIn
|
|
80
|
-
from compute_api_client.models.job_patch import JobPatch
|
|
81
|
-
from compute_api_client.models.job_status import JobStatus
|
|
82
|
-
from compute_api_client.models.language import Language
|
|
83
|
-
from compute_api_client.models.
|
|
84
|
-
from compute_api_client.models.
|
|
85
|
-
from compute_api_client.models.
|
|
86
|
-
from compute_api_client.models.
|
|
87
|
-
from compute_api_client.models.
|
|
88
|
-
from compute_api_client.models.
|
|
89
|
-
from compute_api_client.models.
|
|
90
|
-
from compute_api_client.models.
|
|
91
|
-
from compute_api_client.models.
|
|
92
|
-
from compute_api_client.models.
|
|
93
|
-
from compute_api_client.models.
|
|
94
|
-
from compute_api_client.models.
|
|
95
|
-
from compute_api_client.models.
|
|
96
|
-
from compute_api_client.models.
|
|
97
|
-
from compute_api_client.models.
|
|
98
|
-
from compute_api_client.models.
|
|
99
|
-
from compute_api_client.models.
|
|
100
|
-
from compute_api_client.models.
|
|
101
|
-
from compute_api_client.models.
|
|
102
|
-
from compute_api_client.models.
|
|
103
|
-
from compute_api_client.models.
|
|
104
|
-
from compute_api_client.models.
|
|
105
|
-
from compute_api_client.models.
|
|
106
|
-
from compute_api_client.models.
|
|
107
|
-
from compute_api_client.models.
|
|
108
|
-
from compute_api_client.models.
|
|
109
|
-
from compute_api_client.models.
|
|
110
|
-
from compute_api_client.models.
|
|
111
|
-
from compute_api_client.models.
|
|
112
|
-
from compute_api_client.models.
|
|
113
|
-
from compute_api_client.models.
|
|
114
|
-
from compute_api_client.models.
|
|
115
|
-
from compute_api_client.models.
|
|
116
|
-
from compute_api_client.models.
|
|
117
|
-
from compute_api_client.models.
|
|
118
|
-
from compute_api_client.models.
|
|
151
|
+
from compute_api_client.models.algorithm import Algorithm as Algorithm
|
|
152
|
+
from compute_api_client.models.algorithm_in import AlgorithmIn as AlgorithmIn
|
|
153
|
+
from compute_api_client.models.algorithm_type import AlgorithmType as AlgorithmType
|
|
154
|
+
from compute_api_client.models.auth_config import AuthConfig as AuthConfig
|
|
155
|
+
from compute_api_client.models.backend import Backend as Backend
|
|
156
|
+
from compute_api_client.models.backend_in import BackendIn as BackendIn
|
|
157
|
+
from compute_api_client.models.backend_patch import BackendPatch as BackendPatch
|
|
158
|
+
from compute_api_client.models.backend_status import BackendStatus as BackendStatus
|
|
159
|
+
from compute_api_client.models.backend_type import BackendType as BackendType
|
|
160
|
+
from compute_api_client.models.backend_type_patch import BackendTypePatch as BackendTypePatch
|
|
161
|
+
from compute_api_client.models.backend_with_authentication import BackendWithAuthentication as BackendWithAuthentication
|
|
162
|
+
from compute_api_client.models.batch_job import BatchJob as BatchJob
|
|
163
|
+
from compute_api_client.models.batch_job_in import BatchJobIn as BatchJobIn
|
|
164
|
+
from compute_api_client.models.batch_job_status import BatchJobStatus as BatchJobStatus
|
|
165
|
+
from compute_api_client.models.commit import Commit as Commit
|
|
166
|
+
from compute_api_client.models.commit_in import CommitIn as CommitIn
|
|
167
|
+
from compute_api_client.models.compile_payload import CompilePayload as CompilePayload
|
|
168
|
+
from compute_api_client.models.compile_stage import CompileStage as CompileStage
|
|
169
|
+
from compute_api_client.models.domain import Domain as Domain
|
|
170
|
+
from compute_api_client.models.file import File as File
|
|
171
|
+
from compute_api_client.models.file_in import FileIn as FileIn
|
|
172
|
+
from compute_api_client.models.final_result import FinalResult as FinalResult
|
|
173
|
+
from compute_api_client.models.final_result_in import FinalResultIn as FinalResultIn
|
|
174
|
+
from compute_api_client.models.http_bad_request_error import HTTPBadRequestError as HTTPBadRequestError
|
|
175
|
+
from compute_api_client.models.http_not_found_error import HTTPNotFoundError as HTTPNotFoundError
|
|
176
|
+
from compute_api_client.models.http_validation_error import HTTPValidationError as HTTPValidationError
|
|
177
|
+
from compute_api_client.models.job import Job as Job
|
|
178
|
+
from compute_api_client.models.job_in import JobIn as JobIn
|
|
179
|
+
from compute_api_client.models.job_patch import JobPatch as JobPatch
|
|
180
|
+
from compute_api_client.models.job_status import JobStatus as JobStatus
|
|
181
|
+
from compute_api_client.models.language import Language as Language
|
|
182
|
+
from compute_api_client.models.member import Member as Member
|
|
183
|
+
from compute_api_client.models.member_in import MemberIn as MemberIn
|
|
184
|
+
from compute_api_client.models.page_algorithm import PageAlgorithm as PageAlgorithm
|
|
185
|
+
from compute_api_client.models.page_backend import PageBackend as PageBackend
|
|
186
|
+
from compute_api_client.models.page_backend_type import PageBackendType as PageBackendType
|
|
187
|
+
from compute_api_client.models.page_batch_job import PageBatchJob as PageBatchJob
|
|
188
|
+
from compute_api_client.models.page_commit import PageCommit as PageCommit
|
|
189
|
+
from compute_api_client.models.page_file import PageFile as PageFile
|
|
190
|
+
from compute_api_client.models.page_job import PageJob as PageJob
|
|
191
|
+
from compute_api_client.models.page_language import PageLanguage as PageLanguage
|
|
192
|
+
from compute_api_client.models.page_member import PageMember as PageMember
|
|
193
|
+
from compute_api_client.models.page_permission import PagePermission as PagePermission
|
|
194
|
+
from compute_api_client.models.page_permission_group import PagePermissionGroup as PagePermissionGroup
|
|
195
|
+
from compute_api_client.models.page_project import PageProject as PageProject
|
|
196
|
+
from compute_api_client.models.page_reservation import PageReservation as PageReservation
|
|
197
|
+
from compute_api_client.models.page_result import PageResult as PageResult
|
|
198
|
+
from compute_api_client.models.page_team import PageTeam as PageTeam
|
|
199
|
+
from compute_api_client.models.page_transaction import PageTransaction as PageTransaction
|
|
200
|
+
from compute_api_client.models.page_user import PageUser as PageUser
|
|
201
|
+
from compute_api_client.models.permission import Permission as Permission
|
|
202
|
+
from compute_api_client.models.permission_group import PermissionGroup as PermissionGroup
|
|
203
|
+
from compute_api_client.models.project import Project as Project
|
|
204
|
+
from compute_api_client.models.project_in import ProjectIn as ProjectIn
|
|
205
|
+
from compute_api_client.models.project_patch import ProjectPatch as ProjectPatch
|
|
206
|
+
from compute_api_client.models.reservation import Reservation as Reservation
|
|
207
|
+
from compute_api_client.models.reservation_in import ReservationIn as ReservationIn
|
|
208
|
+
from compute_api_client.models.result import Result as Result
|
|
209
|
+
from compute_api_client.models.result_in import ResultIn as ResultIn
|
|
210
|
+
from compute_api_client.models.role import Role as Role
|
|
211
|
+
from compute_api_client.models.share_type import ShareType as ShareType
|
|
212
|
+
from compute_api_client.models.team import Team as Team
|
|
213
|
+
from compute_api_client.models.transaction import Transaction as Transaction
|
|
214
|
+
from compute_api_client.models.user import User as User
|
|
215
|
+
from compute_api_client.models.user_in import UserIn as UserIn
|
|
216
|
+
from compute_api_client.models.validation_error import ValidationError as ValidationError
|
|
217
|
+
from compute_api_client.models.validation_error_loc_inner import ValidationErrorLocInner as ValidationErrorLocInner
|