polyaxon-sdk 2.1.8__py2.py3-none-any.whl → 2.2.0rc0__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +6 -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.0rc0.dist-info}/METADATA +1 -1
  261. polyaxon_sdk-2.2.0rc0.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.0rc0.dist-info}/WHEEL +0 -0
  264. {polyaxon_sdk-2.1.8.dist-info → polyaxon_sdk-2.2.0rc0.dist-info}/top_level.txt +0 -0
polyaxon_sdk/__init__.py CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  # noqa: E501
9
9
 
10
- The version of the OpenAPI document: 2.1.8
10
+ The version of the OpenAPI document: 2.2.0-rc0
11
11
  Contact: contact@polyaxon.com
12
12
  Generated by OpenAPI Generator (https://openapi-generator.tech)
13
13
 
@@ -15,7 +15,7 @@
15
15
  """
16
16
 
17
17
 
18
- __version__ = "2.1.8"
18
+ __version__ = "2.2.0-rc0"
19
19
 
20
20
  # import apis into sdk package
21
21
  from polyaxon_sdk.api.agents_v1_api import AgentsV1Api
@@ -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-rc0
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.1.8
8
+ The version of the OpenAPI document: 2.2.0-rc0
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.1.8
8
+ The version of the OpenAPI document: 2.2.0-rc0
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.1.8
8
+ The version of the OpenAPI document: 2.2.0-rc0
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.1.8
8
+ The version of the OpenAPI document: 2.2.0-rc0
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.1.8
8
+ The version of the OpenAPI document: 2.2.0-rc0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -1163,7 +1163,7 @@ class OrganizationsV1Api(object):
1163
1163
  _request_auth=_params.get('_request_auth'))
1164
1164
 
1165
1165
  @validate_arguments
1166
- def delete_organization_member(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs) -> None: # noqa: E501
1166
+ def delete_organization_member(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs) -> None: # noqa: E501
1167
1167
  """Delete organization member details # noqa: E501
1168
1168
 
1169
1169
  This method makes a synchronous HTTP request by default. To make an
@@ -1174,7 +1174,7 @@ class OrganizationsV1Api(object):
1174
1174
 
1175
1175
  :param owner: Owner of the namespace (required)
1176
1176
  :type owner: str
1177
- :param name: Component under namesapce (required)
1177
+ :param name: Component under namespace (required)
1178
1178
  :type name: str
1179
1179
  :param async_req: Whether to execute the request asynchronously.
1180
1180
  :type async_req: bool, optional
@@ -1195,7 +1195,7 @@ class OrganizationsV1Api(object):
1195
1195
  return self.delete_organization_member_with_http_info(owner, name, **kwargs) # noqa: E501
1196
1196
 
1197
1197
  @validate_arguments
1198
- def delete_organization_member_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs): # noqa: E501
1198
+ def delete_organization_member_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs): # noqa: E501
1199
1199
  """Delete organization member details # noqa: E501
1200
1200
 
1201
1201
  This method makes a synchronous HTTP request by default. To make an
@@ -1206,7 +1206,7 @@ class OrganizationsV1Api(object):
1206
1206
 
1207
1207
  :param owner: Owner of the namespace (required)
1208
1208
  :type owner: str
1209
- :param name: Component under namesapce (required)
1209
+ :param name: Component under namespace (required)
1210
1210
  :type name: str
1211
1211
  :param async_req: Whether to execute the request asynchronously.
1212
1212
  :type async_req: bool, optional
@@ -2007,7 +2007,7 @@ class OrganizationsV1Api(object):
2007
2007
  _request_auth=_params.get('_request_auth'))
2008
2008
 
2009
2009
  @validate_arguments
2010
- def get_organization_member(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs) -> V1OrganizationMember: # noqa: E501
2010
+ def get_organization_member(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs) -> V1OrganizationMember: # noqa: E501
2011
2011
  """Get organization member details # noqa: E501
2012
2012
 
2013
2013
  This method makes a synchronous HTTP request by default. To make an
@@ -2018,7 +2018,7 @@ class OrganizationsV1Api(object):
2018
2018
 
2019
2019
  :param owner: Owner of the namespace (required)
2020
2020
  :type owner: str
2021
- :param name: Component under namesapce (required)
2021
+ :param name: Component under namespace (required)
2022
2022
  :type name: str
2023
2023
  :param async_req: Whether to execute the request asynchronously.
2024
2024
  :type async_req: bool, optional
@@ -2039,7 +2039,7 @@ class OrganizationsV1Api(object):
2039
2039
  return self.get_organization_member_with_http_info(owner, name, **kwargs) # noqa: E501
