qi-compute-api-client 0.49.0__py3-none-any.whl → 0.51.0__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.

Files changed (68) hide show
  1. compute_api_client/__init__.py +1 -4
  2. compute_api_client/api/__init__.py +0 -1
  3. compute_api_client/api/backend_types_api.py +302 -3
  4. compute_api_client/api/results_api.py +0 -17
  5. compute_api_client/docs/BackendType.md +2 -1
  6. compute_api_client/docs/BackendTypePatch.md +41 -0
  7. compute_api_client/docs/BackendTypesApi.md +87 -3
  8. compute_api_client/docs/File.md +1 -1
  9. compute_api_client/docs/FileIn.md +1 -1
  10. compute_api_client/docs/FinalResult.md +1 -1
  11. compute_api_client/docs/FinalResultIn.md +1 -1
  12. compute_api_client/docs/Job.md +1 -1
  13. compute_api_client/docs/JobPatch.md +1 -1
  14. compute_api_client/docs/PageAlgorithm.md +1 -1
  15. compute_api_client/docs/PageBackend.md +1 -1
  16. compute_api_client/docs/PageBackendType.md +1 -1
  17. compute_api_client/docs/PageBatchJob.md +1 -1
  18. compute_api_client/docs/PageCommit.md +1 -1
  19. compute_api_client/docs/PageFile.md +1 -1
  20. compute_api_client/docs/PageJob.md +1 -1
  21. compute_api_client/docs/PageLanguage.md +1 -1
  22. compute_api_client/docs/PageMember.md +1 -1
  23. compute_api_client/docs/PagePermission.md +1 -1
  24. compute_api_client/docs/PagePermissionGroup.md +1 -1
  25. compute_api_client/docs/PageProject.md +1 -1
  26. compute_api_client/docs/PageReservation.md +1 -1
  27. compute_api_client/docs/PageResult.md +1 -1
  28. compute_api_client/docs/PageTeam.md +1 -1
  29. compute_api_client/docs/PageTransaction.md +1 -1
  30. compute_api_client/docs/PageUser.md +1 -1
  31. compute_api_client/docs/Result.md +1 -2
  32. compute_api_client/docs/ResultIn.md +1 -2
  33. compute_api_client/docs/ResultsApi.md +2 -4
  34. compute_api_client/models/__init__.py +1 -3
  35. compute_api_client/models/backend_type.py +6 -4
  36. compute_api_client/models/backend_type_patch.py +185 -0
  37. compute_api_client/models/file.py +2 -2
  38. compute_api_client/models/file_in.py +2 -2
  39. compute_api_client/models/final_result.py +2 -2
  40. compute_api_client/models/final_result_in.py +2 -2
  41. compute_api_client/models/job.py +3 -2
  42. compute_api_client/models/job_patch.py +1 -1
  43. compute_api_client/models/page_algorithm.py +1 -1
  44. compute_api_client/models/page_backend.py +1 -1
  45. compute_api_client/models/page_backend_type.py +1 -1
  46. compute_api_client/models/page_batch_job.py +1 -1
  47. compute_api_client/models/page_commit.py +1 -1
  48. compute_api_client/models/page_file.py +1 -1
  49. compute_api_client/models/page_job.py +1 -1
  50. compute_api_client/models/page_language.py +1 -1
  51. compute_api_client/models/page_member.py +1 -1
  52. compute_api_client/models/page_permission.py +1 -1
  53. compute_api_client/models/page_permission_group.py +1 -1
  54. compute_api_client/models/page_project.py +1 -1
  55. compute_api_client/models/page_reservation.py +1 -1
  56. compute_api_client/models/page_result.py +1 -1
  57. compute_api_client/models/page_team.py +1 -1
  58. compute_api_client/models/page_transaction.py +1 -1
  59. compute_api_client/models/page_user.py +1 -1
  60. compute_api_client/models/result.py +2 -4
  61. compute_api_client/models/result_in.py +2 -9
  62. {qi_compute_api_client-0.49.0.dist-info → qi_compute_api_client-0.51.0.dist-info}/METADATA +15 -21
  63. {qi_compute_api_client-0.49.0.dist-info → qi_compute_api_client-0.51.0.dist-info}/RECORD +72 -73
  64. {qi_compute_api_client-0.49.0.dist-info → qi_compute_api_client-0.51.0.dist-info}/WHEEL +1 -1
  65. compute_api_client/docs/Metadata.md +0 -31
  66. compute_api_client/docs/MetadataApi.md +0 -250
  67. compute_api_client/docs/MetadataIn.md +0 -29
  68. {qi_compute_api_client-0.49.0.dist-info → qi_compute_api_client-0.51.0.dist-info/licenses}/LICENSE.md +0 -0
