polyaxon-sdk 2.1.8__py2.py3-none-any.whl → 2.2.0__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 (264) hide show
  1. polyaxon_sdk/__init__.py +2 -2
  2. polyaxon_sdk/api/agents_v1_api.py +1 -1
  3. polyaxon_sdk/api/artifacts_stores_v1_api.py +1 -1
  4. polyaxon_sdk/api/auth_v1_api.py +1 -1
  5. polyaxon_sdk/api/connections_v1_api.py +1 -1
  6. polyaxon_sdk/api/dashboards_v1_api.py +1 -1
  7. polyaxon_sdk/api/organizations_v1_api.py +9 -9
  8. polyaxon_sdk/api/policies_v1_api.py +1 -1
  9. polyaxon_sdk/api/presets_v1_api.py +1 -1
  10. polyaxon_sdk/api/project_dashboards_v1_api.py +13 -13
  11. polyaxon_sdk/api/project_searches_v1_api.py +13 -13
  12. polyaxon_sdk/api/projects_v1_api.py +209 -45
  13. polyaxon_sdk/api/queues_v1_api.py +1 -1
  14. polyaxon_sdk/api/runs_v1_api.py +159 -159
  15. polyaxon_sdk/api/schemas_v1_api.py +1 -1
  16. polyaxon_sdk/api/searches_v1_api.py +1 -1
  17. polyaxon_sdk/api/service_accounts_v1_api.py +5 -5
  18. polyaxon_sdk/api/tags_v1_api.py +1 -1
  19. polyaxon_sdk/api/teams_v1_api.py +3016 -426
  20. polyaxon_sdk/api/users_v1_api.py +174 -1
  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_project.py +1 -1
  193. polyaxon_sdk/models/v1_project_settings.py +1 -1
  194. polyaxon_sdk/models/v1_project_version.py +1 -1
  195. polyaxon_sdk/models/v1_project_version_kind.py +1 -1
  196. polyaxon_sdk/models/v1_pytorch_elastic_policy.py +1 -1
  197. polyaxon_sdk/models/v1_pytorch_job.py +1 -1
  198. polyaxon_sdk/models/v1_queue.py +1 -1
  199. polyaxon_sdk/models/v1_random_search.py +1 -1
  200. polyaxon_sdk/models/v1_ray_job.py +1 -1
  201. polyaxon_sdk/models/v1_ray_replica.py +1 -1
  202. polyaxon_sdk/models/v1_reference.py +1 -1
  203. polyaxon_sdk/models/v1_resource_type.py +1 -1
  204. polyaxon_sdk/models/v1_run.py +1 -1
  205. polyaxon_sdk/models/v1_run_artifact.py +1 -1
  206. polyaxon_sdk/models/v1_run_artifacts.py +1 -1
  207. polyaxon_sdk/models/v1_run_connection.py +1 -1
  208. polyaxon_sdk/models/v1_run_edge.py +1 -1
  209. polyaxon_sdk/models/v1_run_edge_kind.py +1 -1
  210. polyaxon_sdk/models/v1_run_edge_lineage.py +1 -1
  211. polyaxon_sdk/models/v1_run_edges_graph.py +1 -1
  212. polyaxon_sdk/models/v1_run_kind.py +1 -1
  213. polyaxon_sdk/models/v1_run_pending.py +1 -1
  214. polyaxon_sdk/models/v1_run_reference_catalog.py +1 -1
  215. polyaxon_sdk/models/v1_run_resources.py +1 -1
  216. polyaxon_sdk/models/v1_run_schema.py +1 -1
  217. polyaxon_sdk/models/v1_run_settings.py +1 -1
  218. polyaxon_sdk/models/v1_s3_type.py +1 -1
  219. polyaxon_sdk/models/v1_schedule.py +1 -1
  220. polyaxon_sdk/models/v1_schedule_kind.py +1 -1
  221. polyaxon_sdk/models/v1_scheduling_policy.py +1 -1
  222. polyaxon_sdk/models/v1_schemas.py +1 -1
  223. polyaxon_sdk/models/v1_search.py +1 -1
  224. polyaxon_sdk/models/v1_search_spec.py +1 -1
  225. polyaxon_sdk/models/v1_section_spec.py +1 -1
  226. polyaxon_sdk/models/v1_service.py +1 -1
  227. polyaxon_sdk/models/v1_service_account.py +1 -1
  228. polyaxon_sdk/models/v1_settings_catalog.py +1 -1
  229. polyaxon_sdk/models/v1_stage.py +1 -1
  230. polyaxon_sdk/models/v1_stage_condition.py +1 -1
  231. polyaxon_sdk/models/v1_stages.py +1 -1
  232. polyaxon_sdk/models/v1_status.py +1 -1
  233. polyaxon_sdk/models/v1_status_condition.py +1 -1
  234. polyaxon_sdk/models/v1_statuses.py +1 -1
  235. polyaxon_sdk/models/v1_tag.py +1 -1
  236. polyaxon_sdk/models/v1_team.py +8 -2
  237. polyaxon_sdk/models/v1_team_member.py +1 -1
  238. polyaxon_sdk/models/v1_team_settings.py +1 -1
  239. polyaxon_sdk/models/v1_template.py +1 -1
  240. polyaxon_sdk/models/v1_tensorboard_type.py +1 -1
  241. polyaxon_sdk/models/v1_termination.py +1 -1
  242. polyaxon_sdk/models/v1_tf_job.py +1 -1
  243. polyaxon_sdk/models/v1_token.py +1 -1
  244. polyaxon_sdk/models/v1_trial_start.py +1 -1
  245. polyaxon_sdk/models/v1_trigger_policy.py +1 -1
  246. polyaxon_sdk/models/v1_truncation_stopping_policy.py +1 -1
  247. polyaxon_sdk/models/v1_tuner.py +1 -1
  248. polyaxon_sdk/models/v1_uri_type.py +1 -1
  249. polyaxon_sdk/models/v1_url_ref.py +1 -1
  250. polyaxon_sdk/models/v1_user.py +1 -1
  251. polyaxon_sdk/models/v1_user_access.py +1 -1
  252. polyaxon_sdk/models/v1_user_email.py +1 -1
  253. polyaxon_sdk/models/v1_user_singup.py +1 -1
  254. polyaxon_sdk/models/v1_uuids.py +1 -1
  255. polyaxon_sdk/models/v1_validation.py +1 -1
  256. polyaxon_sdk/models/v1_version.py +1 -1
  257. polyaxon_sdk/models/v1_wasb_type.py +1 -1
  258. polyaxon_sdk/models/v1_xg_boost_job.py +1 -1
  259. polyaxon_sdk/rest.py +1 -1
  260. {polyaxon_sdk-2.1.8.dist-info → polyaxon_sdk-2.2.0.dist-info}/METADATA +1 -1
  261. polyaxon_sdk-2.2.0.dist-info/RECORD +264 -0
  262. polyaxon_sdk-2.1.8.dist-info/RECORD +0 -264
  263. {polyaxon_sdk-2.1.8.dist-info → polyaxon_sdk-2.2.0.dist-info}/WHEEL +0 -0
  264. {polyaxon_sdk-2.1.8.dist-info → polyaxon_sdk-2.2.0.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.1.8
8
+ The version of the OpenAPI document: 2.2.0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -219,19 +219,19 @@ class RunsV1Api(object):
219
219
  _request_auth=_params.get('_request_auth'))
220
220
 