2040
2040
 
2041
2041
  @validate_arguments
2042
- def get_organization_member_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs): # noqa: E501
2042
+ def get_organization_member_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs): # noqa: E501
2043
2043
  """Get organization member details # noqa: E501
2044
2044
 
2045
2045
  This method makes a synchronous HTTP request by default. To make an
@@ -2050,7 +2050,7 @@ class OrganizationsV1Api(object):
2050
2050
 
2051
2051
  :param owner: Owner of the namespace (required)
2052
2052
  :type owner: str
2053
- :param name: Component under namesapce (required)
2053
+ :param name: Component under namespace (required)
2054
2054
  :type name: str
2055
2055
  :param async_req: Whether to execute the request asynchronously.
2056
2056
  :type async_req: bool, optional
@@ -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-rc0
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.1.8
8
+ The version of the OpenAPI document: 2.2.0-rc0
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.1.8
8
+ The version of the OpenAPI document: 2.2.0-rc0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -45,7 +45,7 @@ class ProjectDashboardsV1Api(object):
45
45
  self.api_client = api_client
46
46
 
47
47
  @validate_arguments
48
- def create_project_dashboard(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Dashboard, Field(..., description="Dashboard body")], **kwargs) -> V1Dashboard: # noqa: E501
48
+ def create_project_dashboard(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namespace")], body : Annotated[V1Dashboard, Field(..., description="Dashboard body")], **kwargs) -> V1Dashboard: # noqa: E501
49
49
  """Create project dashboard # noqa: E501
50
50
 
51
51
  This method makes a synchronous HTTP request by default. To make an
@@ -56,7 +56,7 @@ class ProjectDashboardsV1Api(object):
56
56
 
57
57
  :param owner: Owner of the namespace (required)
58
58
  :type owner: str
59
- :param project: Project under namesapce (required)
59
+ :param project: Project under namespace (required)
60
60
  :type project: str
61
61
  :param body: Dashboard body (required)
62
62
  :type body: V1Dashboard
@@ -79,7 +79,7 @@ class ProjectDashboardsV1Api(object):
79
79
  return self.create_project_dashboard_with_http_info(owner, project, body, **kwargs) # noqa: E501
80
80
 
81
81
  @validate_arguments
82
- def create_project_dashboard_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Dashboard, Field(..., description="Dashboard body")], **kwargs): # noqa: E501
82
+ def create_project_dashboard_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namespace")], body : Annotated[V1Dashboard, Field(..., description="Dashboard body")], **kwargs): # noqa: E501
83
83
  """Create project dashboard # noqa: E501
84
84
 
85
85
  This method makes a synchronous HTTP request by default. To make an
@@ -90,7 +90,7 @@ class ProjectDashboardsV1Api(object):
90
90
 
91
91
  :param owner: Owner of the namespace (required)
92
92
  :type owner: str
93
- :param project: Project under namesapce (required)
93
+ :param project: Project under namespace (required)
94
94
  :type project: str
95
95
  :param body: Dashboard body (required)
96
96
  :type body: V1Dashboard
@@ -928,7 +928,7 @@ class ProjectDashboardsV1Api(object):
928
928
  _request_auth=_params.get('_request_auth'))
929
929
 
930
930
  @validate_arguments
931
- def patch_project_dashboard(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], dashboard_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Dashboard, Field(..., description="Dashboard body")], **kwargs) -> V1Dashboard: # noqa: E501
931
+ def patch_project_dashboard(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namespace")], dashboard_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Dashboard, Field(..., description="Dashboard body")], **kwargs) -> V1Dashboard: # noqa: E501
932
932
  """Patch project dashboard # noqa: E501
933
933
 
934
934
  This method makes a synchronous HTTP request by default. To make an
@@ -939,7 +939,7 @@ class ProjectDashboardsV1Api(object):
939
939
 
940
940
  :param owner: Owner of the namespace (required)
941
941
  :type owner: str
942
- :param project: Project under namesapce (required)
942
+ :param project: Project under namespace (required)
943
943
  :type project: str
944
944
  :param dashboard_uuid: UUID (required)
945
945
  :type dashboard_uuid: str
@@ -964,7 +964,7 @@ class ProjectDashboardsV1Api(object):
964
964
  return self.patch_project_dashboard_with_http_info(owner, project, dashboard_uuid, body, **kwargs) # noqa: E501
965
965
 
966
966
  @validate_arguments
