polyaxon-sdk 2.4.0__py2.py3-none-any.whl → 2.4.0rc0__py2.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.
Files changed (266) hide show
  1. polyaxon_sdk/__init__.py +2 -2
  2. polyaxon_sdk/api/agents_v1_api.py +19 -9
  3. polyaxon_sdk/api/artifacts_stores_v1_api.py +1 -1
  4. polyaxon_sdk/api/auth_v1_api.py +30 -13
  5. polyaxon_sdk/api/connections_v1_api.py +11 -6
  6. polyaxon_sdk/api/dashboards_v1_api.py +11 -6
  7. polyaxon_sdk/api/organizations_v1_api.py +118 -53
  8. polyaxon_sdk/api/policies_v1_api.py +11 -6
  9. polyaxon_sdk/api/presets_v1_api.py +11 -6
  10. polyaxon_sdk/api/project_dashboards_v1_api.py +20 -10
  11. polyaxon_sdk/api/project_searches_v1_api.py +20 -10
  12. polyaxon_sdk/api/projects_v1_api.py +82 -37
  13. polyaxon_sdk/api/queues_v1_api.py +11 -6
  14. polyaxon_sdk/api/runs_v1_api.py +253 -113
  15. polyaxon_sdk/api/schemas_v1_api.py +1 -1
  16. polyaxon_sdk/api/searches_v1_api.py +11 -6
  17. polyaxon_sdk/api/service_accounts_v1_api.py +20 -10
  18. polyaxon_sdk/api/tags_v1_api.py +19 -9
  19. polyaxon_sdk/api/teams_v1_api.py +109 -49
  20. polyaxon_sdk/api/users_v1_api.py +10 -5
  21. polyaxon_sdk/api/versions_v1_api.py +1 -1
  22. polyaxon_sdk/api_client.py +2 -2
  23. polyaxon_sdk/configuration.py +3 -3
  24. polyaxon_sdk/exceptions.py +1 -1
  25. polyaxon_sdk/models/__init__.py +1 -1
  26. polyaxon_sdk/models/agent_state_response_agent_state.py +1 -1
  27. polyaxon_sdk/models/mx_job_mode.py +1 -1
  28. polyaxon_sdk/models/protobuf_any.py +1 -1
  29. polyaxon_sdk/models/protobuf_null_value.py +1 -1
  30. polyaxon_sdk/models/runtime_error.py +1 -1
  31. polyaxon_sdk/models/search_view.py +1 -1
  32. polyaxon_sdk/models/v1_activity.py +1 -1
  33. polyaxon_sdk/models/v1_agent.py +1 -1
  34. polyaxon_sdk/models/v1_agent_reconcile_body_request.py +1 -1
  35. polyaxon_sdk/models/v1_agent_state_response.py +1 -1
  36. polyaxon_sdk/models/v1_agent_status_body_request.py +1 -1
  37. polyaxon_sdk/models/v1_analytics_spec.py +1 -1
  38. polyaxon_sdk/models/v1_artifact_kind.py +1 -1
  39. polyaxon_sdk/models/v1_artifact_tree.py +1 -1
  40. polyaxon_sdk/models/v1_artifacts_mount.py +1 -1
  41. polyaxon_sdk/models/v1_artifacts_type.py +1 -1
  42. polyaxon_sdk/models/v1_auth.py +1 -1
  43. polyaxon_sdk/models/v1_auth_type.py +1 -1
  44. polyaxon_sdk/models/v1_average_stopping_policy.py +1 -1
  45. polyaxon_sdk/models/v1_bayes.py +1 -1
  46. polyaxon_sdk/models/v1_bucket_connection.py +1 -1
  47. polyaxon_sdk/models/v1_build.py +1 -1
  48. polyaxon_sdk/models/v1_cache.py +1 -1
  49. polyaxon_sdk/models/v1_claim_connection.py +1 -1
  50. polyaxon_sdk/models/v1_clean_pod_policy.py +1 -1
  51. polyaxon_sdk/models/v1_cloning.py +1 -1
  52. polyaxon_sdk/models/v1_cloning_kind.py +1 -1
  53. polyaxon_sdk/models/v1_compatibility.py +1 -1
  54. polyaxon_sdk/models/v1_compiled_operation.py +1 -1
  55. polyaxon_sdk/models/v1_component.py +1 -1
  56. polyaxon_sdk/models/v1_connection_kind.py +1 -1
  57. polyaxon_sdk/models/v1_connection_resource.py +1 -1
  58. polyaxon_sdk/models/v1_connection_response.py +1 -1
  59. polyaxon_sdk/models/v1_connection_schema.py +1 -1
  60. polyaxon_sdk/models/v1_connection_type.py +1 -1
  61. polyaxon_sdk/models/v1_credentials.py +1 -1
  62. polyaxon_sdk/models/v1_cron_schedule.py +1 -1
  63. polyaxon_sdk/models/v1_dag.py +1 -1
  64. polyaxon_sdk/models/v1_dag_ref.py +1 -1
  65. polyaxon_sdk/models/v1_dashboard.py +1 -1
  66. polyaxon_sdk/models/v1_dashboard_spec.py +1 -1
  67. polyaxon_sdk/models/v1_dask_job.py +1 -1
  68. polyaxon_sdk/models/v1_dask_replica.py +1 -1
  69. polyaxon_sdk/models/v1_date_time_schedule.py +1 -1
  70. polyaxon_sdk/models/v1_diff_stopping_policy.py +1 -1
  71. polyaxon_sdk/models/v1_dockerfile_type.py +1 -1
  72. polyaxon_sdk/models/v1_early_stopping.py +1 -1
  73. polyaxon_sdk/models/v1_entities_tags.py +1 -1
  74. polyaxon_sdk/models/v1_entities_transfer.py +1 -1
  75. polyaxon_sdk/models/v1_entity_notification_body.py +1 -1
  76. polyaxon_sdk/models/v1_entity_stage_body_request.py +1 -1
  77. polyaxon_sdk/models/v1_entity_status_body_request.py +1 -1
  78. polyaxon_sdk/models/v1_environment.py +1 -1
  79. polyaxon_sdk/models/v1_event.py +1 -1
  80. polyaxon_sdk/models/v1_event_artifact.py +1 -1
  81. polyaxon_sdk/models/v1_event_audio.py +1 -1
  82. polyaxon_sdk/models/v1_event_chart.py +1 -1
  83. polyaxon_sdk/models/v1_event_chart_kind.py +1 -1
  84. polyaxon_sdk/models/v1_event_confusion_matrix.py +1 -1
  85. polyaxon_sdk/models/v1_event_curve.py +1 -1
  86. polyaxon_sdk/models/v1_event_curve_kind.py +1 -1
  87. polyaxon_sdk/models/v1_event_dataframe.py +1 -1
  88. polyaxon_sdk/models/v1_event_histogram.py +1 -1
  89. polyaxon_sdk/models/v1_event_image.py +1 -1
  90. polyaxon_sdk/models/v1_event_kind.py +1 -1
  91. polyaxon_sdk/models/v1_event_model.py +1 -1
  92. polyaxon_sdk/models/v1_event_span.py +1 -1
  93. polyaxon_sdk/models/v1_event_span_kind.py +1 -1
  94. polyaxon_sdk/models/v1_event_trigger.py +1 -1
  95. polyaxon_sdk/models/v1_event_type.py +1 -1
  96. polyaxon_sdk/models/v1_event_video.py +1 -1
  97. polyaxon_sdk/models/v1_events_response.py +1 -1
  98. polyaxon_sdk/models/v1_failure_early_stopping.py +1 -1
  99. polyaxon_sdk/models/v1_file_type.py +1 -1
  100. polyaxon_sdk/models/v1_gcs_type.py +1 -1
  101. polyaxon_sdk/models/v1_git_connection.py +1 -1
  102. polyaxon_sdk/models/v1_git_type.py +1 -1
  103. polyaxon_sdk/models/v1_grid_search.py +1 -1
  104. polyaxon_sdk/models/v1_hook.py +1 -1
  105. polyaxon_sdk/models/v1_host_connection.py +1 -1
  106. polyaxon_sdk/models/v1_host_path_connection.py +1 -1
  107. polyaxon_sdk/models/v1_hp_choice.py +1 -1
  108. polyaxon_sdk/models/v1_hp_date_range.py +1 -1
  109. polyaxon_sdk/models/v1_hp_date_time_range.py +1 -1
  110. polyaxon_sdk/models/v1_hp_geom_space.py +1 -1
  111. polyaxon_sdk/models/v1_hp_lin_space.py +1 -1
  112. polyaxon_sdk/models/v1_hp_log_normal.py +1 -1
  113. polyaxon_sdk/models/v1_hp_log_space.py +1 -1
  114. polyaxon_sdk/models/v1_hp_log_uniform.py +1 -1
  115. polyaxon_sdk/models/v1_hp_normal.py +1 -1
  116. polyaxon_sdk/models/v1_hp_p_choice.py +1 -1
  117. polyaxon_sdk/models/v1_hp_params.py +1 -1
  118. polyaxon_sdk/models/v1_hp_q_log_normal.py +1 -1
  119. polyaxon_sdk/models/v1_hp_q_log_uniform.py +1 -1
  120. polyaxon_sdk/models/v1_hp_q_normal.py +1 -1
  121. polyaxon_sdk/models/v1_hp_q_uniform.py +1 -1
  122. polyaxon_sdk/models/v1_hp_range.py +1 -1
  123. polyaxon_sdk/models/v1_hp_uniform.py +1 -1
  124. polyaxon_sdk/models/v1_hub_ref.py +1 -1
  125. polyaxon_sdk/models/v1_hyperband.py +1 -1
  126. polyaxon_sdk/models/v1_hyperopt.py +1 -1
  127. polyaxon_sdk/models/v1_hyperopt_algorithms.py +1 -1
  128. polyaxon_sdk/models/v1_init.py +1 -1
  129. polyaxon_sdk/models/v1_installation.py +1 -1
  130. polyaxon_sdk/models/v1_interval_schedule.py +1 -1
  131. polyaxon_sdk/models/v1_io.py +1 -1
  132. polyaxon_sdk/models/v1_iterative.py +1 -1
  133. polyaxon_sdk/models/v1_job.py +1 -1
  134. polyaxon_sdk/models/v1_join.py +1 -1
  135. polyaxon_sdk/models/v1_join_param.py +1 -1
  136. polyaxon_sdk/models/v1_kf_replica.py +1 -1
  137. polyaxon_sdk/models/v1_list_activities_response.py +1 -1
  138. polyaxon_sdk/models/v1_list_agents_response.py +1 -1
  139. polyaxon_sdk/models/v1_list_bookmarks_response.py +1 -1
  140. polyaxon_sdk/models/v1_list_connections_response.py +1 -1
  141. polyaxon_sdk/models/v1_list_dashboards_response.py +1 -1
  142. polyaxon_sdk/models/v1_list_organization_members_response.py +1 -1
  143. polyaxon_sdk/models/v1_list_organizations_response.py +1 -1
  144. polyaxon_sdk/models/v1_list_policies_response.py +1 -1
  145. polyaxon_sdk/models/v1_list_presets_response.py +1 -1
  146. polyaxon_sdk/models/v1_list_project_versions_response.py +1 -1
  147. polyaxon_sdk/models/v1_list_projects_response.py +1 -1
  148. polyaxon_sdk/models/v1_list_queues_response.py +1 -1
  149. polyaxon_sdk/models/v1_list_run_artifacts_response.py +1 -1
  150. polyaxon_sdk/models/v1_list_run_connections_response.py +1 -1
  151. polyaxon_sdk/models/v1_list_run_edges_response.py +1 -1
  152. polyaxon_sdk/models/v1_list_runs_response.py +1 -1
  153. polyaxon_sdk/models/v1_list_searches_response.py +1 -1
  154. polyaxon_sdk/models/v1_list_service_accounts_response.py +1 -1
  155. polyaxon_sdk/models/v1_list_tags_response.py +1 -1
  156. polyaxon_sdk/models/v1_list_team_members_response.py +1 -1
  157. polyaxon_sdk/models/v1_list_teams_response.py +1 -1
  158. polyaxon_sdk/models/v1_list_token_response.py +1 -1
  159. polyaxon_sdk/models/v1_log.py +1 -1
  160. polyaxon_sdk/models/v1_log_handler.py +1 -1
  161. polyaxon_sdk/models/v1_logs.py +1 -1
  162. polyaxon_sdk/models/v1_managed_by.py +1 -1
  163. polyaxon_sdk/models/v1_mapping.py +1 -1
  164. polyaxon_sdk/models/v1_matrix.py +1 -1
  165. polyaxon_sdk/models/v1_matrix_kind.py +1 -1
  166. polyaxon_sdk/models/v1_median_stopping_policy.py +1 -1
  167. polyaxon_sdk/models/v1_metric_early_stopping.py +1 -1
  168. polyaxon_sdk/models/v1_mpi_job.py +1 -1
  169. polyaxon_sdk/models/v1_multi_events_response.py +1 -1
  170. polyaxon_sdk/models/v1_mx_job.py +1 -1
  171. polyaxon_sdk/models/v1_notification.py +1 -1
  172. polyaxon_sdk/models/v1_operation.py +1 -1
  173. polyaxon_sdk/models/v1_operation_body.py +1 -1
  174. polyaxon_sdk/models/v1_optimization.py +1 -1
  175. polyaxon_sdk/models/v1_optimization_metric.py +1 -1
  176. polyaxon_sdk/models/v1_optimization_resource.py +1 -1
  177. polyaxon_sdk/models/v1_organization.py +1 -1
  178. polyaxon_sdk/models/v1_organization_member.py +1 -1
  179. polyaxon_sdk/models/v1_paddle_elastic_polic.py +1 -1
  180. polyaxon_sdk/models/v1_paddle_job.py +1 -1
  181. polyaxon_sdk/models/v1_param.py +1 -1
  182. polyaxon_sdk/models/v1_password_change.py +1 -1
  183. polyaxon_sdk/models/v1_patch_strategy.py +1 -1
  184. polyaxon_sdk/models/v1_path_ref.py +1 -1
  185. polyaxon_sdk/models/v1_pipeline.py +1 -1
  186. polyaxon_sdk/models/v1_pipeline_kind.py +1 -1
  187. polyaxon_sdk/models/v1_plugins.py +1 -1
  188. polyaxon_sdk/models/v1_policy.py +1 -1
  189. polyaxon_sdk/models/v1_polyaxon_init_container.py +1 -1
  190. polyaxon_sdk/models/v1_polyaxon_sidecar_container.py +1 -1
  191. polyaxon_sdk/models/v1_preset.py +1 -1
  192. polyaxon_sdk/models/v1_preset_settings.py +1 -1
  193. polyaxon_sdk/models/v1_project.py +1 -1
  194. polyaxon_sdk/models/v1_project_settings.py +1 -1
  195. polyaxon_sdk/models/v1_project_version.py +1 -1
  196. polyaxon_sdk/models/v1_project_version_kind.py +1 -1
  197. polyaxon_sdk/models/v1_pytorch_elastic_policy.py +1 -1
  198. polyaxon_sdk/models/v1_pytorch_job.py +1 -1
  199. polyaxon_sdk/models/v1_queue.py +1 -1
  200. polyaxon_sdk/models/v1_random_search.py +1 -1
  201. polyaxon_sdk/models/v1_ray_job.py +1 -1
  202. polyaxon_sdk/models/v1_ray_replica.py +1 -1
  203. polyaxon_sdk/models/v1_reference.py +1 -1
  204. polyaxon_sdk/models/v1_resource_type.py +1 -1
  205. polyaxon_sdk/models/v1_run.py +1 -1
  206. polyaxon_sdk/models/v1_run_artifact.py +1 -1
  207. polyaxon_sdk/models/v1_run_artifacts.py +1 -1
  208. polyaxon_sdk/models/v1_run_connection.py +1 -1
  209. polyaxon_sdk/models/v1_run_edge.py +1 -1
  210. polyaxon_sdk/models/v1_run_edge_kind.py +1 -1
  211. polyaxon_sdk/models/v1_run_edge_lineage.py +1 -1
  212. polyaxon_sdk/models/v1_run_edges_graph.py +1 -1
  213. polyaxon_sdk/models/v1_run_kind.py +1 -1
  214. polyaxon_sdk/models/v1_run_pending.py +1 -1
  215. polyaxon_sdk/models/v1_run_reference_catalog.py +1 -1
  216. polyaxon_sdk/models/v1_run_resources.py +1 -1
  217. polyaxon_sdk/models/v1_run_schema.py +1 -1
  218. polyaxon_sdk/models/v1_run_settings.py +1 -1
  219. polyaxon_sdk/models/v1_s3_type.py +1 -1
  220. polyaxon_sdk/models/v1_schedule.py +1 -1
  221. polyaxon_sdk/models/v1_schedule_kind.py +1 -1
  222. polyaxon_sdk/models/v1_scheduling_policy.py +1 -1
  223. polyaxon_sdk/models/v1_schemas.py +1 -1
  224. polyaxon_sdk/models/v1_search.py +1 -1
  225. polyaxon_sdk/models/v1_search_spec.py +1 -1
  226. polyaxon_sdk/models/v1_section_spec.py +1 -1
  227. polyaxon_sdk/models/v1_service.py +1 -1
  228. polyaxon_sdk/models/v1_service_account.py +1 -1
  229. polyaxon_sdk/models/v1_settings_catalog.py +1 -1
  230. polyaxon_sdk/models/v1_stage.py +1 -1
  231. polyaxon_sdk/models/v1_stage_condition.py +1 -1
  232. polyaxon_sdk/models/v1_stages.py +1 -1
  233. polyaxon_sdk/models/v1_status.py +1 -1
  234. polyaxon_sdk/models/v1_status_condition.py +1 -1
  235. polyaxon_sdk/models/v1_statuses.py +1 -1
  236. polyaxon_sdk/models/v1_tag.py +1 -1
  237. polyaxon_sdk/models/v1_team.py +1 -1
  238. polyaxon_sdk/models/v1_team_member.py +1 -1
  239. polyaxon_sdk/models/v1_team_settings.py +1 -1
  240. polyaxon_sdk/models/v1_template.py +1 -1
  241. polyaxon_sdk/models/v1_tensorboard_type.py +1 -1
  242. polyaxon_sdk/models/v1_termination.py +1 -1
  243. polyaxon_sdk/models/v1_tf_job.py +1 -1
  244. polyaxon_sdk/models/v1_token.py +1 -1
  245. polyaxon_sdk/models/v1_trial_start.py +1 -1
  246. polyaxon_sdk/models/v1_trigger_policy.py +1 -1
  247. polyaxon_sdk/models/v1_truncation_stopping_policy.py +1 -1
  248. polyaxon_sdk/models/v1_tuner.py +1 -1
  249. polyaxon_sdk/models/v1_uri_type.py +1 -1
  250. polyaxon_sdk/models/v1_url_ref.py +1 -1
  251. polyaxon_sdk/models/v1_user.py +1 -1
  252. polyaxon_sdk/models/v1_user_access.py +1 -1
  253. polyaxon_sdk/models/v1_user_access_data.py +1 -1
  254. polyaxon_sdk/models/v1_user_email.py +1 -1
  255. polyaxon_sdk/models/v1_user_singup.py +1 -1
  256. polyaxon_sdk/models/v1_uuids.py +1 -1
  257. polyaxon_sdk/models/v1_validation.py +1 -1
  258. polyaxon_sdk/models/v1_version.py +1 -1
  259. polyaxon_sdk/models/v1_wasb_type.py +1 -1
  260. polyaxon_sdk/models/v1_xg_boost_job.py +1 -1
  261. polyaxon_sdk/rest.py +1 -1
  262. {polyaxon_sdk-2.4.0.dist-info → polyaxon_sdk-2.4.0rc0.dist-info}/METADATA +1 -1
  263. polyaxon_sdk-2.4.0rc0.dist-info/RECORD +266 -0
  264. polyaxon_sdk-2.4.0.dist-info/RECORD +0 -266
  265. {polyaxon_sdk-2.4.0.dist-info → polyaxon_sdk-2.4.0rc0.dist-info}/WHEEL +0 -0
  266. {polyaxon_sdk-2.4.0.dist-info → polyaxon_sdk-2.4.0rc0.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.4.0
8
+ The version of the OpenAPI document: 2.4.0-rc0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -67,7 +67,7 @@ class RunsV1Api(object):
67
67
  self.api_client = api_client
68
68
 
69
69
  @validate_arguments
70
- def approve_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> None: # noqa: E501
70
+ def approve_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> object: # noqa: E501
71
71
  """Approve run # noqa: E501
72
72
 
73
73
  This method makes a synchronous HTTP request by default. To make an
@@ -95,7 +95,7 @@ class RunsV1Api(object):
95
95
  :return: Returns the result object.
96
96
  If the method is called asynchronously,
97
97
  returns the request thread.
98
- :rtype: None
98
+ :rtype: object
99
99
  """
100
100
  kwargs['_return_http_data_only'] = True
101
101
  return self.approve_run_with_http_info(owner, entity, uuid, **kwargs) # noqa: E501
@@ -137,7 +137,7 @@ class RunsV1Api(object):
137
137
  :return: Returns the result object.
138
138
  If the method is called asynchronously,
139
139
  returns the request thread.
140
- :rtype: None
140
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
141
141
  """
142
142
 
143
143
  _params = locals()
@@ -199,7 +199,12 @@ class RunsV1Api(object):
199
199
  # authentication setting
200
200
  _auth_settings = ['ApiKey'] # noqa: E501
201
201
 
202
- _response_types_map = {}
202
+ _response_types_map = {
203
+ '200': "object",
204
+ '204': "object",
205
+ '403': "object",
206
+ '404': "object",
207
+ }
203
208
 
204
209
  return self.api_client.call_api(
205
210
  '/api/v1/{owner}/{entity}/runs/{uuid}/approve', 'POST',
@@ -219,7 +224,7 @@ class RunsV1Api(object):
219
224
  _request_auth=_params.get('_request_auth'))
220
225
 
221
226
  @validate_arguments
222
- def approve_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
227
+ def approve_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> object: # noqa: E501
223
228
  """Approve runs # noqa: E501
224
229
 
225
230
  This method makes a synchronous HTTP request by default. To make an
@@ -247,7 +252,7 @@ class RunsV1Api(object):
247
252
  :return: Returns the result object.
248
253
  If the method is called asynchronously,
249
254
  returns the request thread.
250
- :rtype: None
255
+ :rtype: object
251
256
  """
252
257
  kwargs['_return_http_data_only'] = True
253
258
  return self.approve_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -289,7 +294,7 @@ class RunsV1Api(object):
289
294
  :return: Returns the result object.
290
295
  If the method is called asynchronously,
291
296
  returns the request thread.
292
- :rtype: None
297
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
293
298
  """
294
299
 
295
300
  _params = locals()
@@ -358,7 +363,12 @@ class RunsV1Api(object):
358
363
  # authentication setting
359
364
  _auth_settings = ['ApiKey'] # noqa: E501
360
365
 
361
- _response_types_map = {}
366
+ _response_types_map = {
367
+ '200': "object",
368
+ '204': "object",
369
+ '403': "object",
370
+ '404': "object",
371
+ }
362
372
 
363
373
  return self.api_client.call_api(
364
374
  '/api/v1/{owner}/{name}/runs/approve', 'POST',
@@ -378,7 +388,7 @@ class RunsV1Api(object):
378
388
  _request_auth=_params.get('_request_auth'))
379
389
 
380
390
  @validate_arguments
381
- def archive_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> None: # noqa: E501
391
+ def archive_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> object: # noqa: E501
382
392
  """Archive run # noqa: E501
383
393
 
384
394
  This method makes a synchronous HTTP request by default. To make an
@@ -406,7 +416,7 @@ class RunsV1Api(object):
406
416
  :return: Returns the result object.
407
417
  If the method is called asynchronously,
408
418
  returns the request thread.
409
- :rtype: None
419
+ :rtype: object
410
420
  """
411
421
  kwargs['_return_http_data_only'] = True
412
422
  return self.archive_run_with_http_info(owner, entity, uuid, **kwargs) # noqa: E501
@@ -448,7 +458,7 @@ class RunsV1Api(object):
448
458
  :return: Returns the result object.
449
459
  If the method is called asynchronously,
450
460
  returns the request thread.
451
- :rtype: None
461
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
452
462
  """
453
463
 
454
464
  _params = locals()
@@ -510,7 +520,12 @@ class RunsV1Api(object):
510
520
  # authentication setting
511
521
  _auth_settings = ['ApiKey'] # noqa: E501
512
522
 
513
- _response_types_map = {}
523
+ _response_types_map = {
524
+ '200': "object",
525
+ '204': "object",
526
+ '403': "object",
527
+ '404': "object",
528
+ }
514
529
 
515
530
  return self.api_client.call_api(
516
531
  '/api/v1/{owner}/{entity}/runs/{uuid}/archive', 'POST',
@@ -530,7 +545,7 @@ class RunsV1Api(object):
530
545
  _request_auth=_params.get('_request_auth'))
531
546
 
532
547
  @validate_arguments
533
- def archive_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
548
+ def archive_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> object: # noqa: E501
534
549
  """Archive runs # noqa: E501
535
550
 
536
551
  This method makes a synchronous HTTP request by default. To make an
@@ -558,7 +573,7 @@ class RunsV1Api(object):
558
573
  :return: Returns the result object.
559
574
  If the method is called asynchronously,
560
575
  returns the request thread.
561
- :rtype: None
576
+ :rtype: object
562
577
  """
563
578
  kwargs['_return_http_data_only'] = True
564
579
  return self.archive_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -600,7 +615,7 @@ class RunsV1Api(object):
600
615
  :return: Returns the result object.
601
616
  If the method is called asynchronously,
602
617
  returns the request thread.
603
- :rtype: None
618
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
604
619
  """
605
620
 
606
621
  _params = locals()
@@ -669,7 +684,12 @@ class RunsV1Api(object):
669
684
  # authentication setting
670
685
  _auth_settings = ['ApiKey'] # noqa: E501
671
686
 
672
- _response_types_map = {}
687
+ _response_types_map = {
688
+ '200': "object",
689
+ '204': "object",
690
+ '403': "object",
691
+ '404': "object",
692
+ }
673
693
 
674
694
  return self.api_client.call_api(
675
695
  '/api/v1/{owner}/{name}/runs/archive', 'POST',
@@ -689,7 +709,7 @@ class RunsV1Api(object):
689
709
  _request_auth=_params.get('_request_auth'))
690
710
 
691
711
  @validate_arguments
692
- def bookmark_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> None: # noqa: E501
712
+ def bookmark_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> object: # noqa: E501
693
713
  """Bookmark run # noqa: E501
694
714
 
695
715
  This method makes a synchronous HTTP request by default. To make an
@@ -717,7 +737,7 @@ class RunsV1Api(object):
717
737
  :return: Returns the result object.
718
738
  If the method is called asynchronously,
719
739
  returns the request thread.
720
- :rtype: None
740
+ :rtype: object
721
741
  """
722
742
  kwargs['_return_http_data_only'] = True
723
743
  return self.bookmark_run_with_http_info(owner, entity, uuid, **kwargs) # noqa: E501
@@ -759,7 +779,7 @@ class RunsV1Api(object):
759
779
  :return: Returns the result object.
760
780
  If the method is called asynchronously,
761
781
  returns the request thread.
762
- :rtype: None
782
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
763
783
  """
764
784
 
765
785
  _params = locals()
@@ -821,7 +841,12 @@ class RunsV1Api(object):
821
841
  # authentication setting
822
842
  _auth_settings = ['ApiKey'] # noqa: E501
823
843
 
824
- _response_types_map = {}
844
+ _response_types_map = {
845
+ '200': "object",
846
+ '204': "object",
847
+ '403': "object",
848
+ '404': "object",
849
+ }
825
850
 
826
851
  return self.api_client.call_api(
827
852
  '/api/v1/{owner}/{entity}/runs/{uuid}/bookmark', 'POST',
@@ -841,7 +866,7 @@ class RunsV1Api(object):
841
866
  _request_auth=_params.get('_request_auth'))
842
867
 
843
868
  @validate_arguments
844
- def bookmark_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
869
+ def bookmark_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> object: # noqa: E501
845
870
  """Bookmark runs # noqa: E501
846
871
 
847
872
  This method makes a synchronous HTTP request by default. To make an
@@ -869,7 +894,7 @@ class RunsV1Api(object):
869
894
  :return: Returns the result object.
870
895
  If the method is called asynchronously,
871
896
  returns the request thread.
872
- :rtype: None
897
+ :rtype: object
873
898
  """
874
899
  kwargs['_return_http_data_only'] = True
875
900
  return self.bookmark_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -911,7 +936,7 @@ class RunsV1Api(object):
911
936
  :return: Returns the result object.
912
937
  If the method is called asynchronously,
913
938
  returns the request thread.
914
- :rtype: None
939
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
915
940
  """
916
941
 
917
942
  _params = locals()
@@ -980,7 +1005,12 @@ class RunsV1Api(object):
980
1005
  # authentication setting
981
1006
  _auth_settings = ['ApiKey'] # noqa: E501
982
1007
 
983
- _response_types_map = {}
1008
+ _response_types_map = {
1009
+ '200': "object",
1010
+ '204': "object",
1011
+ '403': "object",
1012
+ '404': "object",
1013
+ }
984
1014
 
985
1015
  return self.api_client.call_api(
986
1016
  '/api/v1/{owner}/{name}/runs/bookmark', 'POST',
@@ -1000,7 +1030,7 @@ class RunsV1Api(object):
1000
1030
  _request_auth=_params.get('_request_auth'))
1001
1031
 
1002
1032
  @validate_arguments
1003
- def collect_run_logs(self, namespace : StrictStr, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project where the run will be assigned")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the entity")], kind : Annotated[StrictStr, Field(..., description="Kind of the entity")], **kwargs) -> None: # noqa: E501
1033
+ def collect_run_logs(self, namespace : StrictStr, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project where the run will be assigned")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the entity")], kind : Annotated[StrictStr, Field(..., description="Kind of the entity")], **kwargs) -> object: # noqa: E501
1004
1034
  """Internal API to collect run logs # noqa: E501
1005
1035
 
1006
1036
  This method makes a synchronous HTTP request by default. To make an
@@ -1032,7 +1062,7 @@ class RunsV1Api(object):
1032
1062
  :return: Returns the result object.
1033
1063
  If the method is called asynchronously,
1034
1064
  returns the request thread.
1035
- :rtype: None
1065
+ :rtype: object
1036
1066
  """