221
221
  @validate_arguments
222
- def approve_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
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
223
223
  """Approve runs # noqa: E501
224
224
 
225
225
  This method makes a synchronous HTTP request by default. To make an
226
226
  asynchronous HTTP request, please pass async_req=True
227
227
 
228
- >>> thread = api.approve_runs(owner, project, body, async_req=True)
228
+ >>> thread = api.approve_runs(owner, name, body, async_req=True)
229
229
  >>> result = thread.get()
230
230
 
231
231
  :param owner: Owner of the namespace (required)
232
232
  :type owner: str
233
- :param project: Project under namesapce (required)
234
- :type project: str
233
+ :param name: Entity under namespace (required)
234
+ :type name: str
235
235
  :param body: Uuids of the entities (required)
236
236
  :type body: V1Uuids
237
237
  :param async_req: Whether to execute the request asynchronously.
@@ -250,22 +250,22 @@ class RunsV1Api(object):
250
250
  :rtype: None
251
251
  """
252
252
  kwargs['_return_http_data_only'] = True
253
- return self.approve_runs_with_http_info(owner, project, body, **kwargs) # noqa: E501
253
+ return self.approve_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
254
254
 
255
255
  @validate_arguments
256
- def approve_runs_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs): # noqa: E501
256
+ def approve_runs_with_http_info(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): # noqa: E501
257
257
  """Approve runs # noqa: E501
258
258
 
259
259
  This method makes a synchronous HTTP request by default. To make an
260
260
  asynchronous HTTP request, please pass async_req=True
261
261
 
262
- >>> thread = api.approve_runs_with_http_info(owner, project, body, async_req=True)
262
+ >>> thread = api.approve_runs_with_http_info(owner, name, body, async_req=True)
263
263
  >>> result = thread.get()
264
264
 
265
265
  :param owner: Owner of the namespace (required)
266
266
  :type owner: str
267
- :param project: Project under namesapce (required)
268
- :type project: str
267
+ :param name: Entity under namespace (required)
268
+ :type name: str
269
269
  :param body: Uuids of the entities (required)
270
270
  :type body: V1Uuids
271
271
  :param async_req: Whether to execute the request asynchronously.
@@ -296,7 +296,7 @@ class RunsV1Api(object):
296
296
 
297
297
  _all_params = [
298
298
  'owner',
299
- 'project',
299
+ 'name',
300
300
  'body'
301
301
  ]
302
302
  _all_params.extend(
@@ -328,8 +328,8 @@ class RunsV1Api(object):
328
328
  if _params['owner']:
329
329
  _path_params['owner'] = _params['owner']
330
330
 
331
- if _params['project']:
332
- _path_params['project'] = _params['project']
331
+ if _params['name']:
332
+ _path_params['name'] = _params['name']
333
333
 
334
334
 
335
335
  # process the query parameters
@@ -361,7 +361,7 @@ class RunsV1Api(object):
361
361
  _response_types_map = {}
362
362
 
363
363
  return self.api_client.call_api(
364
- '/api/v1/{owner}/{project}/runs/approve', 'POST',
364
+ '/api/v1/{owner}/{name}/runs/approve', 'POST',
365
365
  _path_params,
366
366
  _query_params,
367
367
  _header_params,
@@ -530,19 +530,19 @@ class RunsV1Api(object):
530
530
  _request_auth=_params.get('_request_auth'))
531
531
 
532
532
  @validate_arguments
533
- def archive_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
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
534
534
  """Archive runs # noqa: E501
535
535
 
536
536
  This method makes a synchronous HTTP request by default. To make an
537
537
  asynchronous HTTP request, please pass async_req=True
538
538
 
539
- >>> thread = api.archive_runs(owner, project, body, async_req=True)
539
+ >>> thread = api.archive_runs(owner, name, body, async_req=True)
540
540
  >>> result = thread.get()
541
541
 
542
542
  :param owner: Owner of the namespace (required)
543
543
  :type owner: str
544
- :param project: Project under namesapce (required)
545
- :type project: str
544
+ :param name: Entity under namespace (required)
545
+ :type name: str
546
546
  :param body: Uuids of the entities (required)
547
547
  :type body: V1Uuids
548
548
  :param async_req: Whether to execute the request asynchronously.
@@ -561,22 +561,22 @@ class RunsV1Api(object):
561
561
  :rtype: None
562
562
  """
563
563
  kwargs['_return_http_data_only'] = True
564
- return self.archive_runs_with_http_info(owner, project, body, **kwargs) # noqa: E501
564
+ return self.archive_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
565
565
 
566
566
  @validate_arguments
567
- def archive_runs_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs): # noqa: E501
567
+ def archive_runs_with_http_info(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): # noqa: E501
568
568
  """Archive runs # noqa: E501
569
569
 
570
570
  This method makes a synchronous HTTP request by default. To make an
571
571
  asynchronous HTTP request, please pass async_req=True
572
572
 
573
- >>> thread = api.archive_runs_with_http_info(owner, project, body, async_req=True)
573
+ >>> thread = api.archive_runs_with_http_info(owner, name, body, async_req=True)
574
574
  >>> result = thread.get()
575
575
 
576
576
  :param owner: Owner of the namespace (required)
577
577
  :type owner: str
578
- :param project: Project under namesapce (required)
579
- :type project: str
578
+ :param name: Entity under namespace (required)
579
+ :type name: str
580
580
  :param body: Uuids of the entities (required)
581
581
  :type body: V1Uuids
582
582
  :param async_req: Whether to execute the request asynchronously.
@@ -607,7 +607,7 @@ class RunsV1Api(object):
607
607
 
608
608
  _all_params = [
609
609
  'owner',
610
- 'project',
610
+ 'name',
611
611
  'body'
612
612
  ]
