polyaxon-sdk 2.2.0rc1__py2.py3-none-any.whl → 2.3.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 (265) hide show
  1. polyaxon_sdk/__init__.py +3 -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 +601 -1
  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 +1 -1
  11. polyaxon_sdk/api/project_searches_v1_api.py +1 -1
  12. polyaxon_sdk/api/projects_v1_api.py +1 -1
  13. polyaxon_sdk/api/queues_v1_api.py +1 -1
  14. polyaxon_sdk/api/runs_v1_api.py +27 -27
  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 +1 -1
  18. polyaxon_sdk/api/tags_v1_api.py +1 -1
  19. polyaxon_sdk/api/teams_v1_api.py +601 -1
  20. polyaxon_sdk/api/users_v1_api.py +1 -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 +2 -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 +9 -3
  192. polyaxon_sdk/models/v1_preset_settings.py +88 -0
  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_email.py +1 -1
  254. polyaxon_sdk/models/v1_user_singup.py +1 -1
  255. polyaxon_sdk/models/v1_uuids.py +1 -1
  256. polyaxon_sdk/models/v1_validation.py +1 -1
  257. polyaxon_sdk/models/v1_version.py +1 -1
  258. polyaxon_sdk/models/v1_wasb_type.py +1 -1
  259. polyaxon_sdk/models/v1_xg_boost_job.py +1 -1
  260. polyaxon_sdk/rest.py +1 -1
  261. {polyaxon_sdk-2.2.0rc1.dist-info → polyaxon_sdk-2.3.0.dist-info}/METADATA +1 -1
  262. polyaxon_sdk-2.3.0.dist-info/RECORD +265 -0
  263. polyaxon_sdk-2.2.0rc1.dist-info/RECORD +0 -264
  264. {polyaxon_sdk-2.2.0rc1.dist-info → polyaxon_sdk-2.3.0.dist-info}/WHEEL +0 -0
  265. {polyaxon_sdk-2.2.0rc1.dist-info → polyaxon_sdk-2.3.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.2.0-rc1
8
+ The version of the OpenAPI document: 2.3.0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -30,7 +30,9 @@ from polyaxon_sdk.models.v1_list_activities_response import V1ListActivitiesResp
30
30
  from polyaxon_sdk.models.v1_list_organization_members_response import V1ListOrganizationMembersResponse
31
31
  from polyaxon_sdk.models.v1_list_organizations_response import V1ListOrganizationsResponse
32
32
  from polyaxon_sdk.models.v1_list_project_versions_response import V1ListProjectVersionsResponse
33
+ from polyaxon_sdk.models.v1_list_run_artifacts_response import V1ListRunArtifactsResponse
33
34
  from polyaxon_sdk.models.v1_list_runs_response import V1ListRunsResponse
35
+ from polyaxon_sdk.models.v1_multi_events_response import V1MultiEventsResponse
34
36
  from polyaxon_sdk.models.v1_organization import V1Organization
35
37
  from polyaxon_sdk.models.v1_organization_member import V1OrganizationMember
36
38
  from polyaxon_sdk.models.v1_run import V1Run
@@ -2155,6 +2157,399 @@ class OrganizationsV1Api(object):
2155
2157
  collection_formats=_collection_formats,
2156
2158
  _request_auth=_params.get('_request_auth'))
2157
2159
 