@@ -6,6 +6,7 @@ Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**read_backend_type_backend_types_id_get**](BackendTypesApi.md#read_backend_type_backend_types_id_get) | **GET** /backend_types/{id} | Retrieve backend type
8
8
  [**read_backend_types_backend_types_get**](BackendTypesApi.md#read_backend_types_backend_types_get) | **GET** /backend_types/ | List backend types
9
+ [**update_backend_type_backend_types_me_patch**](BackendTypesApi.md#update_backend_type_backend_types_me_patch) | **PATCH** /backend_types/me | Update backend type
9
10
 
10
11
 
11
12
  # **read_backend_type_backend_types_id_get**
@@ -92,11 +93,11 @@ Name | Type | Description | Notes
92
93
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
93
94
 
94
95
  # **read_backend_types_backend_types_get**
95
- > PageBackendType read_backend_types_backend_types_get(id=id, name=name, infrastructure=infrastructure, description=description, image_id=image_id, is_hardware=is_hardware, supports_raw_data=supports_raw_data, nqubits=nqubits, status=status, default_number_of_shots=default_number_of_shots, max_number_of_shots=max_number_of_shots, sort_by=sort_by, latest=latest, page=page, size=size)
96
+ > PageBackendType read_backend_types_backend_types_get(id=id, name=name, infrastructure=infrastructure, description=description, image_id=image_id, is_hardware=is_hardware, supports_raw_data=supports_raw_data, nqubits=nqubits, status=status, default_number_of_shots=default_number_of_shots, max_number_of_shots=max_number_of_shots, enabled=enabled, sort_by=sort_by, latest=latest, page=page, size=size)
96
97
 
97
98
  List backend types
98
99
 
99
- Read backend types.
100
+ Read backend types. Only enabled backend types are returned.
100
101
 
101
102
  ### Example
102
103
 
@@ -131,6 +132,7 @@ async with compute_api_client.ApiClient(configuration) as api_client:
131
132
  status = compute_api_client.BackendStatus() # BackendStatus | (optional)
132
133
  default_number_of_shots = 56 # int | (optional)
133
134
  max_number_of_shots = 56 # int | (optional)
135
+ enabled = True # bool | (optional)
134
136
  sort_by = 'sort_by_example' # str | The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'. (optional)
135
137
  latest = True # bool | If True gets the most recently created object. (optional)
136
138
  page = 1 # int | Page number (optional) (default to 1)
@@ -138,7 +140,7 @@ async with compute_api_client.ApiClient(configuration) as api_client:
138
140
 
139
141
  try:
140
142
  # List backend types
141
- api_response = await api_instance.read_backend_types_backend_types_get(id=id, name=name, infrastructure=infrastructure, description=description, image_id=image_id, is_hardware=is_hardware, supports_raw_data=supports_raw_data, nqubits=nqubits, status=status, default_number_of_shots=default_number_of_shots, max_number_of_shots=max_number_of_shots, sort_by=sort_by, latest=latest, page=page, size=size)
143
+ api_response = await api_instance.read_backend_types_backend_types_get(id=id, name=name, infrastructure=infrastructure, description=description, image_id=image_id, is_hardware=is_hardware, supports_raw_data=supports_raw_data, nqubits=nqubits, status=status, default_number_of_shots=default_number_of_shots, max_number_of_shots=max_number_of_shots, enabled=enabled, sort_by=sort_by, latest=latest, page=page, size=size)
142
144
  print("The response of BackendTypesApi->read_backend_types_backend_types_get:\n")
143
145
  pprint(api_response)
144
146
  except Exception as e:
@@ -162,6 +164,7 @@ Name | Type | Description | Notes
162
164
  **status** | [**BackendStatus**](.md)| | [optional]
163
165
  **default_number_of_shots** | **int**| | [optional]
164
166
  **max_number_of_shots** | **int**| | [optional]
167
+ **enabled** | **bool**| | [optional]
165
168
  **sort_by** | **str**| The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'. | [optional]
166
169
  **latest** | **bool**| If True gets the most recently created object. | [optional]
167
170
  **page** | **int**| Page number | [optional] [default to 1]
@@ -188,3 +191,84 @@ No authorization required
188
191
 
189
192
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
190
193
 
194
+ # **update_backend_type_backend_types_me_patch**
195
+ > BackendType update_backend_type_backend_types_me_patch(backend_type_patch)
196
+
197
+ Update backend type
198
+
199
+ Update backend type by ID. This endpoint allows for partial updates of backend type properties.
200
+
201
+ ### Example
202
+
203
+ * Api Key Authentication (backend):
204
+ ```python
205
+ import time
206
+ import os
207
+ import compute_api_client
208
+ from compute_api_client.models.backend_type import BackendType
209
+ from compute_api_client.models.backend_type_patch import BackendTypePatch
210
+ from compute_api_client.rest import ApiException
211
+ from pprint import pprint
212
+
213
+ # Defining the host is optional and defaults to http://localhost
214
+ # See configuration.py for a list of all supported configuration parameters.
215
+ configuration = compute_api_client.Configuration(
216
+ host = "http://localhost"
217
+ )
218
+
219
+ # The client must configure the authentication and authorization parameters
220
+ # in accordance with the API server security policy.
221
+ # Examples for each auth method are provided below, use the example that
222
+ # satisfies your auth use case.
223
+
224
+ # Configure API key authorization: backend
225
+ configuration.api_key['backend'] = os.environ["API_KEY"]
226
+
227
+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
228
+ # configuration.api_key_prefix['backend'] = 'Bearer'
229
+
230
+ # Enter a context with an instance of the API client
231
+ async with compute_api_client.ApiClient(configuration) as api_client:
232
+ # Create an instance of the API class
233
+ api_instance = compute_api_client.BackendTypesApi(api_client)
234
+ backend_type_patch = compute_api_client.BackendTypePatch() # BackendTypePatch |
235
+
236
+ try:
237
+ # Update backend type
238
+ api_response = await api_instance.update_backend_type_backend_types_me_patch(backend_type_patch)
239
+ print("The response of BackendTypesApi->update_backend_type_backend_types_me_patch:\n")
240
+ pprint(api_response)
241
+ except Exception as e:
242
+ print("Exception when calling BackendTypesApi->update_backend_type_backend_types_me_patch: %s\n" % e)
243
+ ```
244
+
245
+
246
+
247
+ ### Parameters
248
+
249
+ Name | Type | Description | Notes
250
+ ------------- | ------------- | ------------- | -------------
251
+ **backend_type_patch** | [**BackendTypePatch**](BackendTypePatch.md)| |
252
+
253
+ ### Return type
254
+
255
+ [**BackendType**](BackendType.md)
256
+
257
+ ### Authorization
258
+
259
+ [backend](../README.md#backend)
260
+
261
+ ### HTTP request headers
262
+
263
+ - **Content-Type**: application/json
264
+ - **Accept**: application/json
265
+
266
+ ### HTTP response details
267
+ | Status code | Description | Response headers |
268
+ |-------------|-------------|------------------|
269
+ **200** | Successful Response | - |
270
+ **404** | Not Found | - |
271
+ **422** | Validation Error | - |
272
+
273
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
274
+
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
  **content** | **str** | |
10
10
  **language_id** | **int** | |
11
11
  **compile_stage** | [**CompileStage**](CompileStage.md) | |
12
- **compile_properties** | **object** | |
12
+ **compile_properties** | **Dict[str, object]** | |
13
13
  **generated** | **bool** | |
14
14
  **name** | **str** | | [optional]
15
15
 
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  **content** | **str** | |
9
9
  **language_id** | **int** | |
10
10
  **compile_stage** | [**CompileStage**](CompileStage.md) | |
11
- **compile_properties** | **object** | |
11
+ **compile_properties** | **Dict[str, object]** | |
12
12
  **generated** | **bool** | | [optional] [default to False]
13
13
  **name** | **str** | | [optional]
14
14
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **id** | **int** | |
8
8
  **created_on** | **datetime** | |
9
9
  **job_id** | **int** | |
10
- **final_result** | **object** | |
10
+ **final_result** | **Dict[str, object]** | |
11
11
 
12
12
  ## Example
13
13
 
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **job_id** | **int** | |
8
- **final_result** | **object** | |
8
+ **final_result** | **Dict[str, object]** | |
9
9
 
10
10
  ## Example
11
11
 
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
17
17
  **session_id** | **str** | |
18
18
  **trace_id** | **str** | |
19
19
  **message** | **str** | |
20
- **source** | **str** | |
20
+ **source** | **str** | The source application of an exception that caused a job to fail (if applicable). | [optional] [default to '']
21
21
 
22
22
  ## Example
23
23
 
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  **session_id** | **str** | | [optional] [default to '']
9
9
  **trace_id** | **str** | | [optional] [default to '']
10
10
  **message** | **str** | | [optional] [default to '']
11
- **source** | **str** | | [optional] [default to '']
11
+ **source** | **str** | The source application of an exception that caused a job to fail (if applicable). | [optional] [default to '']
12
12
  **traceback** | **str** | | [optional] [default to '']
13
13
 
14
14
  ## Example
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[Algorithm]**](Algorithm.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[Backend]**](Backend.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[BackendType]**](BackendType.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[BatchJob]**](BatchJob.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[Commit]**](Commit.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[File]**](File.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[Job]**](Job.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[Language]**](Language.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[Member]**](Member.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[Permission]**](Permission.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[PermissionGroup]**](PermissionGroup.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[Project]**](Project.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[Reservation]**](Reservation.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[Result]**](Result.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[Team]**](Team.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[Transaction]**](Transaction.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **items** | [**List[User]**](User.md) | |
8
- **total** | **int** | |
8
+ **total** | **int** | | [optional]
9
9
  **page** | **int** | |
10
10
  **size** | **int** | |
11
11
  **pages** | **int** | | [optional]
@@ -7,11 +7,10 @@ Name | Type | Description | Notes
7
7
  **id** | **int** | |
8
8
  **created_on** | **datetime** | |
9
9
  **job_id** | **int** | |
10
- **metadata_id** | **int** | |
11
10
  **execution_time_in_seconds** | **float** | |
12
11
  **shots_requested** | **int** | |
13
12
  **shots_done** | **int** | |
14
- **results** | **object** | |
13
+ **results** | **Dict[str, object]** | |
15
14
  **raw_data** | **List[str]** | |
16
15
 
17
16
  ## Example
@@ -5,11 +5,10 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **job_id** | **int** | |
8
- **metadata_id** | **int** | | [optional]
9
8
  **execution_time_in_seconds** | **float** | |
10
9
  **shots_requested** | **int** | | [optional]
11
10
  **shots_done** | **int** | | [optional]
12
- **results** | **object** | | [optional]
11
+ **results** | **Dict[str, object]** | | [optional]
13
12
  **raw_data** | **List[str]** | | [optional]
14
13
 
15
14
  ## Example
@@ -245,7 +245,7 @@ Name | Type | Description | Notes
245
245
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
246
246
 
247
247
  # **read_results_by_algorithm_id_results_algorithm_algorithm_id_get**
248
- > PageResult read_results_by_algorithm_id_results_algorithm_algorithm_id_get(algorithm_id, id=id, created_on=created_on, job_id=job_id, metadata_id=metadata_id, execution_time_in_seconds=execution_time_in_seconds, shots_requested__isnull=shots_requested__isnull, shots_requested=shots_requested, shots_done__isnull=shots_done__isnull, shots_done=shots_done, results__isnull=results__isnull, raw_data__isnull=raw_data__isnull, sort_by=sort_by, latest=latest, page=page, size=size)
248
+ > PageResult read_results_by_algorithm_id_results_algorithm_algorithm_id_get(algorithm_id, id=id, created_on=created_on, job_id=job_id, execution_time_in_seconds=execution_time_in_seconds, shots_requested__isnull=shots_requested__isnull, shots_requested=shots_requested, shots_done__isnull=shots_done__isnull, shots_done=shots_done, results__isnull=results__isnull, raw_data__isnull=raw_data__isnull, sort_by=sort_by, latest=latest, page=page, size=size)
249
249
 
250
250
  Retrieve results by algorithm ID
251
251
 
@@ -283,7 +283,6 @@ async with compute_api_client.ApiClient(configuration) as api_client:
283
283
  id = 56 # int | (optional)
284
284
  created_on = '2013-10-20T19:20:30+01:00' # datetime | (optional)
285
285
  job_id = 56 # int | (optional)
286
- metadata_id = 56 # int | (optional)
287
286
  execution_time_in_seconds = 3.4 # float | (optional)
288
287
  shots_requested__isnull = True # bool | (optional)
289
288
  shots_requested = 56 # int | (optional)
@@ -298,7 +297,7 @@ async with compute_api_client.ApiClient(configuration) as api_client:
298
297
 
299
298
  try:
300
299
  # Retrieve results by algorithm ID
301
- api_response = await api_instance.read_results_by_algorithm_id_results_algorithm_algorithm_id_get(algorithm_id, id=id, created_on=created_on, job_id=job_id, metadata_id=metadata_id, execution_time_in_seconds=execution_time_in_seconds, shots_requested__isnull=shots_requested__isnull, shots_requested=shots_requested, shots_done__isnull=shots_done__isnull, shots_done=shots_done, results__isnull=results__isnull, raw_data__isnull=raw_data__isnull, sort_by=sort_by, latest=latest, page=page, size=size)
300
+ api_response = await api_instance.read_results_by_algorithm_id_results_algorithm_algorithm_id_get(algorithm_id, id=id, created_on=created_on, job_id=job_id, execution_time_in_seconds=execution_time_in_seconds, shots_requested__isnull=shots_requested__isnull, shots_requested=shots_requested, shots_done__isnull=shots_done__isnull, shots_done=shots_done, results__isnull=results__isnull, raw_data__isnull=raw_data__isnull, sort_by=sort_by, latest=latest, page=page, size=size)
302
301
  print("The response of ResultsApi->read_results_by_algorithm_id_results_algorithm_algorithm_id_get:\n")
303
302
  pprint(api_response)
304
303
  except Exception as e:
@@ -315,7 +314,6 @@ Name | Type | Description | Notes
315
314
  **id** | **int**| | [optional]
316
315
  **created_on** | **datetime**| | [optional]
317
316
  **job_id** | **int**| | [optional]
318
- **metadata_id** | **int**| | [optional]
319
317
  **execution_time_in_seconds** | **float**| | [optional]
320
318
  **shots_requested__isnull** | **bool**| | [optional]
321
319
  **shots_requested** | **int**| | [optional]
@@ -23,6 +23,7 @@ from compute_api_client.models.backend_in import BackendIn
23
23
  from compute_api_client.models.backend_patch import BackendPatch
24
24
  from compute_api_client.models.backend_status import BackendStatus
25
25
  from compute_api_client.models.backend_type import BackendType
26
+ from compute_api_client.models.backend_type_patch import BackendTypePatch
26
27
  from compute_api_client.models.backend_with_authentication import BackendWithAuthentication
27
28
  from compute_api_client.models.batch_job import BatchJob
28
29
  from compute_api_client.models.batch_job_in import BatchJobIn
@@ -47,8 +48,6 @@ from compute_api_client.models.language import Language
47
48
  from compute_api_client.models.location_inner import LocationInner
48
49
  from compute_api_client.models.member import Member
49
50
  from compute_api_client.models.member_in import MemberIn
50
- from compute_api_client.models.metadata import Metadata
51
- from compute_api_client.models.metadata_in import MetadataIn
52
51
  from compute_api_client.models.page_algorithm import PageAlgorithm
53
52
  from compute_api_client.models.page_backend import PageBackend
54
53
  from compute_api_client.models.page_backend_type import PageBackendType
@@ -58,7 +57,6 @@ from compute_api_client.models.page_file import PageFile
58
57
  from compute_api_client.models.page_job import PageJob
59
58
  from compute_api_client.models.page_language import PageLanguage
60
59
  from compute_api_client.models.page_member import PageMember
61
- from compute_api_client.models.page_metadata import PageMetadata
62
60
  from compute_api_client.models.page_permission import PagePermission
63
61
  from compute_api_client.models.page_permission_group import PagePermissionGroup
64
62
  from compute_api_client.models.page_project import PageProject
@@ -18,7 +18,7 @@ import re # noqa: F401
18
18
  import json
19
19
 
20
20
 
21
- from typing import Any, ClassVar, Dict, List, Union
21
+ from typing import Any, ClassVar, Dict, List
22
22
  from pydantic import BaseModel, StrictBool, StrictInt, StrictStr
23
23
  from pydantic import Field
24
24
  from typing_extensions import Annotated
@@ -40,14 +40,15 @@ class BackendType(BaseModel):
40
40
  is_hardware: StrictBool
41
41
  supports_raw_data: StrictBool
42
42
  features: List[StrictStr]
43
- default_compiler_config: Union[str, Any]
43
+ default_compiler_config: Dict[str, Any]
44
44
  gateset: List[StrictStr]
45
45
  topology: List[List[StrictInt]]
46
46
  nqubits: StrictInt
47
47
  status: BackendStatus
48
48
  default_number_of_shots: StrictInt
49
49
  max_number_of_shots: StrictInt
50
- __properties: ClassVar[List[str]] = ["id", "name", "infrastructure", "description", "image_id", "is_hardware", "supports_raw_data", "features", "default_compiler_config", "gateset", "topology", "nqubits", "status", "default_number_of_shots", "max_number_of_shots"]
50
+ enabled: StrictBool
51
+ __properties: ClassVar[List[str]] = ["id", "name", "infrastructure", "description", "image_id", "is_hardware", "supports_raw_data", "features", "default_compiler_config", "gateset", "topology", "nqubits", "status", "default_number_of_shots", "max_number_of_shots", "enabled"]
51
52
 
52
53
  model_config = {
53
54
  "populate_by_name": True,
@@ -111,7 +112,8 @@ class BackendType(BaseModel):
111
112
  "nqubits": obj.get("nqubits"),
112
113
  "status": obj.get("status"),
113
114
  "default_number_of_shots": obj.get("default_number_of_shots"),
114
- "max_number_of_shots": obj.get("max_number_of_shots")
115
+ "max_number_of_shots": obj.get("max_number_of_shots"),
116
+ "enabled": obj.get("enabled")
115
117
  })
116
118
  return _obj
117
119