1037
1067
  kwargs['_return_http_data_only'] = True
1038
1068
  return self.collect_run_logs_with_http_info(namespace, owner, project, uuid, kind, **kwargs) # noqa: E501
@@ -1078,7 +1108,7 @@ class RunsV1Api(object):
1078
1108
  :return: Returns the result object.
1079
1109
  If the method is called asynchronously,
1080
1110
  returns the request thread.
1081
- :rtype: None
1111
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
1082
1112
  """
1083
1113
 
1084
1114
  _params = locals()
@@ -1148,7 +1178,12 @@ class RunsV1Api(object):
1148
1178
  # authentication setting
1149
1179
  _auth_settings = ['ApiKey'] # noqa: E501
1150
1180
 
1151
- _response_types_map = {}
1181
+ _response_types_map = {
1182
+ '200': "object",
1183
+ '204': "object",
1184
+ '403': "object",
1185
+ '404': "object",
1186
+ }
1152
1187
 
1153
1188
  return self.api_client.call_api(
1154
1189
  '/internal/v1/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs', 'POST',
@@ -1504,7 +1539,7 @@ class RunsV1Api(object):
1504
1539
  _request_auth=_params.get('_request_auth'))
1505
1540
 
1506
1541
  @validate_arguments
1507
- def create_run_artifacts_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project where the run will be assigned")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the entity")], body : Annotated[V1RunArtifacts, Field(..., description="Run Artifacts")], **kwargs) -> None: # noqa: E501
1542
+ def create_run_artifacts_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project where the run will be assigned")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the entity")], body : Annotated[V1RunArtifacts, Field(..., description="Run Artifacts")], **kwargs) -> object: # noqa: E501
1508
1543
  """Create bulk run artifacts lineage # noqa: E501