613
613
  _all_params.extend(
@@ -639,8 +639,8 @@ class RunsV1Api(object):
639
639
  if _params['owner']:
640
640
  _path_params['owner'] = _params['owner']
641
641
 
642
- if _params['project']:
643
- _path_params['project'] = _params['project']
642
+ if _params['name']:
643
+ _path_params['name'] = _params['name']
644
644
 
645
645
 
646
646
  # process the query parameters
@@ -672,7 +672,7 @@ class RunsV1Api(object):
672
672
  _response_types_map = {}
673
673
 
674
674
  return self.api_client.call_api(
675
- '/api/v1/{owner}/{project}/runs/archive', 'POST',
675
+ '/api/v1/{owner}/{name}/runs/archive', 'POST',
676
676
  _path_params,
677
677
  _query_params,
678
678
  _header_params,
@@ -841,19 +841,19 @@ class RunsV1Api(object):
841
841
  _request_auth=_params.get('_request_auth'))
842
842
 
843
843
  @validate_arguments
844
- def bookmark_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
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
845
845
  """Bookmark runs # noqa: E501
846
846
 
847
847
  This method makes a synchronous HTTP request by default. To make an
848
848
  asynchronous HTTP request, please pass async_req=True
849
849
 
850
- >>> thread = api.bookmark_runs(owner, project, body, async_req=True)
850
+ >>> thread = api.bookmark_runs(owner, name, body, async_req=True)
851
851
  >>> result = thread.get()
852
852
 
853
853
  :param owner: Owner of the namespace (required)
854
854
  :type owner: str
855
- :param project: Project under namesapce (required)
856
- :type project: str
855
+ :param name: Entity under namespace (required)
856
+ :type name: str
857
857
  :param body: Uuids of the entities (required)
858
858
  :type body: V1Uuids
859
859
  :param async_req: Whether to execute the request asynchronously.
@@ -872,22 +872,22 @@ class RunsV1Api(object):
872
872
  :rtype: None
873
873
  """
874
874
  kwargs['_return_http_data_only'] = True
875
- return self.bookmark_runs_with_http_info(owner, project, body, **kwargs) # noqa: E501
875
+ return self.bookmark_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
876
876
 
877
877
  @validate_arguments
878
- def bookmark_runs_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs): # noqa: E501
878
+ def bookmark_runs_with_http_info(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): # noqa: E501
879
879
  """Bookmark runs # noqa: E501
880
880
 
881
881
  This method makes a synchronous HTTP request by default. To make an
882
882
  asynchronous HTTP request, please pass async_req=True
883
883
 
884
- >>> thread = api.bookmark_runs_with_http_info(owner, project, body, async_req=True)
884
+ >>> thread = api.bookmark_runs_with_http_info(owner, name, body, async_req=True)
885
885
  >>> result = thread.get()
886
886
 
887
887
  :param owner: Owner of the namespace (required)
888
888
  :type owner: str
889
- :param project: Project under namesapce (required)
890
- :type project: str
889
+ :param name: Entity under namespace (required)
890
+ :type name: str
891
891
  :param body: Uuids of the entities (required)
892
892
  :type body: V1Uuids
893
893
  :param async_req: Whether to execute the request asynchronously.
@@ -918,7 +918,7 @@ class RunsV1Api(object):
918
918
 
919
919
  _all_params = [
920
920
  'owner',
921
- 'project',
921
+ 'name',
922
922
  'body'
923
923
  ]
924
924
  _all_params.extend(
@@ -950,8 +950,8 @@ class RunsV1Api(object):
950
950
  if _params['owner']:
951
951
  _path_params['owner'] = _params['owner']
952
952
 
953
- if _params['project']:
954
- _path_params['project'] = _params['project']
953
+ if _params['name']:
954
+ _path_params['name'] = _params['name']
955
955
 
956
956
 
957
957
  # process the query parameters
@@ -983,7 +983,7 @@ class RunsV1Api(object):
983
983
  _response_types_map = {}
984
984
 
985
985
  return self.api_client.call_api(
986
- '/api/v1/{owner}/{project}/runs/bookmark', 'POST',
986
+ '/api/v1/{owner}/{name}/runs/bookmark', 'POST',
987
987
  _path_params,
988
988
  _query_params,
989
989
  _header_params,
@@ -2515,19 +2515,19 @@ class RunsV1Api(object):
2515
2515
  _request_auth=_params.get('_request_auth'))
2516
2516
 
2517
2517
  @validate_arguments
2518
- def delete_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
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
2519
2519
  """Delete runs # noqa: E501
2520
2520
 
2521
2521
  This method makes a synchronous HTTP request by default. To make an
2522
2522
  asynchronous HTTP request, please pass async_req=True
2523
2523
 
2524
- >>> thread = api.delete_runs(owner, project, body, async_req=True)
2524
+ >>> thread = api.delete_runs(owner, name, body, async_req=True)
2525
2525
  >>> result = thread.get()
2526
2526
 
2527
2527
  :param owner: Owner of the namespace (required)
2528
2528
  :type owner: str
2529
- :param project: Project under namesapce (required)
2530
- :type project: str
2529
+ :param name: Entity under namespace (required)
2530
+ :type name: str
2531
2531
  :param body: Uuids of the entities (required)
2532
2532
  :type body: V1Uuids
2533
2533
  :param async_req: Whether to execute the request asynchronously.
@@ -2546,22 +2546,22 @@ class RunsV1Api(object):
2546
2546
  :rtype: None
2547
2547
  """
2548
2548
  kwargs['_return_http_data_only'] = True
2549
- return self.delete_runs_with_http_info(owner, project, body, **kwargs) # noqa: E501
2549
+ return self.delete_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
2550
2550
 
2551
2551
  @validate_arguments
2552
- def delete_runs_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs): # noqa: E501
2552
+ def delete_runs_with_http_info(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): # noqa: E501
2553
2553
  """Delete runs # noqa: E501
2554
2554
 
2555
2555
  This method makes a synchronous HTTP request by default. To make an
2556
2556
  asynchronous HTTP request, please pass async_req=True
2557
2557
 
2558
- >>> thread = api.delete_runs_with_http_info(owner, project, body, async_req=True)
2558
+ >>> thread = api.delete_runs_with_http_info(owner, name, body, async_req=True)
2559
2559
  >>> result = thread.get()
2560
2560
 
2561
2561
  :param owner: Owner of the namespace (required)
2562
2562
  :type owner: str
2563
- :param project: Project under namesapce (required)
2564
- :type project: str
2563
+ :param name: Entity under namespace (required)
2564
+ :type name: str
2565
2565
  :param body: Uuids of the entities (required)
2566
2566
  :type body: V1Uuids
2567
2567
  :param async_req: Whether to execute the request asynchronously.
@@ -2592,7 +2592,7 @@ class RunsV1Api(object):
2592
2592
 
2593
2593
  _all_params = [
2594
2594
  'owner',
2595
- 'project',
2595
+ 'name',
2596
2596
  'body'
2597
2597
  ]
2598
2598
  _all_params.extend(
@@ -2624,8 +2624,8 @@ class RunsV1Api(object):
2624
2624
  if _params['owner']:
2625
2625
  _path_params['owner'] = _params['owner']
2626
2626
 
2627
- if _params['project']:
2628
- _path_params['project'] = _params['project']
2627
+ if _params['name']:
2628
+ _path_params['name'] = _params['name']
2629
2629
 
2630
2630
 
2631
2631
  # process the query parameters
@@ -2657,7 +2657,7 @@ class RunsV1Api(object):
2657
2657
  _response_types_map = {}
2658
2658
 
2659
2659
  return self.api_client.call_api(
2660
- '/api/v1/{owner}/{project}/runs/delete', 'DELETE',
2660
+ '/api/v1/{owner}/{name}/runs/delete', 'DELETE',
2661
2661
  _path_params,
2662
2662
  _query_params,
2663
2663
  _header_params,
@@ -3783,7 +3783,7 @@ class RunsV1Api(object):
3783
3783
  _request_auth=_params.get('_request_auth'))
3784
3784
 
3785
3785
  @validate_arguments
3786
- def get_run_artifacts_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListRunArtifactsResponse: # noqa: E501
3786
+ def get_run_artifacts_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListRunArtifactsResponse: # noqa: E501
3787
3787
  """Get run artifacts lineage # noqa: E501
3788
3788
 
3789
3789
  This method makes a synchronous HTTP request by default. To make an
@@ -3794,7 +3794,7 @@ class RunsV1Api(object):
3794
3794
 
3795
3795
  :param owner: Owner of the namespace (required)
3796
3796
  :type owner: str
3797
- :param entity: Entity name under namesapce (required)
3797
+ :param entity: Entity name under namespace (required)
3798
3798
  :type entity: str
3799
3799
  :param uuid: SubEntity uuid (required)
3800
3800
  :type uuid: str
@@ -3827,7 +3827,7 @@ class RunsV1Api(object):
3827
3827
  return self.get_run_artifacts_lineage_with_http_info(owner, entity, uuid, offset, limit, sort, query, no_page, **kwargs) # noqa: E501
3828
3828
 
3829
3829
  @validate_arguments
3830
- def get_run_artifacts_lineage_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
3830
+ def get_run_artifacts_lineage_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
3831
3831
  """Get run artifacts lineage # noqa: E501
3832
3832
 
3833
3833
  This method makes a synchronous HTTP request by default. To make an
@@ -3838,7 +3838,7 @@ class RunsV1Api(object):
3838
3838
 
3839
3839
  :param owner: Owner of the namespace (required)
3840
3840
  :type owner: str
3841
- :param entity: Entity name under namesapce (required)
3841
+ :param entity: Entity name under namespace (required)
3842
3842
  :type entity: str
3843
3843
  :param uuid: SubEntity uuid (required)
3844
3844
  :type uuid: str
@@ -3980,7 +3980,7 @@ class RunsV1Api(object):
3980
3980
  _request_auth=_params.get('_request_auth'))