2160
+ @validate_arguments
2161
+ def get_organization_multi_run_events(self, namespace : Annotated[StrictStr, Field(..., description="namespace")], owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], kind : Annotated[StrictStr, Field(..., description="The artifact kind")], entity : Annotated[Optional[StrictStr], Field(description="Entity where the run will be assigned.")] = None, names : Annotated[Optional[StrictStr], Field(description="Names query param.")] = None, runs : Annotated[Optional[StrictStr], Field(description="Runs query param.")] = None, orient : Annotated[Optional[StrictStr], Field(description="Orient query param.")] = None, force : Annotated[Optional[StrictBool], Field(description="Force query param.")] = None, sample : Annotated[Optional[StrictInt], Field(description="Sample query param.")] = None, connection : Annotated[Optional[StrictStr], Field(description="Connection to use.")] = None, status : Annotated[Optional[StrictStr], Field(description="Optional status.")] = None, **kwargs) -> V1MultiEventsResponse: # noqa: E501
2162
+ """Get multi runs events # noqa: E501
2163
+
2164
+ This method makes a synchronous HTTP request by default. To make an
2165
+ asynchronous HTTP request, please pass async_req=True
2166
+
2167
+ >>> thread = api.get_organization_multi_run_events(namespace, owner, kind, entity, names, runs, orient, force, sample, connection, status, async_req=True)
2168
+ >>> result = thread.get()
2169
+
2170
+ :param namespace: namespace (required)
2171
+ :type namespace: str
2172
+ :param owner: Owner of the namespace (required)
2173
+ :type owner: str
2174
+ :param kind: The artifact kind (required)
2175
+ :type kind: str
2176
+ :param entity: Entity where the run will be assigned.
2177
+ :type entity: str
2178
+ :param names: Names query param.
2179
+ :type names: str
2180
+ :param runs: Runs query param.
2181
+ :type runs: str
2182
+ :param orient: Orient query param.
2183
+ :type orient: str
2184
+ :param force: Force query param.
2185
+ :type force: bool
2186
+ :param sample: Sample query param.
2187
+ :type sample: int
2188
+ :param connection: Connection to use.
2189
+ :type connection: str
2190
+ :param status: Optional status.
2191
+ :type status: str
2192
+ :param async_req: Whether to execute the request asynchronously.
2193
+ :type async_req: bool, optional
2194
+ :param _preload_content: if False, the urllib3.HTTPResponse object will
2195
+ be returned without reading/decoding response
2196
+ data. Default is True.
2197
+ :type _preload_content: bool, optional
2198
+ :param _request_timeout: timeout setting for this request. If one
2199
+ number provided, it will be total request
2200
+ timeout. It can also be a pair (tuple) of
2201
+ (connection, read) timeouts.
2202
+ :return: Returns the result object.
2203
+ If the method is called asynchronously,
2204
+ returns the request thread.
2205
+ :rtype: V1MultiEventsResponse
2206
+ """
2207
+ kwargs['_return_http_data_only'] = True
2208
+ return self.get_organization_multi_run_events_with_http_info(namespace, owner, kind, entity, names, runs, orient, force, sample, connection, status, **kwargs) # noqa: E501
2209
+
2210
+ @validate_arguments
2211
+ def get_organization_multi_run_events_with_http_info(self, namespace : Annotated[StrictStr, Field(..., description="namespace")], owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], kind : Annotated[StrictStr, Field(..., description="The artifact kind")], entity : Annotated[Optional[StrictStr], Field(description="Entity where the run will be assigned.")] = None, names : Annotated[Optional[StrictStr], Field(description="Names query param.")] = None, runs : Annotated[Optional[StrictStr], Field(description="Runs query param.")] = None, orient : Annotated[Optional[StrictStr], Field(description="Orient query param.")] = None, force : Annotated[Optional[StrictBool], Field(description="Force query param.")] = None, sample : Annotated[Optional[StrictInt], Field(description="Sample query param.")] = None, connection : Annotated[Optional[StrictStr], Field(description="Connection to use.")] = None, status : Annotated[Optional[StrictStr], Field(description="Optional status.")] = None, **kwargs): # noqa: E501
2212
+ """Get multi runs events # noqa: E501
2213
+
2214
+ This method makes a synchronous HTTP request by default. To make an
2215
+ asynchronous HTTP request, please pass async_req=True
2216
+
2217
+ >>> thread = api.get_organization_multi_run_events_with_http_info(namespace, owner, kind, entity, names, runs, orient, force, sample, connection, status, async_req=True)
2218
+ >>> result = thread.get()
2219
+
2220
+ :param namespace: namespace (required)
2221
+ :type namespace: str
2222
+ :param owner: Owner of the namespace (required)
2223
+ :type owner: str
2224
+ :param kind: The artifact kind (required)
2225
+ :type kind: str
2226
+ :param entity: Entity where the run will be assigned.
2227
+ :type entity: str
2228
+ :param names: Names query param.
2229
+ :type names: str
2230
+ :param runs: Runs query param.
2231
+ :type runs: str
2232
+ :param orient: Orient query param.
2233
+ :type orient: str
2234
+ :param force: Force query param.
2235
+ :type force: bool
2236
+ :param sample: Sample query param.
2237
+ :type sample: int
2238
+ :param connection: Connection to use.
2239
+ :type connection: str
2240
+ :param status: Optional status.
2241
+ :type status: str
2242
+ :param async_req: Whether to execute the request asynchronously.
2243
+ :type async_req: bool, optional
2244
+ :param _return_http_data_only: response data without head status code
2245
+ and headers
2246
+ :type _return_http_data_only: bool, optional
2247
+ :param _preload_content: if False, the urllib3.HTTPResponse object will
2248
+ be returned without reading/decoding response
2249
+ data. Default is True.
2250
+ :type _preload_content: bool, optional
2251
+ :param _request_timeout: timeout setting for this request. If one
2252
+ number provided, it will be total request
2253
+ timeout. It can also be a pair (tuple) of
2254
+ (connection, read) timeouts.
2255
+ :param _request_auth: set to override the auth_settings for an a single
2256
+ request; this effectively ignores the authentication
2257
+ in the spec for a single request.
2258
+ :type _request_auth: dict, optional
2259
+ :type _content_type: string, optional: force content-type for the request
2260
+ :return: Returns the result object.
2261
+ If the method is called asynchronously,
2262
+ returns the request thread.
2263
+ :rtype: tuple(V1MultiEventsResponse, status_code(int), headers(HTTPHeaderDict))
2264
+ """
2265
+
2266
+ _params = locals()
2267
+
2268
+ _all_params = [
2269
+ 'namespace',
2270
+ 'owner',
2271
+ 'kind',
2272
+ 'entity',
2273
+ 'names',
2274
+ 'runs',
2275
+ 'orient',
2276
+ 'force',
2277
+ 'sample',
2278
+ 'connection',
2279
+ 'status'
2280
+ ]
2281
+ _all_params.extend(
2282
+ [
2283
+ 'async_req',
2284
+ '_return_http_data_only',
2285
+ '_preload_content',
2286
+ '_request_timeout',
2287
+ '_request_auth',
2288
+ '_content_type',
2289
+ '_headers'
2290
+ ]
2291
+ )
2292
+
2293
+ # validate the arguments
2294
+ for _key, _val in _params['kwargs'].items():
2295
+ if _key not in _all_params:
2296
+ raise ApiTypeError(
2297
+ "Got an unexpected keyword argument '%s'"
2298
+ " to method get_organization_multi_run_events" % _key
2299
+ )
2300
+ _params[_key] = _val
2301
+ del _params['kwargs']
2302
+
2303
+ _collection_formats = {}
2304
+
2305
+ # process the path parameters
2306
+ _path_params = {}
2307
+ if _params['namespace']:
2308
+ _path_params['namespace'] = _params['namespace']
2309
+
2310
+ if _params['owner']:
2311
+ _path_params['owner'] = _params['owner']
2312
+
2313
+ if _params['kind']:
2314
+ _path_params['kind'] = _params['kind']
2315
+
2316
+
2317
+ # process the query parameters
2318
+ _query_params = []
2319
+ if _params.get('entity') is not None: # noqa: E501
2320
+ _query_params.append(('entity', _params['entity']))
2321
+
2322
+ if _params.get('names') is not None: # noqa: E501
2323
+ _query_params.append(('names', _params['names']))
2324
+
2325
+ if _params.get('runs') is not None: # noqa: E501
2326
+ _query_params.append(('runs', _params['runs']))
2327
+
2328
+ if _params.get('orient') is not None: # noqa: E501
2329
+ _query_params.append(('orient', _params['orient']))
2330
+
2331
+ if _params.get('force') is not None: # noqa: E501
2332
+ _query_params.append(('force', _params['force']))
2333
+
2334
+ if _params.get('sample') is not None: # noqa: E501
2335
+ _query_params.append(('sample', _params['sample']))
2336
+
2337
+ if _params.get('connection') is not None: # noqa: E501
2338
+ _query_params.append(('connection', _params['connection']))
2339
+
2340
+ if _params.get('status') is not None: # noqa: E501
2341
+ _query_params.append(('status', _params['status']))
2342
+
2343
+ # process the header parameters
2344
+ _header_params = dict(_params.get('_headers', {}))
2345
+ # process the form parameters
2346
+ _form_params = []
2347
+ _files = {}
2348
+ # process the body parameter
2349
+ _body_params = None
2350
+ # set the HTTP header `Accept`
2351
+ _header_params['Accept'] = self.api_client.select_header_accept(
2352
+ ['application/json']) # noqa: E501
2353
+
2354
+ # authentication setting
2355
+ _auth_settings = ['ApiKey'] # noqa: E501
2356
+
2357
+ _response_types_map = {
2358
+ '200': "V1MultiEventsResponse",
2359
+ '204': "object",
2360
+ '403': "object",
2361
+ '404': "object",
2362
+ }
2363
+
2364
+ return self.api_client.call_api(
2365
+ '/streams/v1/{namespace}/orgs/{owner}/runs/multi/events/{kind}', 'GET',
2366
+ _path_params,
2367
+ _query_params,
2368
+ _header_params,
2369
+ body=_body_params,
2370
+ post_params=_form_params,
2371
+ files=_files,
2372
+ response_types_map=_response_types_map,
2373
+ auth_settings=_auth_settings,
2374
+ async_req=_params.get('async_req'),
2375
+ _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2376
+ _preload_content=_params.get('_preload_content', True),
2377
+ _request_timeout=_params.get('_request_timeout'),
2378
+ collection_formats=_collection_formats,
2379
+ _request_auth=_params.get('_request_auth'))
2380
+
2381
+ @validate_arguments
2382
+ def get_organization_multi_run_importance(self, namespace : Annotated[StrictStr, Field(..., description="namespace")], owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], body : Annotated[Dict[str, Any], Field(..., description="Params/Metrics data")], entity : Annotated[Optional[StrictStr], Field(description="Entity where the run will be assigned.")] = None, **kwargs) -> V1MultiEventsResponse: # noqa: E501
2383
+ """Get multi run importance # noqa: E501
2384
+
2385
+ This method makes a synchronous HTTP request by default. To make an
2386
+ asynchronous HTTP request, please pass async_req=True
2387
+
2388
+ >>> thread = api.get_organization_multi_run_importance(namespace, owner, body, entity, async_req=True)
2389
+ >>> result = thread.get()
2390
+
2391
+ :param namespace: namespace (required)
2392
+ :type namespace: str
2393
+ :param owner: Owner of the namespace (required)
2394
+ :type owner: str
2395
+ :param body: Params/Metrics data (required)
2396
+ :type body: object
2397
+ :param entity: Entity where the run will be assigned.
2398
+ :type entity: str
2399
+ :param async_req: Whether to execute the request asynchronously.
2400
+ :type async_req: bool, optional
2401
+ :param _preload_content: if False, the urllib3.HTTPResponse object will
2402
+ be returned without reading/decoding response
2403
+ data. Default is True.
2404
+ :type _preload_content: bool, optional
2405
+ :param _request_timeout: timeout setting for this request. If one
2406
+ number provided, it will be total request
2407
+ timeout. It can also be a pair (tuple) of
2408
+ (connection, read) timeouts.
2409
+ :return: Returns the result object.
2410
+ If the method is called asynchronously,
2411
+ returns the request thread.
2412
+ :rtype: V1MultiEventsResponse
2413
+ """
2414
+ kwargs['_return_http_data_only'] = True
2415
+ return self.get_organization_multi_run_importance_with_http_info(namespace, owner, body, entity, **kwargs) # noqa: E501
2416
+
2417
+ @validate_arguments
2418
+ def get_organization_multi_run_importance_with_http_info(self, namespace : Annotated[StrictStr, Field(..., description="namespace")], owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], body : Annotated[Dict[str, Any], Field(..., description="Params/Metrics data")], entity : Annotated[Optional[StrictStr], Field(description="Entity where the run will be assigned.")] = None, **kwargs): # noqa: E501
2419
+ """Get multi run importance # noqa: E501
2420
+
2421
+ This method makes a synchronous HTTP request by default. To make an
2422
+ asynchronous HTTP request, please pass async_req=True
2423
+
2424
+ >>> thread = api.get_organization_multi_run_importance_with_http_info(namespace, owner, body, entity, async_req=True)
2425
+ >>> result = thread.get()
2426
+
2427
+ :param namespace: namespace (required)
2428
+ :type namespace: str
2429
+ :param owner: Owner of the namespace (required)
2430
+ :type owner: str
2431
+ :param body: Params/Metrics data (required)
2432
+ :type body: object
2433
+ :param entity: Entity where the run will be assigned.
2434
+ :type entity: str
2435
+ :param async_req: Whether to execute the request asynchronously.
2436
+ :type async_req: bool, optional
2437
+ :param _return_http_data_only: response data without head status code
2438
+ and headers
2439
+ :type _return_http_data_only: bool, optional
2440
+ :param _preload_content: if False, the urllib3.HTTPResponse object will
2441
+ be returned without reading/decoding response
2442
+ data. Default is True.
2443
+ :type _preload_content: bool, optional
2444
+ :param _request_timeout: timeout setting for this request. If one
2445
+ number provided, it will be total request
2446
+ timeout. It can also be a pair (tuple) of
2447
+ (connection, read) timeouts.
2448
+ :param _request_auth: set to override the auth_settings for an a single
2449
+ request; this effectively ignores the authentication
2450
+ in the spec for a single request.
2451
+ :type _request_auth: dict, optional
2452
+ :type _content_type: string, optional: force content-type for the request
2453
+ :return: Returns the result object.
2454
+ If the method is called asynchronously,
2455
+ returns the request thread.
2456
+ :rtype: tuple(V1MultiEventsResponse, status_code(int), headers(HTTPHeaderDict))
2457
+ """
2458
+
2459
+ _params = locals()
2460
+
2461
+ _all_params = [
2462
+ 'namespace',
2463
+ 'owner',
2464
+ 'body',
2465
+ 'entity'
2466
+ ]
2467
+ _all_params.extend(
2468
+ [
2469
+ 'async_req',
2470
+ '_return_http_data_only',
2471
+ '_preload_content',
2472
+ '_request_timeout',
2473
+ '_request_auth',
2474
+ '_content_type',
2475
+ '_headers'
2476
+ ]
2477
+ )
2478
+
2479
+ # validate the arguments
2480
+ for _key, _val in _params['kwargs'].items():
2481
+ if _key not in _all_params:
2482
+ raise ApiTypeError(
2483
+ "Got an unexpected keyword argument '%s'"
2484
+ " to method get_organization_multi_run_importance" % _key
2485
+ )
2486
+ _params[_key] = _val
2487
+ del _params['kwargs']
2488
+
2489
+ _collection_formats = {}
2490
+
2491
+ # process the path parameters
2492
+ _path_params = {}
2493
+ if _params['namespace']:
2494
+ _path_params['namespace'] = _params['namespace']
2495
+
2496
+ if _params['owner']:
2497
+ _path_params['owner'] = _params['owner']
2498
+
2499
+
2500
+ # process the query parameters
2501
+ _query_params = []
2502
+ if _params.get('entity') is not None: # noqa: E501
2503
+ _query_params.append(('entity', _params['entity']))
2504
+
2505
+ # process the header parameters
2506
+ _header_params = dict(_params.get('_headers', {}))
2507
+ # process the form parameters
2508
+ _form_params = []
2509
+ _files = {}
2510
+ # process the body parameter
2511
+ _body_params = None
2512
+ if _params['body']:
2513
+ _body_params = _params['body']
2514
+
2515
+ # set the HTTP header `Accept`
2516
+ _header_params['Accept'] = self.api_client.select_header_accept(
2517
+ ['application/json']) # noqa: E501
2518
+
2519
+ # set the HTTP header `Content-Type`
2520
+ _content_types_list = _params.get('_content_type',
2521
+ self.api_client.select_header_content_type(
2522
+ ['application/json']))
2523
+ if _content_types_list:
2524
+ _header_params['Content-Type'] = _content_types_list
2525
+
2526
+ # authentication setting
2527
+ _auth_settings = ['ApiKey'] # noqa: E501
2528
+
2529
+ _response_types_map = {
2530
+ '200': "V1MultiEventsResponse",
2531
+ '204': "object",
2532
+ '403': "object",
2533
+ '404': "object",
2534
+ }
2535
+
2536
+ return self.api_client.call_api(
2537
+ '/streams/v1/{namespace}/orgs/{owner}/runs/multi/importance', 'POST',
2538
+ _path_params,
2539
+ _query_params,
2540
+ _header_params,
2541
+ body=_body_params,
2542
+ post_params=_form_params,
2543
+ files=_files,
2544
+ response_types_map=_response_types_map,
2545
+ auth_settings=_auth_settings,
2546
+ async_req=_params.get('async_req'),
2547
+ _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2548
+ _preload_content=_params.get('_preload_content', True),
2549
+ _request_timeout=_params.get('_request_timeout'),
2550
+ collection_formats=_collection_formats,
2551
+ _request_auth=_params.get('_request_auth'))
2552
+
2158
2553
  @validate_arguments