1509
1544
 
1510
1545
  This method makes a synchronous HTTP request by default. To make an
@@ -1534,7 +1569,7 @@ class RunsV1Api(object):
1534
1569
  :return: Returns the result object.
1535
1570
  If the method is called asynchronously,
1536
1571
  returns the request thread.
1537
- :rtype: None
1572
+ :rtype: object
1538
1573
  """
1539
1574
  kwargs['_return_http_data_only'] = True
1540
1575
  return self.create_run_artifacts_lineage_with_http_info(owner, project, uuid, body, **kwargs) # noqa: E501
@@ -1578,7 +1613,7 @@ class RunsV1Api(object):
1578
1613
  :return: Returns the result object.
1579
1614
  If the method is called asynchronously,
1580
1615
  returns the request thread.
1581
- :rtype: None
1616
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
1582
1617
  """
1583
1618
 
1584
1619
  _params = locals()
@@ -1651,7 +1686,12 @@ class RunsV1Api(object):
1651
1686
  # authentication setting
1652
1687
  _auth_settings = ['ApiKey'] # noqa: E501
1653
1688
 
1654
- _response_types_map = {}
1689
+ _response_types_map = {
1690
+ '200': "object",
1691
+ '204': "object",
1692
+ '403': "object",
1693
+ '404': "object",
1694
+ }
1655
1695
 