3981
3981
 
3982
3982
  @validate_arguments
3983
- def get_run_artifacts_lineage_names(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListRunArtifactsResponse: # noqa: E501
3983
+ def get_run_artifacts_lineage_names(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListRunArtifactsResponse: # noqa: E501
3984
3984
  """Get run artifacts lineage names # noqa: E501
3985
3985
 
3986
3986
  This method makes a synchronous HTTP request by default. To make an
@@ -3991,7 +3991,7 @@ class RunsV1Api(object):
3991
3991
 
3992
3992
  :param owner: Owner of the namespace (required)
3993
3993
  :type owner: str
3994
- :param entity: Entity name under namesapce (required)
3994
+ :param entity: Entity name under namespace (required)
3995
3995
  :type entity: str
3996
3996
  :param uuid: SubEntity uuid (required)
3997
3997
  :type uuid: str
@@ -4024,7 +4024,7 @@ class RunsV1Api(object):
4024
4024
  return self.get_run_artifacts_lineage_names_with_http_info(owner, entity, uuid, offset, limit, sort, query, no_page, **kwargs) # noqa: E501
4025
4025
 
4026
4026
  @validate_arguments
4027
- def get_run_artifacts_lineage_names_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
4027
+ def get_run_artifacts_lineage_names_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
4028
4028
  """Get run artifacts lineage names # noqa: E501
4029
4029
 
4030
4030
  This method makes a synchronous HTTP request by default. To make an
@@ -4035,7 +4035,7 @@ class RunsV1Api(object):
4035
4035
 
4036
4036
  :param owner: Owner of the namespace (required)
4037
4037
  :type owner: str
4038
- :param entity: Entity name under namesapce (required)
4038
+ :param entity: Entity name under namespace (required)
4039
4039
  :type entity: str
4040
4040
  :param uuid: SubEntity uuid (required)
4041
4041
  :type uuid: str
@@ -4358,7 +4358,7 @@ class RunsV1Api(object):
4358
4358
  _request_auth=_params.get('_request_auth'))
4359
4359
 
4360
4360
  @validate_arguments
4361
- def get_run_clones_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListRunsResponse: # noqa: E501
4361
+ def get_run_clones_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListRunsResponse: # noqa: E501
4362
4362
  """Get run clones lineage # noqa: E501
4363
4363
 
4364
4364
  This method makes a synchronous HTTP request by default. To make an
@@ -4369,7 +4369,7 @@ class RunsV1Api(object):
4369
4369
 
4370
4370
  :param owner: Owner of the namespace (required)
4371
4371
  :type owner: str
4372
- :param entity: Entity name under namesapce (required)
4372
+ :param entity: Entity name under namespace (required)
4373
4373
  :type entity: str
4374
4374
  :param uuid: SubEntity uuid (required)
4375
4375
  :type uuid: str
@@ -4402,7 +4402,7 @@ class RunsV1Api(object):
4402
4402
  return self.get_run_clones_lineage_with_http_info(owner, entity, uuid, offset, limit, sort, query, no_page, **kwargs) # noqa: E501
4403
4403
 
4404
4404
  @validate_arguments
4405
- def get_run_clones_lineage_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
4405
+ def get_run_clones_lineage_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
4406
4406
  """Get run clones lineage # noqa: E501
4407
4407
 
4408
4408
  This method makes a synchronous HTTP request by default. To make an
@@ -4413,7 +4413,7 @@ class RunsV1Api(object):
4413
4413
 
4414
4414
  :param owner: Owner of the namespace (required)
4415
4415
  :type owner: str
4416
- :param entity: Entity name under namesapce (required)
4416
+ :param entity: Entity name under namespace (required)
4417
4417
  :type entity: str
4418
4418
  :param uuid: SubEntity uuid (required)
4419
4419
  :type uuid: str
@@ -4555,7 +4555,7 @@ class RunsV1Api(object):
4555
4555
  _request_auth=_params.get('_request_auth'))
4556
4556
 
4557
4557
  @validate_arguments
4558
- def get_run_connections_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListRunConnectionsResponse: # noqa: E501
4558
+ def get_run_connections_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListRunConnectionsResponse: # noqa: E501
4559
4559
  """Get run connections lineage # noqa: E501
4560
4560
 
4561
4561
  This method makes a synchronous HTTP request by default. To make an
@@ -4566,7 +4566,7 @@ class RunsV1Api(object):
4566
4566
 
4567
4567
  :param owner: Owner of the namespace (required)
4568
4568
  :type owner: str
4569
- :param entity: Entity name under namesapce (required)
4569
+ :param entity: Entity name under namespace (required)
4570
4570
  :type entity: str
4571
4571
  :param uuid: SubEntity uuid (required)
4572
4572
  :type uuid: str
@@ -4599,7 +4599,7 @@ class RunsV1Api(object):
4599
4599
  return self.get_run_connections_lineage_with_http_info(owner, entity, uuid, offset, limit, sort, query, no_page, **kwargs) # noqa: E501
4600
4600
 
4601
4601
  @validate_arguments
4602
- def get_run_connections_lineage_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
4602
+ def get_run_connections_lineage_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
4603
4603
  """Get run connections lineage # noqa: E501
4604
4604
 
4605
4605
  This method makes a synchronous HTTP request by default. To make an
@@ -4610,7 +4610,7 @@ class RunsV1Api(object):
4610
4610
 
4611
4611
  :param owner: Owner of the namespace (required)
4612
4612
  :type owner: str
4613
- :param entity: Entity name under namesapce (required)
4613
+ :param entity: Entity name under namespace (required)
4614
4614
  :type entity: str
4615
4615
  :param uuid: SubEntity uuid (required)
4616
4616
  :type uuid: str
@@ -4752,7 +4752,7 @@ class RunsV1Api(object):
4752
4752
  _request_auth=_params.get('_request_auth'))
4753
4753
 
4754
4754
  @validate_arguments
4755
- def get_run_downstream_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListRunEdgesResponse: # noqa: E501
4755
+ def get_run_downstream_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListRunEdgesResponse: # noqa: E501
4756
4756
  """Get run downstream lineage # noqa: E501
4757
4757
 
4758
4758
  This method makes a synchronous HTTP request by default. To make an
@@ -4763,7 +4763,7 @@ class RunsV1Api(object):
4763
4763
 
4764
4764
  :param owner: Owner of the namespace (required)
4765
4765
  :type owner: str
4766
- :param entity: Entity name under namesapce (required)
4766
+ :param entity: Entity name under namespace (required)
4767
4767
  :type entity: str
4768
4768
  :param uuid: SubEntity uuid (required)
4769
4769
  :type uuid: str
@@ -4796,7 +4796,7 @@ class RunsV1Api(object):
4796
4796
  return self.get_run_downstream_lineage_with_http_info(owner, entity, uuid, offset, limit, sort, query, no_page, **kwargs) # noqa: E501
4797
4797
 
4798
4798
  @validate_arguments
4799
- def get_run_downstream_lineage_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
4799
+ def get_run_downstream_lineage_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
4800
4800
  """Get run downstream lineage # noqa: E501