967
- def patch_project_dashboard_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], dashboard_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Dashboard, Field(..., description="Dashboard body")], **kwargs): # noqa: E501
967
+ def patch_project_dashboard_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namespace")], dashboard_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Dashboard, Field(..., description="Dashboard body")], **kwargs): # noqa: E501
968
968
  """Patch project dashboard # noqa: E501
969
969
 
970
970
  This method makes a synchronous HTTP request by default. To make an
@@ -975,7 +975,7 @@ class ProjectDashboardsV1Api(object):
975
975
 
976
976
  :param owner: Owner of the namespace (required)
977
977
  :type owner: str
978
- :param project: Project under namesapce (required)
978
+ :param project: Project under namespace (required)
979
979
  :type project: str
980
980
  :param dashboard_uuid: UUID (required)
981
981
  :type dashboard_uuid: str
@@ -1252,7 +1252,7 @@ class ProjectDashboardsV1Api(object):
1252
1252
  _request_auth=_params.get('_request_auth'))
1253
1253
 
1254
1254
  @validate_arguments
1255
- def update_project_dashboard(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], dashboard_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Dashboard, Field(..., description="Dashboard body")], **kwargs) -> V1Dashboard: # noqa: E501
1255
+ def update_project_dashboard(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namespace")], dashboard_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Dashboard, Field(..., description="Dashboard body")], **kwargs) -> V1Dashboard: # noqa: E501
1256
1256
  """Update project dashboard # noqa: E501
1257
1257
 
1258
1258
  This method makes a synchronous HTTP request by default. To make an
@@ -1263,7 +1263,7 @@ class ProjectDashboardsV1Api(object):
1263
1263
 
1264
1264
  :param owner: Owner of the namespace (required)
1265
1265
  :type owner: str
1266
- :param project: Project under namesapce (required)
1266
+ :param project: Project under namespace (required)
1267
1267
  :type project: str
1268
1268
  :param dashboard_uuid: UUID (required)
1269
1269
  :type dashboard_uuid: str
@@ -1288,7 +1288,7 @@ class ProjectDashboardsV1Api(object):
1288
1288
  return self.update_project_dashboard_with_http_info(owner, project, dashboard_uuid, body, **kwargs) # noqa: E501
1289
1289
 
1290
1290
  @validate_arguments
1291
- def update_project_dashboard_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], dashboard_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Dashboard, Field(..., description="Dashboard body")], **kwargs): # noqa: E501
1291
+ def update_project_dashboard_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namespace")], dashboard_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Dashboard, Field(..., description="Dashboard body")], **kwargs): # noqa: E501
1292
1292
  """Update project dashboard # noqa: E501
1293
1293
 
1294
1294
  This method makes a synchronous HTTP request by default. To make an
@@ -1299,7 +1299,7 @@ class ProjectDashboardsV1Api(object):
1299
1299
 
1300
1300
  :param owner: Owner of the namespace (required)
1301
1301
  :type owner: str
1302
- :param project: Project under namesapce (required)
1302
+ :param project: Project under namespace (required)
1303
1303
  :type project: str
1304
1304
  :param dashboard_uuid: UUID (required)
1305
1305
  :type dashboard_uuid: str
@@ -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-rc0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -45,7 +45,7 @@ class ProjectSearchesV1Api(object):
45
45
  self.api_client = api_client
46
46
 
47
47
  @validate_arguments
48
- def create_project_search(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Search, Field(..., description="Search body")], **kwargs) -> V1Search: # noqa: E501
48
+ def create_project_search(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namespace")], body : Annotated[V1Search, Field(..., description="Search body")], **kwargs) -> V1Search: # noqa: E501
49
49
  """Create project search # noqa: E501
50
50
 
51
51
  This method makes a synchronous HTTP request by default. To make an
@@ -56,7 +56,7 @@ class ProjectSearchesV1Api(object):
56
56
 
57
57
  :param owner: Owner of the namespace (required)
58
58
  :type owner: str
59
- :param project: Project under namesapce (required)
59
+ :param project: Project under namespace (required)
60
60
  :type project: str
61
61
  :param body: Search body (required)
62
62
  :type body: V1Search
@@ -79,7 +79,7 @@ class ProjectSearchesV1Api(object):
79
79
  return self.create_project_search_with_http_info(owner, project, body, **kwargs) # noqa: E501
80
80
 
81
81
  @validate_arguments