1656
1696
  return self.api_client.call_api(
1657
1697
  '/api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts', 'POST',
@@ -1843,7 +1883,7 @@ class RunsV1Api(object):
1843
1883
  _request_auth=_params.get('_request_auth'))
1844
1884
 
1845
1885
  @validate_arguments
1846
- def delete_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> None: # noqa: E501
1886
+ def delete_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> object: # noqa: E501
1847
1887
  """Delete run # noqa: E501
1848
1888
 
1849
1889
  This method makes a synchronous HTTP request by default. To make an
@@ -1871,7 +1911,7 @@ class RunsV1Api(object):
1871
1911
  :return: Returns the result object.
1872
1912
  If the method is called asynchronously,
1873
1913
  returns the request thread.
1874
- :rtype: None
1914
+ :rtype: object
1875
1915
  """
1876
1916
  kwargs['_return_http_data_only'] = True
1877
1917
  return self.delete_run_with_http_info(owner, entity, uuid, **kwargs) # noqa: E501
@@ -1913,7 +1953,7 @@ class RunsV1Api(object):
1913
1953
  :return: Returns the result object.
1914
1954
  If the method is called asynchronously,
1915
1955
  returns the request thread.
1916
- :rtype: None
1956
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
1917
1957
  """
1918
1958
 
1919
1959
  _params = locals()
@@ -1975,7 +2015,12 @@ class RunsV1Api(object):
1975
2015
  # authentication setting
1976
2016
  _auth_settings = ['ApiKey'] # noqa: E501
1977
2017
 
1978
- _response_types_map = {}
2018
+ _response_types_map = {
2019
+ '200': "object",
2020
+ '204': "object",
2021
+ '403': "object",
2022
+ '404': "object",
2023
+ }
1979
2024
 
1980
2025
  return self.api_client.call_api(
1981
2026
  '/api/v1/{owner}/{entity}/runs/{uuid}', 'DELETE',
@@ -1995,7 +2040,7 @@ class RunsV1Api(object):
1995
2040
  _request_auth=_params.get('_request_auth'))
1996
2041
 
1997
2042
  @validate_arguments
1998
- def delete_run_artifact(self, namespace : Annotated[StrictStr, Field(..., description="namespace")], owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project where the run will be assigned")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the entity")], path : Annotated[Optional[StrictStr], Field(description="Path query param.")] = None, connection : Annotated[Optional[StrictStr], Field(description="Connection to use.")] = None, **kwargs) -> None: # noqa: E501
2043
+ def delete_run_artifact(self, namespace : Annotated[StrictStr, Field(..., description="namespace")], owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project where the run will be assigned")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the entity")], path : Annotated[Optional[StrictStr], Field(description="Path query param.")] = None, connection : Annotated[Optional[StrictStr], Field(description="Connection to use.")] = None, **kwargs) -> object: # noqa: E501
1999
2044
  """Delete run artifact # noqa: E501