4801
4801
 
4802
4802
  This method makes a synchronous HTTP request by default. To make an
@@ -4807,7 +4807,7 @@ class RunsV1Api(object):
4807
4807
 
4808
4808
  :param owner: Owner of the namespace (required)
4809
4809
  :type owner: str
4810
- :param entity: Entity name under namesapce (required)
4810
+ :param entity: Entity name under namespace (required)
4811
4811
  :type entity: str
4812
4812
  :param uuid: SubEntity uuid (required)
4813
4813
  :type uuid: str
@@ -5897,7 +5897,7 @@ class RunsV1Api(object):
5897
5897
  _request_auth=_params.get('_request_auth'))
5898
5898
 
5899
5899
  @validate_arguments
5900
- def get_run_stats(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, bookmarks : Annotated[Optional[StrictBool], Field(description="Filter by bookmarks.")] = None, mode : Annotated[Optional[StrictStr], Field(description="Stats Mode.")] = None, kind : Annotated[Optional[StrictStr], Field(description="Stats Kind.")] = None, aggregate : Annotated[Optional[StrictStr], Field(description="Stats aggregate.")] = None, groupby : Annotated[Optional[StrictStr], Field(description="Stats group.")] = None, trunc : Annotated[Optional[StrictStr], Field(description="Stats trunc.")] = None, **kwargs) -> object: # noqa: E501
5900
+ def get_run_stats(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, bookmarks : Annotated[Optional[StrictBool], Field(description="Filter by bookmarks.")] = None, mode : Annotated[Optional[StrictStr], Field(description="Stats Mode.")] = None, kind : Annotated[Optional[StrictStr], Field(description="Stats Kind.")] = None, aggregate : Annotated[Optional[StrictStr], Field(description="Stats aggregate.")] = None, groupby : Annotated[Optional[StrictStr], Field(description="Stats group.")] = None, trunc : Annotated[Optional[StrictStr], Field(description="Stats trunc.")] = None, **kwargs) -> object: # noqa: E501
5901
5901
  """Get run stats # noqa: E501
5902
5902
 
5903
5903
  This method makes a synchronous HTTP request by default. To make an
@@ -5908,7 +5908,7 @@ class RunsV1Api(object):
5908
5908
 
5909
5909
  :param owner: Owner of the namespace (required)
5910
5910
  :type owner: str
5911
- :param entity: Entity name under namesapce (required)
5911
+ :param entity: Entity name under namespace (required)
5912
5912
  :type entity: str
5913
5913
  :param uuid: SubEntity uuid (required)
5914
5914
  :type uuid: str
@@ -5951,7 +5951,7 @@ class RunsV1Api(object):
5951
5951
  return self.get_run_stats_with_http_info(owner, entity, uuid, offset, limit, sort, query, bookmarks, mode, kind, aggregate, groupby, trunc, **kwargs) # noqa: E501
5952
5952
 
5953
5953
  @validate_arguments
5954
- def get_run_stats_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, bookmarks : Annotated[Optional[StrictBool], Field(description="Filter by bookmarks.")] = None, mode : Annotated[Optional[StrictStr], Field(description="Stats Mode.")] = None, kind : Annotated[Optional[StrictStr], Field(description="Stats Kind.")] = None, aggregate : Annotated[Optional[StrictStr], Field(description="Stats aggregate.")] = None, groupby : Annotated[Optional[StrictStr], Field(description="Stats group.")] = None, trunc : Annotated[Optional[StrictStr], Field(description="Stats trunc.")] = None, **kwargs): # noqa: E501
5954
+ def get_run_stats_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, bookmarks : Annotated[Optional[StrictBool], Field(description="Filter by bookmarks.")] = None, mode : Annotated[Optional[StrictStr], Field(description="Stats Mode.")] = None, kind : Annotated[Optional[StrictStr], Field(description="Stats Kind.")] = None, aggregate : Annotated[Optional[StrictStr], Field(description="Stats aggregate.")] = None, groupby : Annotated[Optional[StrictStr], Field(description="Stats group.")] = None, trunc : Annotated[Optional[StrictStr], Field(description="Stats trunc.")] = None, **kwargs): # noqa: E501
5955
5955
  """Get run stats # noqa: E501
5956
5956
 
5957
5957
  This method makes a synchronous HTTP request by default. To make an
@@ -5962,7 +5962,7 @@ class RunsV1Api(object):
5962
5962
 
5963
5963
  :param owner: Owner of the namespace (required)
5964
5964
  :type owner: str
5965
- :param entity: Entity name under namesapce (required)
5965
+ :param entity: Entity name under namespace (required)
5966
5966
  :type entity: str
5967
5967
  :param uuid: SubEntity uuid (required)
5968
5968
  :type uuid: str
@@ -6291,7 +6291,7 @@ class RunsV1Api(object):
6291
6291
  _request_auth=_params.get('_request_auth'))
6292
6292
 
6293
6293
  @validate_arguments
6294
- def get_run_upstream_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListRunEdgesResponse: # noqa: E501
6294
+ def get_run_upstream_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListRunEdgesResponse: # noqa: E501
6295
6295
  """Get run upstream lineage # noqa: E501
6296
6296
 
6297
6297
  This method makes a synchronous HTTP request by default. To make an
@@ -6302,7 +6302,7 @@ class RunsV1Api(object):
6302
6302
 
6303
6303
  :param owner: Owner of the namespace (required)
6304
6304
  :type owner: str
6305
- :param entity: Entity name under namesapce (required)
6305
+ :param entity: Entity name under namespace (required)
6306
6306
  :type entity: str
6307
6307
  :param uuid: SubEntity uuid (required)
6308
6308
  :type uuid: str
@@ -6335,7 +6335,7 @@ class RunsV1Api(object):
6335
6335
  return self.get_run_upstream_lineage_with_http_info(owner, entity, uuid, offset, limit, sort, query, no_page, **kwargs) # noqa: E501
6336
6336
 
6337
6337
  @validate_arguments
6338
- def get_run_upstream_lineage_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
6338
+ def get_run_upstream_lineage_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], uuid : Annotated[StrictStr, Field(..., description="SubEntity uuid")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
6339
6339
  """Get run upstream lineage # noqa: E501
6340
6340
 
6341
6341
  This method makes a synchronous HTTP request by default. To make an
@@ -6346,7 +6346,7 @@ class RunsV1Api(object):
6346
6346
 
6347
6347
  :param owner: Owner of the namespace (required)
6348
6348
  :type owner: str
6349
- :param entity: Entity name under namesapce (required)
6349
+ :param entity: Entity name under namespace (required)
6350
6350
  :type entity: str
6351
6351
  :param uuid: SubEntity uuid (required)
6352
6352
  :type uuid: str
@@ -7215,19 +7215,19 @@ class RunsV1Api(object):
7215
7215
  _request_auth=_params.get('_request_auth'))
7216
7216
 
7217
7217
  @validate_arguments