82
- def create_project_search_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], body : Annotated[V1Search, Field(..., description="Search body")], **kwargs): # noqa: E501
82
+ def create_project_search_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namespace")], body : Annotated[V1Search, Field(..., description="Search body")], **kwargs): # noqa: E501
83
83
  """Create project search # noqa: E501
84
84
 
85
85
  This method makes a synchronous HTTP request by default. To make an
@@ -90,7 +90,7 @@ class ProjectSearchesV1Api(object):
90
90
 
91
91
  :param owner: Owner of the namespace (required)
92
92
  :type owner: str
93
- :param project: Project under namesapce (required)
93
+ :param project: Project under namespace (required)
94
94
  :type project: str
95
95
  :param body: Search body (required)
96
96
  :type body: V1Search
@@ -928,7 +928,7 @@ class ProjectSearchesV1Api(object):
928
928
  _request_auth=_params.get('_request_auth'))
929
929
 
930
930
  @validate_arguments
931
- def patch_project_search(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], search_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Search, Field(..., description="Search body")], **kwargs) -> V1Search: # noqa: E501
931
+ def patch_project_search(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namespace")], search_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Search, Field(..., description="Search body")], **kwargs) -> V1Search: # noqa: E501
932
932
  """Patch project search # noqa: E501
933
933
 
934
934
  This method makes a synchronous HTTP request by default. To make an
@@ -939,7 +939,7 @@ class ProjectSearchesV1Api(object):
939
939
 
940
940
  :param owner: Owner of the namespace (required)
941
941
  :type owner: str
942
- :param project: Project under namesapce (required)
942
+ :param project: Project under namespace (required)
943
943
  :type project: str
944
944
  :param search_uuid: UUID (required)
945
945
  :type search_uuid: str
@@ -964,7 +964,7 @@ class ProjectSearchesV1Api(object):
964
964
  return self.patch_project_search_with_http_info(owner, project, search_uuid, body, **kwargs) # noqa: E501
965
965
 
966
966
  @validate_arguments
967
- def patch_project_search_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], search_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Search, Field(..., description="Search body")], **kwargs): # noqa: E501
967
+ def patch_project_search_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namespace")], search_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Search, Field(..., description="Search body")], **kwargs): # noqa: E501
968
968
  """Patch project search # noqa: E501
969
969
 
970
970
  This method makes a synchronous HTTP request by default. To make an
@@ -975,7 +975,7 @@ class ProjectSearchesV1Api(object):
975
975
 
976
976
  :param owner: Owner of the namespace (required)
977
977
  :type owner: str
978
- :param project: Project under namesapce (required)
978
+ :param project: Project under namespace (required)
979
979
  :type project: str
980
980
  :param search_uuid: UUID (required)
981
981
  :type search_uuid: str
@@ -1252,7 +1252,7 @@ class ProjectSearchesV1Api(object):
1252
1252
  _request_auth=_params.get('_request_auth'))
1253
1253
 
1254
1254
  @validate_arguments
1255
- def update_project_search(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], search_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Search, Field(..., description="Search body")], **kwargs) -> V1Search: # noqa: E501
1255
+ def update_project_search(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namespace")], search_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Search, Field(..., description="Search body")], **kwargs) -> V1Search: # noqa: E501
1256
1256
  """Update project search # noqa: E501
1257
1257
 
1258
1258
  This method makes a synchronous HTTP request by default. To make an
@@ -1263,7 +1263,7 @@ class ProjectSearchesV1Api(object):
1263
1263
 
1264
1264
  :param owner: Owner of the namespace (required)
1265
1265
  :type owner: str
1266
- :param project: Project under namesapce (required)
1266
+ :param project: Project under namespace (required)
1267
1267
  :type project: str
1268
1268
  :param search_uuid: UUID (required)
1269
1269
  :type search_uuid: str
@@ -1288,7 +1288,7 @@ class ProjectSearchesV1Api(object):
1288
1288
  return self.update_project_search_with_http_info(owner, project, search_uuid, body, **kwargs) # noqa: E501
1289
1289
 
1290
1290
  @validate_arguments
1291
- def update_project_search_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namesapce")], search_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Search, Field(..., description="Search body")], **kwargs): # noqa: E501
1291
+ def update_project_search_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project under namespace")], search_uuid : Annotated[StrictStr, Field(..., description="UUID")], body : Annotated[V1Search, Field(..., description="Search body")], **kwargs): # noqa: E501
1292
1292
  """Update project search # noqa: E501
1293
1293
 
1294
1294
  This method makes a synchronous HTTP request by default. To make an
@@ -1299,7 +1299,7 @@ class ProjectSearchesV1Api(object):
1299
1299
 
1300
1300
  :param owner: Owner of the namespace (required)
1301
1301
  :type owner: str
1302
- :param project: Project under namesapce (required)
1302
+ :param project: Project under namespace (required)
1303
1303
  :type project: str
1304
1304
  :param search_uuid: UUID (required)
1305
1305
  :type search_uuid: str