2000
2045
 
2001
2046
  This method makes a synchronous HTTP request by default. To make an
@@ -2029,7 +2074,7 @@ class RunsV1Api(object):
2029
2074
  :return: Returns the result object.
2030
2075
  If the method is called asynchronously,
2031
2076
  returns the request thread.
2032
- :rtype: None
2077
+ :rtype: object
2033
2078
  """
2034
2079
  kwargs['_return_http_data_only'] = True
2035
2080
  return self.delete_run_artifact_with_http_info(namespace, owner, project, uuid, path, connection, **kwargs) # noqa: E501
@@ -2077,7 +2122,7 @@ class RunsV1Api(object):
2077
2122
  :return: Returns the result object.
2078
2123
  If the method is called asynchronously,
2079
2124
  returns the request thread.
2080
- :rtype: None
2125
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
2081
2126
  """
2082
2127
 
2083
2128
  _params = locals()
@@ -2151,7 +2196,12 @@ class RunsV1Api(object):
2151
2196
  # authentication setting
2152
2197
  _auth_settings = ['ApiKey'] # noqa: E501
2153
2198
 
2154
- _response_types_map = {}
2199
+ _response_types_map = {
2200
+ '200': "object",
2201
+ '204': "object",
2202
+ '403': "object",
2203
+ '404': "object",
2204
+ }
2155
2205
 
2156
2206
  return self.api_client.call_api(
2157
2207
  '/streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact', 'DELETE',
@@ -2171,7 +2221,7 @@ class RunsV1Api(object):
2171
2221
  _request_auth=_params.get('_request_auth'))
2172
2222
 
2173
2223
  @validate_arguments
2174
- def delete_run_artifact_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project where the run will be assigned")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the entity")], name : Annotated[StrictStr, Field(..., description="Artifact name")], namespace : Annotated[Optional[StrictStr], Field(description="namespace.")] = None, **kwargs) -> None: # noqa: E501
2224
+ def delete_run_artifact_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project where the run will be assigned")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the entity")], name : Annotated[StrictStr, Field(..., description="Artifact name")], namespace : Annotated[Optional[StrictStr], Field(description="namespace.")] = None, **kwargs) -> object: # noqa: E501
2175
2225
  """Delete run artifact lineage # noqa: E501
2176
2226
 
2177
2227
  This method makes a synchronous HTTP request by default. To make an
@@ -2203,7 +2253,7 @@ class RunsV1Api(object):
2203
2253
  :return: Returns the result object.
2204
2254
  If the method is called asynchronously,
2205
2255
  returns the request thread.
2206
- :rtype: None
2256
+ :rtype: object
2207
2257
  """
2208
2258
  kwargs['_return_http_data_only'] = True
2209
2259
  return self.delete_run_artifact_lineage_with_http_info(owner, project, uuid, name, namespace, **kwargs) # noqa: E501
@@ -2249,7 +2299,7 @@ class RunsV1Api(object):
2249
2299
  :return: Returns the result object.
2250
2300
  If the method is called asynchronously,
2251
2301
  returns the request thread.
2252
- :rtype: None
2302
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
2253
2303
  """
2254
2304
 
2255
2305
  _params = locals()
@@ -2319,7 +2369,12 @@ class RunsV1Api(object):
2319
2369
  # authentication setting
2320
2370
  _auth_settings = ['ApiKey'] # noqa: E501
2321
2371
 
2322
- _response_types_map = {}
2372
+ _response_types_map = {
2373
+ '200': "object",
2374
+ '204': "object",
2375
+ '403': "object",
2376
+ '404': "object",
2377
+ }
2323
2378
 
2324
2379
  return self.api_client.call_api(
2325
2380
  '/api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}', 'DELETE',
@@ -2339,7 +2394,7 @@ class RunsV1Api(object):
2339
2394
  _request_auth=_params.get('_request_auth'))
2340
2395
 
2341
2396
  @validate_arguments
2342
- def delete_run_artifacts(self, namespace : Annotated[StrictStr, Field(..., description="namespace")], owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project where the run will be assigned")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the entity")], path : Annotated[Optional[StrictStr], Field(description="Path query param.")] = None, connection : Annotated[Optional[StrictStr], Field(description="Connection to use.")] = None, **kwargs) -> None: # noqa: E501
2397
+ def delete_run_artifacts(self, namespace : Annotated[StrictStr, Field(..., description="namespace")], owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project where the run will be assigned")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the entity")], path : Annotated[Optional[StrictStr], Field(description="Path query param.")] = None, connection : Annotated[Optional[StrictStr], Field(description="Connection to use.")] = None, **kwargs) -> object: # noqa: E501
2343
2398
  """Delete run artifacts # noqa: E501
2344
2399
 
2345
2400
  This method makes a synchronous HTTP request by default. To make an
@@ -2373,7 +2428,7 @@ class RunsV1Api(object):
2373
2428
  :return: Returns the result object.
2374
2429
  If the method is called asynchronously,
2375
2430
  returns the request thread.
2376
- :rtype: None
2431
+ :rtype: object
2377
2432
  """
2378
2433
  kwargs['_return_http_data_only'] = True
2379
2434
  return self.delete_run_artifacts_with_http_info(namespace, owner, project, uuid, path, connection, **kwargs) # noqa: E501
@@ -2421,7 +2476,7 @@ class RunsV1Api(object):
2421
2476
  :return: Returns the result object.
2422
2477
  If the method is called asynchronously,
2423
2478
  returns the request thread.
2424
- :rtype: None
2479
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
2425
2480
  """
2426
2481
 
2427
2482
  _params = locals()
@@ -2495,7 +2550,12 @@ class RunsV1Api(object):
2495
2550
  # authentication setting
2496
2551
  _auth_settings = ['ApiKey'] # noqa: E501
2497
2552
 
2498
- _response_types_map = {}
2553
+ _response_types_map = {
2554
+ '200': "object",
2555
+ '204': "object",
2556
+ '403': "object",
2557
+ '404': "object",
2558
+ }
2499
2559
 
2500
2560
  return self.api_client.call_api(
2501
2561
  '/streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts', 'DELETE',
@@ -2515,7 +2575,7 @@ class RunsV1Api(object):
2515
2575
  _request_auth=_params.get('_request_auth'))
2516
2576
 
2517
2577
  @validate_arguments
2518
- def delete_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
2578
+ def delete_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> object: # noqa: E501
2519
2579
  """Delete runs # noqa: E501
2520
2580
 
2521
2581
  This method makes a synchronous HTTP request by default. To make an
@@ -2543,7 +2603,7 @@ class RunsV1Api(object):
2543
2603
  :return: Returns the result object.
2544
2604
  If the method is called asynchronously,
2545
2605
  returns the request thread.
2546
- :rtype: None
2606
+ :rtype: object
2547
2607
  """
2548
2608
  kwargs['_return_http_data_only'] = True
2549
2609
  return self.delete_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -2585,7 +2645,7 @@ class RunsV1Api(object):
2585
2645
  :return: Returns the result object.
2586
2646
  If the method is called asynchronously,
2587
2647
  returns the request thread.
2588
- :rtype: None
2648
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
2589
2649
  """
2590
2650
 
2591
2651
  _params = locals()
@@ -2654,7 +2714,12 @@ class RunsV1Api(object):
2654
2714
  # authentication setting
2655
2715
  _auth_settings = ['ApiKey'] # noqa: E501
2656
2716
 
2657
- _response_types_map = {}
2717
+ _response_types_map = {
2718
+ '200': "object",
2719
+ '204': "object",
2720
+ '403': "object",
2721
+ '404': "object",
2722
+ }
2658
2723
 
2659
2724
  return self.api_client.call_api(
2660
2725
  '/api/v1/{owner}/{name}/runs/delete', 'DELETE',
@@ -7063,7 +7128,7 @@ class RunsV1Api(object):
7063
7128
  _request_auth=_params.get('_request_auth'))
7064
7129
 
7065
7130
  @validate_arguments
7066
- def invalidate_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> None: # noqa: E501
7131
+ def invalidate_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> object: # noqa: E501
7067
7132
  """Invalidate run # noqa: E501
7068
7133
 
7069
7134
  This method makes a synchronous HTTP request by default. To make an
@@ -7091,7 +7156,7 @@ class RunsV1Api(object):
7091
7156
  :return: Returns the result object.