7218
- def invalidate_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
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
7219
7219
  """Invalidate runs # noqa: E501
7220
7220
 
7221
7221
  This method makes a synchronous HTTP request by default. To make an
7222
7222
  asynchronous HTTP request, please pass async_req=True
7223
7223
 
7224
- >>> thread = api.invalidate_runs(owner, project, body, async_req=True)
7224
+ >>> thread = api.invalidate_runs(owner, name, body, async_req=True)
7225
7225
  >>> result = thread.get()
7226
7226
 
7227
7227
  :param owner: Owner of the namespace (required)
7228
7228
  :type owner: str
7229
- :param project: Project under namesapce (required)
7230
- :type project: str
7229
+ :param name: Entity under namespace (required)
7230
+ :type name: str
7231
7231
  :param body: Uuids of the entities (required)
7232
7232
  :type body: V1Uuids
7233
7233
  :param async_req: Whether to execute the request asynchronously.
@@ -7246,22 +7246,22 @@ class RunsV1Api(object):
7246
7246
  :rtype: None
7247
7247
  """
7248
7248
  kwargs['_return_http_data_only'] = True
7249
- return self.invalidate_runs_with_http_info(owner, project, body, **kwargs) # noqa: E501
7249
+ return self.invalidate_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
7250
7250
 
7251
7251
  @validate_arguments
7252
- def invalidate_runs_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs): # noqa: E501
7252
+ def invalidate_runs_with_http_info(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): # noqa: E501
7253
7253
  """Invalidate runs # noqa: E501
7254
7254
 
7255
7255
  This method makes a synchronous HTTP request by default. To make an
7256
7256
  asynchronous HTTP request, please pass async_req=True
7257
7257
 
7258
- >>> thread = api.invalidate_runs_with_http_info(owner, project, body, async_req=True)
7258
+ >>> thread = api.invalidate_runs_with_http_info(owner, name, body, async_req=True)
7259
7259
  >>> result = thread.get()
7260
7260
 
7261
7261
  :param owner: Owner of the namespace (required)
7262
7262
  :type owner: str
7263
- :param project: Project under namesapce (required)
7264
- :type project: str
7263
+ :param name: Entity under namespace (required)
7264
+ :type name: str
7265
7265
  :param body: Uuids of the entities (required)
7266
7266
  :type body: V1Uuids
7267
7267
  :param async_req: Whether to execute the request asynchronously.
@@ -7292,7 +7292,7 @@ class RunsV1Api(object):
7292
7292
 
7293
7293
  _all_params = [
7294
7294
  'owner',
7295
- 'project',
7295
+ 'name',
7296
7296
  'body'
7297
7297
  ]
7298
7298
  _all_params.extend(
@@ -7324,8 +7324,8 @@ class RunsV1Api(object):
7324
7324
  if _params['owner']:
7325
7325
  _path_params['owner'] = _params['owner']
7326
7326
 
7327
- if _params['project']:
7328
- _path_params['project'] = _params['project']
7327
+ if _params['name']:
7328
+ _path_params['name'] = _params['name']
7329
7329
 
7330
7330
 
7331
7331
  # process the query parameters
@@ -7357,7 +7357,7 @@ class RunsV1Api(object):
7357
7357
  _response_types_map = {}
7358
7358
 
7359
7359
  return self.api_client.call_api(
7360
- '/api/v1/{owner}/{project}/runs/invalidate', 'POST',
7360
+ '/api/v1/{owner}/{name}/runs/invalidate', 'POST',
7361
7361
  _path_params,
7362
7362
  _query_params,
7363
7363
  _header_params,
@@ -8612,19 +8612,19 @@ class RunsV1Api(object):
8612
8612
  _request_auth=_params.get('_request_auth'))
8613
8613
 
8614
8614
  @validate_arguments
8615
- def restore_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
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
8616
8616
  """Restore runs # noqa: E501
8617
8617
 
8618
8618
  This method makes a synchronous HTTP request by default. To make an
8619
8619
  asynchronous HTTP request, please pass async_req=True
8620
8620
 
8621
- >>> thread = api.restore_runs(owner, project, body, async_req=True)
8621
+ >>> thread = api.restore_runs(owner, name, body, async_req=True)
8622
8622
  >>> result = thread.get()
8623
8623
 
8624
8624
  :param owner: Owner of the namespace (required)
8625
8625
  :type owner: str
8626
- :param project: Project under namesapce (required)
8627
- :type project: str
8626
+ :param name: Entity under namespace (required)
8627
+ :type name: str
8628
8628
  :param body: Uuids of the entities (required)
8629
8629
  :type body: V1Uuids
8630
8630
  :param async_req: Whether to execute the request asynchronously.
@@ -8643,22 +8643,22 @@ class RunsV1Api(object):
8643
8643
  :rtype: None
8644
8644
  """
8645
8645
  kwargs['_return_http_data_only'] = True
8646
- return self.restore_runs_with_http_info(owner, project, body, **kwargs) # noqa: E501
8646
+ return self.restore_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
8647
8647
 
8648
8648
  @validate_arguments
8649
- def restore_runs_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs): # noqa: E501
8649
+ def restore_runs_with_http_info(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): # noqa: E501
8650
8650
  """Restore runs # noqa: E501
8651
8651
 
8652
8652
  This method makes a synchronous HTTP request by default. To make an
8653
8653
  asynchronous HTTP request, please pass async_req=True
8654
8654
 
8655
- >>> thread = api.restore_runs_with_http_info(owner, project, body, async_req=True)
8655
+ >>> thread = api.restore_runs_with_http_info(owner, name, body, async_req=True)
8656
8656
  >>> result = thread.get()
8657
8657
 
8658
8658
  :param owner: Owner of the namespace (required)
8659
8659
  :type owner: str
8660
- :param project: Project under namesapce (required)
8661
- :type project: str
8660
+ :param name: Entity under namespace (required)
8661
+ :type name: str
8662
8662
  :param body: Uuids of the entities (required)
8663
8663
  :type body: V1Uuids
8664
8664
  :param async_req: Whether to execute the request asynchronously.
@@ -8689,7 +8689,7 @@ class RunsV1Api(object):
8689
8689
 
8690
8690
  _all_params = [
8691
8691
  'owner',
8692
- 'project',
8692
+ 'name',
8693
8693
  'body'
8694
8694
  ]