2159
2554
  def get_organization_run(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], uuid : Annotated[StrictStr, Field(..., description="Uuid identifier of the entity")], **kwargs) -> V1Run: # noqa: E501
2160
2555
  """Get a run in an organization # noqa: E501
@@ -2501,6 +2896,211 @@ class OrganizationsV1Api(object):
2501
2896
  collection_formats=_collection_formats,
2502
2897
  _request_auth=_params.get('_request_auth'))
2503
2898
 
2899
+ @validate_arguments
2900
+ def get_organization_runs_artifacts_lineage(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[Optional[StrictStr], Field(description="Entity managing the resource.")] = None, 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="Mode of the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListRunArtifactsResponse: # noqa: E501
2901
+ """Get runs artifacts lineage # noqa: E501
2902
+
2903
+ This method makes a synchronous HTTP request by default. To make an
2904
+ asynchronous HTTP request, please pass async_req=True
2905
+
2906
+ >>> thread = api.get_organization_runs_artifacts_lineage(owner, name, offset, limit, sort, query, bookmarks, mode, no_page, async_req=True)
2907
+ >>> result = thread.get()
2908
+
2909
+ :param owner: Owner of the namespace (required)
2910
+ :type owner: str
2911
+ :param name: Entity managing the resource.
2912
+ :type name: str
2913
+ :param offset: Pagination offset.
2914
+ :type offset: int
2915
+ :param limit: Limit size.
2916
+ :type limit: int
2917
+ :param sort: Sort to order the search.
2918
+ :type sort: str
2919
+ :param query: Query filter the search.
2920
+ :type query: str
2921
+ :param bookmarks: Filter by bookmarks.
2922
+ :type bookmarks: bool
2923
+ :param mode: Mode of the search.
2924
+ :type mode: str
2925
+ :param no_page: No pagination.
2926
+ :type no_page: bool
2927
+ :param async_req: Whether to execute the request asynchronously.
2928
+ :type async_req: bool, optional
2929
+ :param _preload_content: if False, the urllib3.HTTPResponse object will
2930
+ be returned without reading/decoding response
2931
+ data. Default is True.
2932
+ :type _preload_content: bool, optional
2933
+ :param _request_timeout: timeout setting for this request. If one
2934
+ number provided, it will be total request
2935
+ timeout. It can also be a pair (tuple) of
2936
+ (connection, read) timeouts.
2937
+ :return: Returns the result object.
2938
+ If the method is called asynchronously,
2939
+ returns the request thread.
2940
+ :rtype: V1ListRunArtifactsResponse
2941
+ """
2942
+ kwargs['_return_http_data_only'] = True
2943
+ return self.get_organization_runs_artifacts_lineage_with_http_info(owner, name, offset, limit, sort, query, bookmarks, mode, no_page, **kwargs) # noqa: E501
2944
+
2945
+ @validate_arguments
2946
+ def get_organization_runs_artifacts_lineage_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[Optional[StrictStr], Field(description="Entity managing the resource.")] = None, 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="Mode of the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
2947
+ """Get runs artifacts lineage # noqa: E501
2948
+
2949
+ This method makes a synchronous HTTP request by default. To make an
2950
+ asynchronous HTTP request, please pass async_req=True
2951
+
2952
+ >>> thread = api.get_organization_runs_artifacts_lineage_with_http_info(owner, name, offset, limit, sort, query, bookmarks, mode, no_page, async_req=True)
2953
+ >>> result = thread.get()
2954
+
2955
+ :param owner: Owner of the namespace (required)
2956
+ :type owner: str
2957
+ :param name: Entity managing the resource.
2958
+ :type name: str
2959
+ :param offset: Pagination offset.
2960
+ :type offset: int
2961
+ :param limit: Limit size.
2962
+ :type limit: int
2963
+ :param sort: Sort to order the search.
2964
+ :type sort: str
2965
+ :param query: Query filter the search.
2966
+ :type query: str
2967
+ :param bookmarks: Filter by bookmarks.
2968
+ :type bookmarks: bool
2969
+ :param mode: Mode of the search.
2970
+ :type mode: str
2971
+ :param no_page: No pagination.
2972
+ :type no_page: bool
2973
+ :param async_req: Whether to execute the request asynchronously.
2974
+ :type async_req: bool, optional
2975
+ :param _return_http_data_only: response data without head status code
2976
+ and headers
2977
+ :type _return_http_data_only: bool, optional
2978
+ :param _preload_content: if False, the urllib3.HTTPResponse object will
2979
+ be returned without reading/decoding response
2980
+ data. Default is True.
2981
+ :type _preload_content: bool, optional
2982
+ :param _request_timeout: timeout setting for this request. If one
2983
+ number provided, it will be total request
2984
+ timeout. It can also be a pair (tuple) of
2985
+ (connection, read) timeouts.
2986
+ :param _request_auth: set to override the auth_settings for an a single
2987
+ request; this effectively ignores the authentication
2988
+ in the spec for a single request.
2989
+ :type _request_auth: dict, optional
2990
+ :type _content_type: string, optional: force content-type for the request
2991
+ :return: Returns the result object.
2992
+ If the method is called asynchronously,
2993
+ returns the request thread.
2994
+ :rtype: tuple(V1ListRunArtifactsResponse, status_code(int), headers(HTTPHeaderDict))
2995
+ """
2996
+
2997
+ _params = locals()
2998
+
2999
+ _all_params = [
3000
+ 'owner',
3001
+ 'name',
3002
+ 'offset',
3003
+ 'limit',
3004
+ 'sort',
3005
+ 'query',
3006
+ 'bookmarks',
3007
+ 'mode',
3008
+ 'no_page'
3009
+ ]
3010
+ _all_params.extend(
3011
+ [
3012
+ 'async_req',
3013
+ '_return_http_data_only',
3014
+ '_preload_content',
3015
+ '_request_timeout',
3016
+ '_request_auth',
3017
+ '_content_type',
3018
+ '_headers'
3019
+ ]
3020
+ )
3021
+
3022
+ # validate the arguments
3023
+ for _key, _val in _params['kwargs'].items():
3024
+ if _key not in _all_params:
3025
+ raise ApiTypeError(
3026
+ "Got an unexpected keyword argument '%s'"
3027
+ " to method get_organization_runs_artifacts_lineage" % _key
3028
+ )
3029
+ _params[_key] = _val
3030
+ del _params['kwargs']
3031
+
3032
+ _collection_formats = {}
3033
+
3034
+ # process the path parameters
3035
+ _path_params = {}
3036
+ if _params['owner']:
3037
+ _path_params['owner'] = _params['owner']
3038
+
3039
+
3040
+ # process the query parameters
3041
+ _query_params = []
3042
+ if _params.get('name') is not None: # noqa: E501
3043
+ _query_params.append(('name', _params['name']))
3044
+
3045
+ if _params.get('offset') is not None: # noqa: E501
3046
+ _query_params.append(('offset', _params['offset']))
3047
+
3048
+ if _params.get('limit') is not None: # noqa: E501
3049
+ _query_params.append(('limit', _params['limit']))
3050
+
3051
+ if _params.get('sort') is not None: # noqa: E501
3052
+ _query_params.append(('sort', _params['sort']))
3053
+
3054
+ if _params.get('query') is not None: # noqa: E501
3055
+ _query_params.append(('query', _params['query']))
3056
+
3057
+ if _params.get('bookmarks') is not None: # noqa: E501
3058
+ _query_params.append(('bookmarks', _params['bookmarks']))
3059
+
3060
+ if _params.get('mode') is not None: # noqa: E501
3061
+ _query_params.append(('mode', _params['mode']))
3062
+
3063
+ if _params.get('no_page') is not None: # noqa: E501
3064
+ _query_params.append(('no_page', _params['no_page']))
3065
+
3066
+ # process the header parameters
3067
+ _header_params = dict(_params.get('_headers', {}))
3068
+ # process the form parameters
3069
+ _form_params = []
3070
+ _files = {}
3071
+ # process the body parameter
3072
+ _body_params = None
3073
+ # set the HTTP header `Accept`
3074
+ _header_params['Accept'] = self.api_client.select_header_accept(
3075
+ ['application/json']) # noqa: E501
3076
+
3077
+ # authentication setting
3078
+ _auth_settings = ['ApiKey'] # noqa: E501
3079
+
3080
+ _response_types_map = {
3081
+ '200': "V1ListRunArtifactsResponse",
3082
+ '204': "object",
3083
+ '403': "object",
3084
+ '404': "object",
3085
+ }
3086
+
3087
+ return self.api_client.call_api(
3088
+ '/api/v1/orgs/{owner}/runs/lineage/artifacts', 'GET',
3089
+ _path_params,
3090
+ _query_params,
3091
+ _header_params,
3092
+ body=_body_params,
3093
+ post_params=_form_params,
3094
+ files=_files,
3095
+ response_types_map=_response_types_map,
3096
+ auth_settings=_auth_settings,
3097
+ async_req=_params.get('async_req'),
3098
+ _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
3099
+ _preload_content=_params.get('_preload_content', True),
3100
+ _request_timeout=_params.get('_request_timeout'),
3101
+ collection_formats=_collection_formats,
3102
+ _request_auth=_params.get('_request_auth'))
3103
+
2504
3104
  @validate_arguments
2505
3105
  def get_organization_settings(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], organization_user : Annotated[Optional[StrictStr], Field(description="User.")] = None, organization_user_email : Annotated[Optional[StrictStr], Field(description="Read-only User email.")] = None, organization_name : Annotated[Optional[StrictStr], Field(description="Name.")] = None, organization_is_public : Annotated[Optional[StrictBool], Field(description="Optional flag to tell if this organization is public.")] = None, organization_created_at : Annotated[Optional[datetime], Field(description="Optional time when the entity was created.")] = None, organization_updated_at : Annotated[Optional[datetime], Field(description="Optional last time the entity was updated.")] = None, organization_support_revoke_at : Annotated[Optional[datetime], Field(description="Optional time to revoke support access.")] = None, organization_expiration : Annotated[Optional[StrictInt], Field(description="Optional expiration for support.")] = None, organization_role : Annotated[Optional[StrictStr], Field(description="Current user's role in this org.")] = None, organization_queue : Annotated[Optional[StrictStr], Field(description="Default queue.")] = None, organization_preset : Annotated[Optional[StrictStr], Field(description="Default preset.")] = None, organization_is_cloud_viewable : Annotated[Optional[StrictBool], Field(description="Setting to enable viewable metadata on cloud.")] = None, organization_archived_deletion_interval : Annotated[Optional[StrictInt], Field(description="Setting to configure default archived deletion interval.")] = None, **kwargs) -> V1Organization: # noqa: E501
2506
3106
  """Get organization settings # noqa: E501
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.2.0-rc1
8
+ The version of the OpenAPI document: 2.3.0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.2.0-rc1
8
+ The version of the OpenAPI document: 2.3.0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.2.0-rc1
8
+ The version of the OpenAPI document: 2.3.0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.2.0-rc1
8
+ The version of the OpenAPI document: 2.3.0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11