7092
7157
  If the method is called asynchronously,
7093
7158
  returns the request thread.
7094
- :rtype: None
7159
+ :rtype: object
7095
7160
  """
7096
7161
  kwargs['_return_http_data_only'] = True
7097
7162
  return self.invalidate_run_with_http_info(owner, entity, uuid, **kwargs) # noqa: E501
@@ -7133,7 +7198,7 @@ class RunsV1Api(object):
7133
7198
  :return: Returns the result object.
7134
7199
  If the method is called asynchronously,
7135
7200
  returns the request thread.
7136
- :rtype: None
7201
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
7137
7202
  """
7138
7203
 
7139
7204
  _params = locals()
@@ -7195,7 +7260,12 @@ class RunsV1Api(object):
7195
7260
  # authentication setting
7196
7261
  _auth_settings = ['ApiKey'] # noqa: E501
7197
7262
 
7198
- _response_types_map = {}
7263
+ _response_types_map = {
7264
+ '200': "object",
7265
+ '204': "object",
7266
+ '403': "object",
7267
+ '404': "object",
7268
+ }
7199
7269
 
7200
7270
  return self.api_client.call_api(
7201
7271
  '/api/v1/{owner}/{entity}/runs/{uuid}/invalidate', 'POST',
@@ -7215,7 +7285,7 @@ class RunsV1Api(object):
7215
7285
  _request_auth=_params.get('_request_auth'))
7216
7286
 
7217
7287
  @validate_arguments
7218
- def invalidate_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
7288
+ def invalidate_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> object: # noqa: E501
7219
7289
  """Invalidate runs # noqa: E501
7220
7290
 
7221
7291
  This method makes a synchronous HTTP request by default. To make an
@@ -7243,7 +7313,7 @@ class RunsV1Api(object):
7243
7313
  :return: Returns the result object.
7244
7314
  If the method is called asynchronously,
7245
7315
  returns the request thread.
7246
- :rtype: None
7316
+ :rtype: object
7247
7317
  """
7248
7318
  kwargs['_return_http_data_only'] = True
7249
7319
  return self.invalidate_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -7285,7 +7355,7 @@ class RunsV1Api(object):
7285
7355
  :return: Returns the result object.
7286
7356
  If the method is called asynchronously,
7287
7357
  returns the request thread.
7288
- :rtype: None
7358
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
7289
7359
  """
7290
7360
 
7291
7361
  _params = locals()
@@ -7354,7 +7424,12 @@ class RunsV1Api(object):
7354
7424
  # authentication setting
7355
7425
  _auth_settings = ['ApiKey'] # noqa: E501
7356
7426
 
7357
- _response_types_map = {}
7427
+ _response_types_map = {
7428
+ '200': "object",
7429
+ '204': "object",
7430
+ '403': "object",
7431
+ '404': "object",
7432
+ }
7358
7433
 
7359
7434
  return self.api_client.call_api(
7360
7435
  '/api/v1/{owner}/{name}/runs/invalidate', 'POST',
@@ -7941,7 +8016,7 @@ class RunsV1Api(object):
7941
8016
  _request_auth=_params.get('_request_auth'))
7942
8017
 
7943
8018
  @validate_arguments
7944
- def notify_run_status(self, namespace : Annotated[StrictStr, Field(..., description="Na,espace")], owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project where the run will be assigned")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the entity")], body : V1EntityNotificationBody, **kwargs) -> None: # noqa: E501
8019
+ def notify_run_status(self, namespace : Annotated[StrictStr, Field(..., description="Na,espace")], owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project where the run will be assigned")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the entity")], body : V1EntityNotificationBody, **kwargs) -> object: # noqa: E501
7945
8020
  """Notify run status # noqa: E501
7946
8021
 
7947
8022
  This method makes a synchronous HTTP request by default. To make an
@@ -7973,7 +8048,7 @@ class RunsV1Api(object):
7973
8048
  :return: Returns the result object.
7974
8049
  If the method is called asynchronously,
7975
8050
  returns the request thread.
7976
- :rtype: None
8051
+ :rtype: object
7977
8052
  """
7978
8053
  kwargs['_return_http_data_only'] = True
7979
8054
  return self.notify_run_status_with_http_info(namespace, owner, project, uuid, body, **kwargs) # noqa: E501
@@ -8019,7 +8094,7 @@ class RunsV1Api(object):
8019
8094
  :return: Returns the result object.
8020
8095
  If the method is called asynchronously,
8021
8096
  returns the request thread.
8022
- :rtype: None
8097
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
8023
8098
  """
8024
8099
 
8025
8100
  _params = locals()
@@ -8096,7 +8171,12 @@ class RunsV1Api(object):
8096
8171
  # authentication setting
8097
8172
  _auth_settings = ['ApiKey'] # noqa: E501
8098
8173
 
8099
- _response_types_map = {}
8174
+ _response_types_map = {
8175
+ '200': "object",
8176
+ '204': "object",
8177
+ '403': "object",
8178
+ '404': "object",
8179
+ }
8100
8180
 
8101
8181
  return self.api_client.call_api(
8102
8182
  '/streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/notify', 'POST',
@@ -8460,7 +8540,7 @@ class RunsV1Api(object):
8460
8540
  _request_auth=_params.get('_request_auth'))
8461
8541
 
8462
8542
  @validate_arguments
8463
- def restore_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> None: # noqa: E501
8543
+ def restore_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> object: # noqa: E501
8464
8544
  """Restore run # noqa: E501
8465
8545
 
8466
8546
  This method makes a synchronous HTTP request by default. To make an
@@ -8488,7 +8568,7 @@ class RunsV1Api(object):
8488
8568
  :return: Returns the result object.
8489
8569
  If the method is called asynchronously,
8490
8570
  returns the request thread.
8491
- :rtype: None
8571
+ :rtype: object
8492
8572
  """
8493
8573
  kwargs['_return_http_data_only'] = True
8494
8574
  return self.restore_run_with_http_info(owner, entity, uuid, **kwargs) # noqa: E501
@@ -8530,7 +8610,7 @@ class RunsV1Api(object):
8530
8610
  :return: Returns the result object.
8531
8611
  If the method is called asynchronously,
8532
8612
  returns the request thread.
8533
- :rtype: None
8613
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
8534
8614
  """
8535
8615
 
8536
8616
  _params = locals()
@@ -8592,7 +8672,12 @@ class RunsV1Api(object):
8592
8672
  # authentication setting
8593
8673
  _auth_settings = ['ApiKey'] # noqa: E501
8594
8674
 
8595
- _response_types_map = {}
8675
+ _response_types_map = {
8676
+ '200': "object",
8677
+ '204': "object",
8678
+ '403': "object",
8679
+ '404': "object",
8680
+ }
8596
8681
 
8597
8682
  return self.api_client.call_api(
8598
8683
  '/api/v1/{owner}/{entity}/runs/{uuid}/restore', 'POST',
@@ -8612,7 +8697,7 @@ class RunsV1Api(object):
8612
8697
  _request_auth=_params.get('_request_auth'))
8613
8698
 
8614
8699
  @validate_arguments
8615
- def restore_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
8700
+ def restore_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> object: # noqa: E501
8616
8701
  """Restore runs # noqa: E501
8617
8702
 
8618
8703
  This method makes a synchronous HTTP request by default. To make an
@@ -8640,7 +8725,7 @@ class RunsV1Api(object):
8640
8725
  :return: Returns the result object.
8641
8726
  If the method is called asynchronously,
8642
8727
  returns the request thread.
8643
- :rtype: None
8728
+ :rtype: object
8644
8729
  """
8645
8730
  kwargs['_return_http_data_only'] = True
8646
8731
  return self.restore_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -8682,7 +8767,7 @@ class RunsV1Api(object):
8682
8767
  :return: Returns the result object.
8683
8768
  If the method is called asynchronously,
8684
8769
  returns the request thread.
8685
- :rtype: None
8770
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
8686
8771
  """
8687
8772
 
8688
8773
  _params = locals()
@@ -8751,7 +8836,12 @@ class RunsV1Api(object):
8751
8836
  # authentication setting
8752
8837
  _auth_settings = ['ApiKey'] # noqa: E501
8753
8838
 
8754
- _response_types_map = {}
8839
+ _response_types_map = {
8840
+ '200': "object",
8841
+ '204': "object",
8842
+ '403': "object",
8843
+ '404': "object",
8844
+ }
8755
8845
 
8756
8846
  return self.api_client.call_api(
8757
8847
  '/api/v1/{owner}/{name}/runs/restore', 'POST',
@@ -8943,7 +9033,7 @@ class RunsV1Api(object):
8943
9033
  _request_auth=_params.get('_request_auth'))
8944
9034
 
8945
9035
  @validate_arguments