8695
8695
  _all_params.extend(
@@ -8721,8 +8721,8 @@ class RunsV1Api(object):
8721
8721
  if _params['owner']:
8722
8722
  _path_params['owner'] = _params['owner']
8723
8723
 
8724
- if _params['project']:
8725
- _path_params['project'] = _params['project']
8724
+ if _params['name']:
8725
+ _path_params['name'] = _params['name']
8726
8726
 
8727
8727
 
8728
8728
  # process the query parameters
@@ -8754,7 +8754,7 @@ class RunsV1Api(object):
8754
8754
  _response_types_map = {}
8755
8755
 
8756
8756
  return self.api_client.call_api(
8757
- '/api/v1/{owner}/{project}/runs/restore', 'POST',
8757
+ '/api/v1/{owner}/{name}/runs/restore', 'POST',
8758
8758
  _path_params,
8759
8759
  _query_params,
8760
8760
  _header_params,
@@ -9262,19 +9262,19 @@ class RunsV1Api(object):
9262
9262
  _request_auth=_params.get('_request_auth'))
9263
9263
 
9264
9264
  @validate_arguments
9265
- def skip_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
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
9266
9266
  """Skip runs # noqa: E501
9267
9267
 
9268
9268
  This method makes a synchronous HTTP request by default. To make an
9269
9269
  asynchronous HTTP request, please pass async_req=True
9270
9270
 
9271
- >>> thread = api.skip_runs(owner, project, body, async_req=True)
9271
+ >>> thread = api.skip_runs(owner, name, body, async_req=True)
9272
9272
  >>> result = thread.get()
9273
9273
 
9274
9274
  :param owner: Owner of the namespace (required)
9275
9275
  :type owner: str
9276
- :param project: Project under namesapce (required)
9277
- :type project: str
9276
+ :param name: Entity under namespace (required)
9277
+ :type name: str
9278
9278
  :param body: Uuids of the entities (required)
9279
9279
  :type body: V1Uuids
9280
9280
  :param async_req: Whether to execute the request asynchronously.
@@ -9293,22 +9293,22 @@ class RunsV1Api(object):
9293
9293
  :rtype: None
9294
9294
  """
9295
9295
  kwargs['_return_http_data_only'] = True
9296
- return self.skip_runs_with_http_info(owner, project, body, **kwargs) # noqa: E501
9296
+ return self.skip_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
9297
9297
 
9298
9298
  @validate_arguments
9299
- def skip_runs_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs): # noqa: E501
9299
+ def skip_runs_with_http_info(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): # noqa: E501
9300
9300
  """Skip runs # noqa: E501
9301
9301
 
9302
9302
  This method makes a synchronous HTTP request by default. To make an
9303
9303
  asynchronous HTTP request, please pass async_req=True
9304
9304
 
9305
- >>> thread = api.skip_runs_with_http_info(owner, project, body, async_req=True)
9305
+ >>> thread = api.skip_runs_with_http_info(owner, name, body, async_req=True)
9306
9306
  >>> result = thread.get()
9307
9307
 
9308
9308
  :param owner: Owner of the namespace (required)
9309
9309
  :type owner: str
9310
- :param project: Project under namesapce (required)
9311
- :type project: str
9310
+ :param name: Entity under namespace (required)
9311
+ :type name: str
9312
9312
  :param body: Uuids of the entities (required)
9313
9313
  :type body: V1Uuids
9314
9314
  :param async_req: Whether to execute the request asynchronously.
@@ -9339,7 +9339,7 @@ class RunsV1Api(object):
9339
9339
 
9340
9340
  _all_params = [
9341
9341
  'owner',
9342
- 'project',
9342
+ 'name',
9343
9343
  'body'
9344
9344
  ]
9345
9345
  _all_params.extend(
@@ -9371,8 +9371,8 @@ class RunsV1Api(object):
9371
9371
  if _params['owner']:
9372
9372
  _path_params['owner'] = _params['owner']
9373
9373
 
9374
- if _params['project']:
9375
- _path_params['project'] = _params['project']
9374
+ if _params['name']:
9375
+ _path_params['name'] = _params['name']
9376
9376
 
9377
9377
 
9378
9378
  # process the query parameters
@@ -9404,7 +9404,7 @@ class RunsV1Api(object):
9404
9404
  _response_types_map = {}
9405
9405
 
9406
9406
  return self.api_client.call_api(
9407
- '/api/v1/{owner}/{project}/runs/skip', 'POST',
9407
+ '/api/v1/{owner}/{name}/runs/skip', 'POST',
9408
9408
  _path_params,
9409
9409
  _query_params,
9410
9410
  _header_params,
@@ -9573,19 +9573,19 @@ class RunsV1Api(object):
9573
9573
  _request_auth=_params.get('_request_auth'))
9574
9574
 
9575
9575
  @validate_arguments
9576
- def stop_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
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
9577
9577
  """Stop runs # noqa: E501
9578
9578
 
9579
9579
  This method makes a synchronous HTTP request by default. To make an
9580
9580
  asynchronous HTTP request, please pass async_req=True
9581
9581
 
9582
- >>> thread = api.stop_runs(owner, project, body, async_req=True)
9582
+ >>> thread = api.stop_runs(owner, name, body, async_req=True)
9583
9583
  >>> result = thread.get()
9584
9584
 
9585
9585
  :param owner: Owner of the namespace (required)
9586
9586
  :type owner: str
9587
- :param project: Project under namesapce (required)
9588
- :type project: str
9587
+ :param name: Entity under namespace (required)
9588
+ :type name: str
9589
9589
  :param body: Uuids of the entities (required)
9590
9590
  :type body: V1Uuids
9591
9591
  :param async_req: Whether to execute the request asynchronously.
@@ -9604,22 +9604,22 @@ class RunsV1Api(object):
9604
9604
  :rtype: None
9605
9605
  """
9606
9606
  kwargs['_return_http_data_only'] = True
9607
- return self.stop_runs_with_http_info(owner, project, body, **kwargs) # noqa: E501
9607
+ return self.stop_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
9608
9608
 
9609
9609
  @validate_arguments
9610
- def stop_runs_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs): # noqa: E501
9610
+ def stop_runs_with_http_info(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): # noqa: E501
9611
9611
  """Stop runs # noqa: E501
9612
9612
 
9613
9613
  This method makes a synchronous HTTP request by default. To make an
9614
9614
  asynchronous HTTP request, please pass async_req=True
9615
9615
 
9616
- >>> thread = api.stop_runs_with_http_info(owner, project, body, async_req=True)
9616
+ >>> thread = api.stop_runs_with_http_info(owner, name, body, async_req=True)
9617
9617
  >>> result = thread.get()
9618
9618
 
9619
9619
  :param owner: Owner of the namespace (required)
9620
9620
  :type owner: str
9621
- :param project: Project under namesapce (required)
9622
- :type project: str
9621
+ :param name: Entity under namespace (required)
9622
+ :type name: str
9623
9623
  :param body: Uuids of the entities (required)
9624
9624
  :type body: V1Uuids
9625
9625
  :param async_req: Whether to execute the request asynchronously.
@@ -9650,7 +9650,7 @@ class RunsV1Api(object):
9650
9650
 
9651
9651
  _all_params = [
9652
9652
  'owner',
9653
- 'project',
9653
+ 'name',
9654
9654
  'body'
9655
9655
  ]
9656
9656
  _all_params.extend(
@@ -9682,8 +9682,8 @@ class RunsV1Api(object):
9682
9682
  if _params['owner']:
9683
9683
  _path_params['owner'] = _params['owner']
9684
9684
 
9685
- if _params['project']:
9686
- _path_params['project'] = _params['project']
9685
+ if _params['name']:
9686
+ _path_params['name'] = _params['name']
9687
9687
 
9688
9688
 
9689
9689
  # process the query parameters
@@ -9715,7 +9715,7 @@ class RunsV1Api(object):
9715
9715
  _response_types_map = {}
9716
9716
 
9717
9717
  return self.api_client.call_api(
9718
- '/api/v1/{owner}/{project}/runs/stop', 'POST',
9718
+ '/api/v1/{owner}/{name}/runs/stop', 'POST',
9719
9719
  _path_params,
9720
9720
  _query_params,
9721
9721
  _header_params,
@@ -9891,19 +9891,19 @@ class RunsV1Api(object):
9891
9891
  _request_auth=_params.get('_request_auth'))
9892
9892
 
9893
9893
  @validate_arguments
9894
- def tag_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1EntitiesTags, Field(..., description="Data")], **kwargs) -> None: # noqa: E501
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
9895
9895
  """Tag runs # noqa: E501
9896
9896
 
9897
9897
  This method makes a synchronous HTTP request by default. To make an
9898
9898
  asynchronous HTTP request, please pass async_req=True
9899
9899
 
9900
- >>> thread = api.tag_runs(owner, project, body, async_req=True)
9900
+ >>> thread = api.tag_runs(owner, name, body, async_req=True)
9901
9901
  >>> result = thread.get()
9902
9902
 
9903
9903
  :param owner: Owner of the namespace (required)
9904
9904
  :type owner: str
9905
- :param project: Project under namesapce (required)
9906
- :type project: str
9905
+ :param name: Entity under namespace (required)
9906
+ :type name: str
9907
9907
  :param body: Data (required)
9908
9908
  :type body: V1EntitiesTags
9909
9909
  :param async_req: Whether to execute the request asynchronously.
@@ -9922,22 +9922,22 @@ class RunsV1Api(object):
9922
9922
  :rtype: None
9923
9923
  """