8946
- def set_run_edges_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project")], uuid : Annotated[StrictStr, Field(..., description="Run uuid")], body : Annotated[V1RunEdgesGraph, Field(..., description="Run edges graph")], **kwargs) -> None: # noqa: E501
9036
+ def set_run_edges_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project")], uuid : Annotated[StrictStr, Field(..., description="Run uuid")], body : Annotated[V1RunEdgesGraph, Field(..., description="Run edges graph")], **kwargs) -> object: # noqa: E501
8947
9037
  """Set run edges graph lineage # noqa: E501
8948
9038
 
8949
9039
  This method makes a synchronous HTTP request by default. To make an
@@ -8973,7 +9063,7 @@ class RunsV1Api(object):
8973
9063
  :return: Returns the result object.
8974
9064
  If the method is called asynchronously,
8975
9065
  returns the request thread.
8976
- :rtype: None
9066
+ :rtype: object
8977
9067
  """
8978
9068
  kwargs['_return_http_data_only'] = True
8979
9069
  return self.set_run_edges_lineage_with_http_info(owner, project, uuid, body, **kwargs) # noqa: E501
@@ -9017,7 +9107,7 @@ class RunsV1Api(object):
9017
9107
  :return: Returns the result object.
9018
9108
  If the method is called asynchronously,
9019
9109
  returns the request thread.
9020
- :rtype: None
9110
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
9021
9111
  """
9022
9112
 
9023
9113
  _params = locals()
@@ -9090,7 +9180,12 @@ class RunsV1Api(object):
9090
9180
  # authentication setting
9091
9181
  _auth_settings = ['ApiKey'] # noqa: E501
9092
9182
 
9093
- _response_types_map = {}
9183
+ _response_types_map = {
9184
+ '200': "object",
9185
+ '204': "object",
9186
+ '403': "object",
9187
+ '404': "object",
9188
+ }
9094
9189
 
9095
9190
  return self.api_client.call_api(
9096
9191
  '/api/v1/{owner}/{project}/runs/{uuid}/lineage/edges', 'POST',
@@ -9110,7 +9205,7 @@ class RunsV1Api(object):
9110
9205
  _request_auth=_params.get('_request_auth'))
9111
9206
 
9112
9207
  @validate_arguments
9113
- def skip_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> None: # noqa: E501
9208
+ def skip_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> object: # noqa: E501
9114
9209
  """Skip run # noqa: E501
9115
9210
 
9116
9211
  This method makes a synchronous HTTP request by default. To make an
@@ -9138,7 +9233,7 @@ class RunsV1Api(object):
9138
9233
  :return: Returns the result object.
9139
9234
  If the method is called asynchronously,
9140
9235
  returns the request thread.
9141
- :rtype: None
9236
+ :rtype: object
9142
9237
  """
9143
9238
  kwargs['_return_http_data_only'] = True
9144
9239
  return self.skip_run_with_http_info(owner, entity, uuid, **kwargs) # noqa: E501
@@ -9180,7 +9275,7 @@ class RunsV1Api(object):
9180
9275
  :return: Returns the result object.
9181
9276
  If the method is called asynchronously,
9182
9277
  returns the request thread.
9183
- :rtype: None
9278
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
9184
9279
  """
9185
9280
 
9186
9281
  _params = locals()
@@ -9242,7 +9337,12 @@ class RunsV1Api(object):
9242
9337
  # authentication setting
9243
9338
  _auth_settings = ['ApiKey'] # noqa: E501
9244
9339
 
9245
- _response_types_map = {}
9340
+ _response_types_map = {
9341
+ '200': "object",
9342
+ '204': "object",
9343
+ '403': "object",
9344
+ '404': "object",
9345
+ }
9246
9346
 
9247
9347
  return self.api_client.call_api(
9248
9348
  '/api/v1/{owner}/{entity}/runs/{uuid}/skip', 'POST',
@@ -9262,7 +9362,7 @@ class RunsV1Api(object):
9262
9362
  _request_auth=_params.get('_request_auth'))
9263
9363
 
9264
9364
  @validate_arguments
9265
- def skip_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
9365
+ def skip_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> object: # noqa: E501
9266
9366
  """Skip runs # noqa: E501
9267
9367
 
9268
9368
  This method makes a synchronous HTTP request by default. To make an
@@ -9290,7 +9390,7 @@ class RunsV1Api(object):
9290
9390
  :return: Returns the result object.
9291
9391
  If the method is called asynchronously,
9292
9392
  returns the request thread.
9293
- :rtype: None
9393
+ :rtype: object
9294
9394
  """
9295
9395
  kwargs['_return_http_data_only'] = True
9296
9396
  return self.skip_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -9332,7 +9432,7 @@ class RunsV1Api(object):
9332
9432
  :return: Returns the result object.
9333
9433
  If the method is called asynchronously,
9334
9434
  returns the request thread.
9335
- :rtype: None
9435
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
9336
9436
  """
9337
9437
 
9338
9438
  _params = locals()
@@ -9401,7 +9501,12 @@ class RunsV1Api(object):
9401
9501
  # authentication setting
9402
9502
  _auth_settings = ['ApiKey'] # noqa: E501
9403
9503
 
9404
- _response_types_map = {}
9504
+ _response_types_map = {
9505
+ '200': "object",
9506
+ '204': "object",
9507
+ '403': "object",
9508
+ '404': "object",
9509
+ }
9405
9510
 
9406
9511
  return self.api_client.call_api(
9407
9512
  '/api/v1/{owner}/{name}/runs/skip', 'POST',
@@ -9421,7 +9526,7 @@ class RunsV1Api(object):
9421
9526
  _request_auth=_params.get('_request_auth'))
9422
9527
 
9423
9528
  @validate_arguments
9424
- def stop_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> None: # noqa: E501
9529
+ def stop_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> object: # noqa: E501
9425
9530
  """Stop run # noqa: E501
9426
9531
 
9427
9532
  This method makes a synchronous HTTP request by default. To make an
@@ -9449,7 +9554,7 @@ class RunsV1Api(object):
9449
9554
  :return: Returns the result object.
9450
9555
  If the method is called asynchronously,
9451
9556
  returns the request thread.
9452
- :rtype: None
9557
+ :rtype: object
9453
9558
  """
9454
9559
  kwargs['_return_http_data_only'] = True
9455
9560
  return self.stop_run_with_http_info(owner, entity, uuid, **kwargs) # noqa: E501
@@ -9491,7 +9596,7 @@ class RunsV1Api(object):
9491
9596
  :return: Returns the result object.
9492
9597
  If the method is called asynchronously,
9493
9598
  returns the request thread.
9494
- :rtype: None
9599
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
9495
9600
  """
9496
9601
 
9497
9602
  _params = locals()
@@ -9553,7 +9658,12 @@ class RunsV1Api(object):
9553
9658
  # authentication setting
9554
9659
  _auth_settings = ['ApiKey'] # noqa: E501
9555
9660
 
9556
- _response_types_map = {}
9661
+ _response_types_map = {
9662
+ '200': "object",
9663
+ '204': "object",
9664
+ '403': "object",
9665
+ '404': "object",
9666
+ }
9557
9667
 
9558
9668
  return self.api_client.call_api(
9559
9669
  '/api/v1/{owner}/{entity}/runs/{uuid}/stop', 'POST',
@@ -9573,7 +9683,7 @@ class RunsV1Api(object):
9573
9683
  _request_auth=_params.get('_request_auth'))
9574
9684
 
9575
9685
  @validate_arguments
9576
- def stop_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
9686
+ def stop_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> object: # noqa: E501
9577
9687
  """Stop runs # noqa: E501
9578
9688
 
9579
9689
  This method makes a synchronous HTTP request by default. To make an
@@ -9601,7 +9711,7 @@ class RunsV1Api(object):
9601
9711
  :return: Returns the result object.
9602
9712
  If the method is called asynchronously,
9603
9713
  returns the request thread.
9604
- :rtype: None
9714
+ :rtype: object
9605
9715
  """
9606
9716
  kwargs['_return_http_data_only'] = True
9607
9717
  return self.stop_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -9643,7 +9753,7 @@ class RunsV1Api(object):
9643
9753
  :return: Returns the result object.
9644
9754
  If the method is called asynchronously,
9645
9755
  returns the request thread.
9646
- :rtype: None
9756
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
9647
9757
  """
9648
9758
 
9649
9759
  _params = locals()
@@ -9712,7 +9822,12 @@ class RunsV1Api(object):
9712
9822
  # authentication setting
9713
9823
  _auth_settings = ['ApiKey'] # noqa: E501
9714
9824
 
9715
- _response_types_map = {}
9825
+ _response_types_map = {
9826
+ '200': "object",
9827
+ '204': "object",
9828
+ '403': "object",
9829
+ '404': "object",
9830
+ }
9716
9831
 
9717
9832
  return self.api_client.call_api(
9718
9833
  '/api/v1/{owner}/{name}/runs/stop', 'POST',
@@ -9732,7 +9847,7 @@ class RunsV1Api(object):
9732
9847
  _request_auth=_params.get('_request_auth'))
9733
9848
 
9734
9849
  @validate_arguments
9735
- def sync_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project where the run will be assigned")], body : Annotated[V1Run, Field(..., description="Run object")], **kwargs) -> None: # noqa: E501
9850
+ def sync_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project where the run will be assigned")], body : Annotated[V1Run, Field(..., description="Run object")], **kwargs) -> object: # noqa: E501
9736
9851
  """Sync offline run # noqa: E501