9924
9924
  kwargs['_return_http_data_only'] = True
9925
- return self.tag_runs_with_http_info(owner, project, body, **kwargs) # noqa: E501
9925
+ return self.tag_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
9926
9926
 
9927
9927
  @validate_arguments
9928
- def tag_runs_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1EntitiesTags, Field(..., description="Data")], **kwargs): # noqa: E501
9928
+ def tag_runs_with_http_info(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): # noqa: E501
9929
9929
  """Tag runs # noqa: E501
9930
9930
 
9931
9931
  This method makes a synchronous HTTP request by default. To make an
9932
9932
  asynchronous HTTP request, please pass async_req=True
9933
9933
 
9934
- >>> thread = api.tag_runs_with_http_info(owner, project, body, async_req=True)
9934
+ >>> thread = api.tag_runs_with_http_info(owner, name, body, async_req=True)
9935
9935
  >>> result = thread.get()
9936
9936
 
9937
9937
  :param owner: Owner of the namespace (required)
9938
9938
  :type owner: str
9939
- :param project: Project under namesapce (required)
9940
- :type project: str
9939
+ :param name: Entity under namespace (required)
9940
+ :type name: str
9941
9941
  :param body: Data (required)
9942
9942
  :type body: V1EntitiesTags
9943
9943
  :param async_req: Whether to execute the request asynchronously.
@@ -9968,7 +9968,7 @@ class RunsV1Api(object):
9968
9968
 
9969
9969
  _all_params = [
9970
9970
  'owner',
9971
- 'project',
9971
+ 'name',
9972
9972
  'body'
9973
9973
  ]
9974
9974
  _all_params.extend(
@@ -10000,8 +10000,8 @@ class RunsV1Api(object):
10000
10000
  if _params['owner']:
10001
10001
  _path_params['owner'] = _params['owner']
10002
10002
 
10003
- if _params['project']:
10004
- _path_params['project'] = _params['project']
10003
+ if _params['name']:
10004
+ _path_params['name'] = _params['name']
10005
10005
 
10006
10006
 
10007
10007
  # process the query parameters
@@ -10033,7 +10033,7 @@ class RunsV1Api(object):
10033
10033
  _response_types_map = {}
10034
10034
 
10035
10035
  return self.api_client.call_api(
10036
- '/api/v1/{owner}/{project}/runs/tag', 'POST',
10036
+ '/api/v1/{owner}/{name}/runs/tag', 'POST',
10037
10037
  _path_params,
10038
10038
  _query_params,
10039
10039
  _header_params,
@@ -10217,19 +10217,19 @@ class RunsV1Api(object):
10217
10217
  _request_auth=_params.get('_request_auth'))
10218
10218
 
10219
10219
  @validate_arguments
10220
- def transfer_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1EntitiesTransfer, Field(..., description="Data")], **kwargs) -> None: # noqa: E501
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
10221
10221
  """Transfer runs # noqa: E501
10222
10222
 
10223
10223
  This method makes a synchronous HTTP request by default. To make an
10224
10224
  asynchronous HTTP request, please pass async_req=True
10225
10225
 
10226
- >>> thread = api.transfer_runs(owner, project, body, async_req=True)
10226
+ >>> thread = api.transfer_runs(owner, name, body, async_req=True)
10227
10227
  >>> result = thread.get()
10228
10228
 
10229
10229
  :param owner: Owner of the namespace (required)
10230
10230
  :type owner: str
10231
- :param project: Project under namesapce (required)
10232
- :type project: str
10231
+ :param name: Entity under namespace (required)
10232
+ :type name: str
10233
10233
  :param body: Data (required)
10234
10234
  :type body: V1EntitiesTransfer
10235
10235
  :param async_req: Whether to execute the request asynchronously.
@@ -10248,22 +10248,22 @@ class RunsV1Api(object):
10248
10248
  :rtype: None
10249
10249
  """
10250
10250
  kwargs['_return_http_data_only'] = True
10251
- return self.transfer_runs_with_http_info(owner, project, body, **kwargs) # noqa: E501
10251
+ return self.transfer_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
10252
10252
 
10253
10253
  @validate_arguments
10254
- def transfer_runs_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1EntitiesTransfer, Field(..., description="Data")], **kwargs): # noqa: E501
10254
+ def transfer_runs_with_http_info(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): # noqa: E501
10255
10255
  """Transfer runs # noqa: E501
10256
10256
 
10257
10257
  This method makes a synchronous HTTP request by default. To make an
10258
10258
  asynchronous HTTP request, please pass async_req=True
10259
10259
 
10260
- >>> thread = api.transfer_runs_with_http_info(owner, project, body, async_req=True)
10260
+ >>> thread = api.transfer_runs_with_http_info(owner, name, body, async_req=True)
10261
10261
  >>> result = thread.get()
10262
10262
 
10263
10263
  :param owner: Owner of the namespace (required)
10264
10264
  :type owner: str
10265
- :param project: Project under namesapce (required)
10266
- :type project: str
10265
+ :param name: Entity under namespace (required)
10266
+ :type name: str
10267
10267
  :param body: Data (required)
10268
10268
  :type body: V1EntitiesTransfer
10269
10269
  :param async_req: Whether to execute the request asynchronously.
@@ -10294,7 +10294,7 @@ class RunsV1Api(object):
10294
10294
 
10295
10295
  _all_params = [
10296
10296
  'owner',
10297
- 'project',
10297
+ 'name',
10298
10298
  'body'
10299
10299
  ]
10300
10300
  _all_params.extend(
@@ -10326,8 +10326,8 @@ class RunsV1Api(object):
10326
10326
  if _params['owner']:
10327
10327
  _path_params['owner'] = _params['owner']
10328
10328
 
10329
- if _params['project']:
10330
- _path_params['project'] = _params['project']
10329
+ if _params['name']:
10330
+ _path_params['name'] = _params['name']
10331
10331
 
10332
10332
 
10333
10333
  # process the query parameters
@@ -10359,7 +10359,7 @@ class RunsV1Api(object):
10359
10359
  _response_types_map = {}
10360
10360
 
10361
10361
  return self.api_client.call_api(
10362
- '/api/v1/{owner}/{project}/runs/transfer', 'POST',
10362
+ '/api/v1/{owner}/{name}/runs/transfer', 'POST',
10363
10363
  _path_params,
10364
10364
  _query_params,
10365
10365
  _header_params,