9737
9852
 
9738
9853
  This method makes a synchronous HTTP request by default. To make an
@@ -9760,7 +9875,7 @@ class RunsV1Api(object):
9760
9875
  :return: Returns the result object.
9761
9876
  If the method is called asynchronously,
9762
9877
  returns the request thread.
9763
- :rtype: None
9878
+ :rtype: object
9764
9879
  """
9765
9880
  kwargs['_return_http_data_only'] = True
9766
9881
  return self.sync_run_with_http_info(owner, project, body, **kwargs) # noqa: E501
@@ -9802,7 +9917,7 @@ class RunsV1Api(object):
9802
9917
  :return: Returns the result object.
9803
9918
  If the method is called asynchronously,
9804
9919
  returns the request thread.
9805
- :rtype: None
9920
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
9806
9921
  """
9807
9922
 
9808
9923
  _params = locals()
@@ -9871,7 +9986,12 @@ class RunsV1Api(object):
9871
9986
  # authentication setting
9872
9987
  _auth_settings = ['ApiKey'] # noqa: E501
9873
9988
 
9874
- _response_types_map = {}
9989
+ _response_types_map = {
9990
+ '200': "object",
9991
+ '204': "object",
9992
+ '403': "object",
9993
+ '404': "object",
9994
+ }
9875
9995
 
9876
9996
  return self.api_client.call_api(
9877
9997
  '/api/v1/{owner}/{project}/runs/sync', 'POST',
@@ -9891,7 +10011,7 @@ class RunsV1Api(object):
9891
10011
  _request_auth=_params.get('_request_auth'))
9892
10012
 
9893
10013
  @validate_arguments
9894
- def tag_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1EntitiesTags, Field(..., description="Data")], **kwargs) -> None: # noqa: E501
10014
+ def tag_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1EntitiesTags, Field(..., description="Data")], **kwargs) -> object: # noqa: E501
9895
10015
  """Tag runs # noqa: E501
9896
10016
 
9897
10017
  This method makes a synchronous HTTP request by default. To make an
@@ -9919,7 +10039,7 @@ class RunsV1Api(object):
9919
10039
  :return: Returns the result object.
9920
10040
  If the method is called asynchronously,
9921
10041
  returns the request thread.
9922
- :rtype: None
10042
+ :rtype: object
9923
10043
  """
9924
10044
  kwargs['_return_http_data_only'] = True
9925
10045
  return self.tag_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -9961,7 +10081,7 @@ class RunsV1Api(object):
9961
10081
  :return: Returns the result object.
9962
10082
  If the method is called asynchronously,
9963
10083
  returns the request thread.
9964
- :rtype: None
10084
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
9965
10085
  """
9966
10086
 
9967
10087
  _params = locals()
@@ -10030,7 +10150,12 @@ class RunsV1Api(object):
10030
10150
  # authentication setting
10031
10151
  _auth_settings = ['ApiKey'] # noqa: E501
10032
10152
 
10033
- _response_types_map = {}
10153
+ _response_types_map = {
10154
+ '200': "object",
10155
+ '204': "object",
10156
+ '403': "object",
10157
+ '404': "object",
10158
+ }
10034
10159
 
10035
10160
  return self.api_client.call_api(
10036
10161
  '/api/v1/{owner}/{name}/runs/tag', 'POST',
@@ -10050,7 +10175,7 @@ class RunsV1Api(object):
10050
10175
  _request_auth=_params.get('_request_auth'))
10051
10176
 
10052
10177
  @validate_arguments
10053
- def transfer_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project where the run will be assigned")], run_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Run, Field(..., description="Run object")], **kwargs) -> None: # noqa: E501
10178
+ def transfer_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project where the run will be assigned")], run_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Run, Field(..., description="Run object")], **kwargs) -> object: # noqa: E501
10054
10179
  """Transfer run # noqa: E501
10055
10180
 
10056
10181
  This method makes a synchronous HTTP request by default. To make an
@@ -10080,7 +10205,7 @@ class RunsV1Api(object):
10080
10205
  :return: Returns the result object.
10081
10206
  If the method is called asynchronously,
10082
10207
  returns the request thread.
10083
- :rtype: None
10208
+ :rtype: object
10084
10209
  """
10085
10210
  kwargs['_return_http_data_only'] = True
10086
10211
  return self.transfer_run_with_http_info(owner, project, run_uuid, body, **kwargs) # noqa: E501
@@ -10124,7 +10249,7 @@ class RunsV1Api(object):
10124
10249
  :return: Returns the result object.
10125
10250
  If the method is called asynchronously,
10126
10251
  returns the request thread.
10127
- :rtype: None
10252
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
10128
10253
  """
10129
10254
 
10130
10255
  _params = locals()
@@ -10197,7 +10322,12 @@ class RunsV1Api(object):
10197
10322
  # authentication setting
10198
10323
  _auth_settings = ['ApiKey'] # noqa: E501
10199
10324
 
10200
- _response_types_map = {}
10325
+ _response_types_map = {
10326
+ '200': "object",
10327
+ '204': "object",
10328
+ '403': "object",
10329
+ '404': "object",
10330
+ }
10201
10331
 
10202
10332
  return self.api_client.call_api(
10203
10333
  '/api/v1/{owner}/{project}/runs/{run.uuid}/transfer', 'POST',
@@ -10217,7 +10347,7 @@ class RunsV1Api(object):
10217
10347
  _request_auth=_params.get('_request_auth'))
10218
10348
 
10219
10349
  @validate_arguments
10220
- def transfer_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1EntitiesTransfer, Field(..., description="Data")], **kwargs) -> None: # noqa: E501
10350
+ def transfer_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1EntitiesTransfer, Field(..., description="Data")], **kwargs) -> object: # noqa: E501
10221
10351
  """Transfer runs # noqa: E501
10222
10352
 
10223
10353
  This method makes a synchronous HTTP request by default. To make an
@@ -10245,7 +10375,7 @@ class RunsV1Api(object):
10245
10375
  :return: Returns the result object.
10246
10376
  If the method is called asynchronously,
10247
10377
  returns the request thread.
10248
- :rtype: None
10378
+ :rtype: object
10249
10379
  """
10250
10380
  kwargs['_return_http_data_only'] = True
10251
10381
  return self.transfer_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -10287,7 +10417,7 @@ class RunsV1Api(object):
10287
10417
  :return: Returns the result object.
10288
10418
  If the method is called asynchronously,
10289
10419
  returns the request thread.
10290
- :rtype: None
10420
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
10291
10421
  """
10292
10422
 
10293
10423
  _params = locals()
@@ -10356,7 +10486,12 @@ class RunsV1Api(object):
10356
10486
  # authentication setting
10357
10487
  _auth_settings = ['ApiKey'] # noqa: E501
10358
10488
 
10359
- _response_types_map = {}
10489
+ _response_types_map = {
10490
+ '200': "object",
10491
+ '204': "object",
10492
+ '403': "object",
10493
+ '404': "object",
10494
+ }
10360
10495
 
10361
10496
  return self.api_client.call_api(
10362
10497
  '/api/v1/{owner}/{name}/runs/transfer', 'POST',
@@ -10376,7 +10511,7 @@ class RunsV1Api(object):
10376
10511
  _request_auth=_params.get('_request_auth'))
10377
10512
 
10378
10513
  @validate_arguments
10379
- def unbookmark_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> None: # noqa: E501
10514
+ def unbookmark_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity: project name, hub name, registry name, ...")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the sub-entity")], **kwargs) -> object: # noqa: E501
10380
10515
  """Unbookmark run # noqa: E501
10381
10516
 
10382
10517
  This method makes a synchronous HTTP request by default. To make an
@@ -10404,7 +10539,7 @@ class RunsV1Api(object):
10404
10539
  :return: Returns the result object.
10405
10540
  If the method is called asynchronously,
10406
10541
  returns the request thread.
10407
- :rtype: None
10542
+ :rtype: object
10408
10543
  """
10409
10544
  kwargs['_return_http_data_only'] = True
10410
10545
  return self.unbookmark_run_with_http_info(owner, entity, uuid, **kwargs) # noqa: E501
@@ -10446,7 +10581,7 @@ class RunsV1Api(object):
10446
10581
  :return: Returns the result object.
10447
10582
  If the method is called asynchronously,
10448
10583
  returns the request thread.
10449
- :rtype: None
10584
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
10450
10585
  """
10451
10586
 
10452
10587
  _params = locals()
@@ -10508,7 +10643,12 @@ class RunsV1Api(object):
10508
10643
  # authentication setting
10509
10644
  _auth_settings = ['ApiKey'] # noqa: E501
10510
10645
 
10511
- _response_types_map = {}
10646
+ _response_types_map = {
10647
+ '200': "object",
10648
+ '204': "object",
10649
+ '403': "object",
10650
+ '404': "object",
10651
+ }
10512
10652
 
10513
10653
  return self.api_client.call_api(
10514
10654
  '/api/v1/{owner}/{entity}/runs/{uuid}/unbookmark', 'DELETE',