lightning-sdk 2025.12.2__py3-none-any.whl → 2025.12.9__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 (310) hide show
  1. lightning_sdk/__version__.py +1 -1
  2. lightning_sdk/api/agents_api.py +4 -4
  3. lightning_sdk/api/ai_hub_api.py +2 -2
  4. lightning_sdk/api/base_studio_api.py +3 -1
  5. lightning_sdk/api/deployment_api.py +2 -2
  6. lightning_sdk/api/job_api.py +9 -7
  7. lightning_sdk/api/license_api.py +2 -2
  8. lightning_sdk/api/mmt_api.py +5 -5
  9. lightning_sdk/api/pipeline_api.py +4 -4
  10. lightning_sdk/api/studio_api.py +33 -33
  11. lightning_sdk/api/teamspace_api.py +38 -26
  12. lightning_sdk/api/user_api.py +2 -2
  13. lightning_sdk/api/utils.py +17 -24
  14. lightning_sdk/cli/entrypoint.py +15 -1
  15. lightning_sdk/cli/studio/cp.py +47 -11
  16. lightning_sdk/lightning_cloud/login.py +1 -1
  17. lightning_sdk/lightning_cloud/openapi/__init__.py +204 -195
  18. lightning_sdk/lightning_cloud/openapi/api/agent_service_api.py +28 -28
  19. lightning_sdk/lightning_cloud/openapi/api/assistants_service_api.py +108 -108
  20. lightning_sdk/lightning_cloud/openapi/api/billing_service_api.py +69 -57
  21. lightning_sdk/lightning_cloud/openapi/api/blog_posts_service_api.py +4 -4
  22. lightning_sdk/lightning_cloud/openapi/api/cloud_space_environment_template_service_api.py +14 -14
  23. lightning_sdk/lightning_cloud/openapi/api/cloud_space_service_api.py +331 -168
  24. lightning_sdk/lightning_cloud/openapi/api/cloudy_service_api.py +4 -4
  25. lightning_sdk/lightning_cloud/openapi/api/cluster_service_api.py +58 -58
  26. lightning_sdk/lightning_cloud/openapi/api/data_connection_service_api.py +24 -24
  27. lightning_sdk/lightning_cloud/openapi/api/dataset_service_api.py +8 -8
  28. lightning_sdk/lightning_cloud/openapi/api/deployment_templates_service_api.py +8 -8
  29. lightning_sdk/lightning_cloud/openapi/api/endpoint_service_api.py +8 -8
  30. lightning_sdk/lightning_cloud/openapi/api/experiments_service_api.py +8 -8
  31. lightning_sdk/lightning_cloud/openapi/api/file_system_service_api.py +16 -16
  32. lightning_sdk/lightning_cloud/openapi/api/incidents_service_api.py +18 -18
  33. lightning_sdk/lightning_cloud/openapi/api/jobs_service_api.py +514 -254
  34. lightning_sdk/lightning_cloud/openapi/api/k8_s_cluster_service_api.py +67 -59
  35. lightning_sdk/lightning_cloud/openapi/api/lightningapp_instance_service_api.py +16 -16
  36. lightning_sdk/lightning_cloud/openapi/api/lightningapp_v2_service_api.py +6 -6
  37. lightning_sdk/lightning_cloud/openapi/api/lightningwork_service_api.py +16 -16
  38. lightning_sdk/lightning_cloud/openapi/api/lit_dataset_service_api.py +42 -42
  39. lightning_sdk/lightning_cloud/openapi/api/lit_logger_service_api.py +28 -28
  40. lightning_sdk/lightning_cloud/openapi/api/lit_page_service_api.py +4 -4
  41. lightning_sdk/lightning_cloud/openapi/api/lit_registry_service_api.py +8 -8
  42. lightning_sdk/lightning_cloud/openapi/api/models_store_api.py +42 -42
  43. lightning_sdk/lightning_cloud/openapi/api/organizations_service_api.py +34 -34
  44. lightning_sdk/lightning_cloud/openapi/api/pipeline_templates_service_api.py +4 -4
  45. lightning_sdk/lightning_cloud/openapi/api/pipelines_service_api.py +38 -38
  46. lightning_sdk/lightning_cloud/openapi/api/product_license_service_api.py +4 -4
  47. lightning_sdk/lightning_cloud/openapi/api/profiler_service_api.py +12 -12
  48. lightning_sdk/lightning_cloud/openapi/api/projects_service_api.py +32 -32
  49. lightning_sdk/lightning_cloud/openapi/api/quest_service_api.py +8 -8
  50. lightning_sdk/lightning_cloud/openapi/api/schedules_service_api.py +48 -48
  51. lightning_sdk/lightning_cloud/openapi/api/secret_service_api.py +12 -12
  52. lightning_sdk/lightning_cloud/openapi/api/slurm_jobs_user_service_api.py +16 -16
  53. lightning_sdk/lightning_cloud/openapi/api/snowflake_service_api.py +16 -16
  54. lightning_sdk/lightning_cloud/openapi/api/storage_service_api.py +40 -40
  55. lightning_sdk/lightning_cloud/openapi/api/studio_jobs_service_api.py +8 -8
  56. lightning_sdk/lightning_cloud/openapi/api/user_service_api.py +20 -20
  57. lightning_sdk/lightning_cloud/openapi/api/volume_service_api.py +4 -4
  58. lightning_sdk/lightning_cloud/openapi/models/__init__.py +204 -181
  59. lightning_sdk/lightning_cloud/openapi/models/agent_service_agent_complete_part_body.py +97 -0
  60. lightning_sdk/lightning_cloud/openapi/models/{multipartuploads_upload_id_body.py → agent_service_agent_upload_part_body.py} +10 -10
  61. lightning_sdk/lightning_cloud/openapi/models/{id_multipartuploads_body.py → agent_service_create_agent_multipart_upload_body.py} +14 -14
  62. lightning_sdk/lightning_cloud/openapi/models/{jobs_id_body.py → agent_service_update_agent_job_body.py} +30 -30
  63. lightning_sdk/lightning_cloud/openapi/models/{id_artifacts_body.py → agent_service_upload_agent_job_artifact_body.py} +10 -10
  64. lightning_sdk/lightning_cloud/openapi/models/{id_output_body.py → agent_service_upload_agent_job_output_body.py} +18 -18
  65. lightning_sdk/lightning_cloud/openapi/models/{id_contactowner_body.py → assistants_service_contact_assistant_owner_body.py} +14 -14
  66. lightning_sdk/lightning_cloud/openapi/models/{project_id_agents_body.py → assistants_service_create_assistant_body.py} +74 -74
  67. lightning_sdk/lightning_cloud/openapi/models/{project_id_agentmanagedendpoints_body.py → assistants_service_create_assistant_managed_endpoint_body.py} +14 -14
  68. lightning_sdk/lightning_cloud/openapi/models/{message_id_actions_body.py → assistants_service_create_conversation_message_action_body.py} +28 -26
  69. lightning_sdk/lightning_cloud/openapi/models/{models_model_id_body.py → assistants_service_create_model_metrics_body.py} +26 -26
  70. lightning_sdk/lightning_cloud/openapi/models/{assistant_id_conversations_body.py → assistants_service_start_conversation_body.py} +74 -74
  71. lightning_sdk/lightning_cloud/openapi/models/{agents_id_body.py → assistants_service_update_assistant_body.py} +102 -102
  72. lightning_sdk/lightning_cloud/openapi/models/{agentmanagedendpoints_id_body.py → assistants_service_update_assistant_managed_endpoint_body.py} +42 -42
  73. lightning_sdk/lightning_cloud/openapi/models/{models_id_body.py → assistants_service_update_assistant_managed_endpoint_model_body.py} +10 -10
  74. lightning_sdk/lightning_cloud/openapi/models/assistants_service_update_conversation_body.py +149 -0
  75. lightning_sdk/lightning_cloud/openapi/models/{conversations_id_body1.py → assistants_service_update_conversation_like_body.py} +10 -10
  76. lightning_sdk/lightning_cloud/openapi/models/{id_content_body.py → assistants_service_update_conversation_message_content_body.py} +10 -10
  77. lightning_sdk/lightning_cloud/openapi/models/{messages_id_body.py → assistants_service_update_conversation_message_like_body.py} +10 -10
  78. lightning_sdk/lightning_cloud/openapi/models/assistants_service_validate_assistant_status_body.py +97 -0
  79. lightning_sdk/lightning_cloud/openapi/models/assistants_service_validate_managed_model_body.py +97 -0
  80. lightning_sdk/lightning_cloud/openapi/models/{user_id_upgradetrigger_body.py → billing_service_create_billing_upgrade_trigger_record_body.py} +22 -22
  81. lightning_sdk/lightning_cloud/openapi/models/{billing_checkout_body.py → billing_service_create_org_checkout_session_body.py} +18 -18
  82. lightning_sdk/lightning_cloud/openapi/models/{billing_transfer_body.py → billing_service_transfer_org_balance_body.py} +14 -14
  83. lightning_sdk/lightning_cloud/openapi/models/{billing_transfer_body1.py → billing_service_transfer_project_balance_body.py} +18 -18
  84. lightning_sdk/lightning_cloud/openapi/models/{blogposts_id_body.py → blog_posts_service_update_blog_post_body.py} +38 -38
  85. lightning_sdk/lightning_cloud/openapi/models/{update.py → cloud_space_environment_template_service_update_cloud_space_environment_template_body.py} +58 -58
  86. lightning_sdk/lightning_cloud/openapi/models/{apps_id_body1.py → cloud_space_service_create_cloud_space_app_instance_body.py} +34 -34
  87. lightning_sdk/lightning_cloud/openapi/models/{project_id_cloudspaces_body.py → cloud_space_service_create_cloud_space_body.py} +78 -78
  88. lightning_sdk/lightning_cloud/openapi/models/{cloudspace_id_metric_body.py → cloud_space_service_create_cloud_space_instance_metric_body.py} +22 -22
  89. lightning_sdk/lightning_cloud/openapi/models/{cloud_space_id_versions_body.py → cloud_space_service_create_cloud_space_version_body.py} +54 -54
  90. lightning_sdk/lightning_cloud/openapi/models/{cloud_space_id_versionpublications_body.py → cloud_space_service_create_cloud_space_version_publication_body.py} +18 -18
  91. lightning_sdk/lightning_cloud/openapi/models/{cloudspace_id_runs_body.py → cloud_space_service_create_lightning_run_body.py} +86 -86
  92. lightning_sdk/lightning_cloud/openapi/models/{id_get_body.py → cloud_space_service_create_lightning_run_instance_body.py} +58 -58
  93. lightning_sdk/lightning_cloud/openapi/models/{id_engage_body1.py → cloud_space_service_engage_cloud_space_body.py} +14 -14
  94. lightning_sdk/lightning_cloud/openapi/models/{id_execute_body1.py → cloud_space_service_execute_command_in_cloud_space_body.py} +18 -18
  95. lightning_sdk/lightning_cloud/openapi/models/{id_execute_body.py → cloud_space_service_execute_in_cloud_space_session_body.py} +10 -10
  96. lightning_sdk/lightning_cloud/openapi/models/{id_fork_body.py → cloud_space_service_fork_cloud_space_app_instance_body.py} +14 -14
  97. lightning_sdk/lightning_cloud/openapi/models/{id_fork_body1.py → cloud_space_service_fork_cloud_space_body.py} +22 -22
  98. lightning_sdk/lightning_cloud/openapi/models/cloud_space_service_keep_alive_cloud_space_instance_body.py +97 -0
  99. lightning_sdk/lightning_cloud/openapi/models/{cluster_id_proxies_body.py → cloud_space_service_publish_cloud_space_body.py} +10 -10
  100. lightning_sdk/lightning_cloud/openapi/models/{id_index_body1.py → cloud_space_service_refresh_cloud_space_index_body.py} +10 -10
  101. lightning_sdk/lightning_cloud/openapi/models/{cloudspace_id_systemmetrics_body.py → cloud_space_service_report_cloud_space_instance_system_metrics_body.py} +14 -14
  102. lightning_sdk/lightning_cloud/openapi/models/cloud_space_service_request_cloud_space_access_body.py +97 -0
  103. lightning_sdk/lightning_cloud/openapi/models/{id_start_body.py → cloud_space_service_start_cloud_space_instance_body.py} +14 -14
  104. lightning_sdk/lightning_cloud/openapi/models/{id_transfer_body.py → cloud_space_service_transfer_cloud_space_body.py} +18 -18
  105. lightning_sdk/lightning_cloud/openapi/models/{apps_id_body.py → cloud_space_service_update_cloud_space_app_body.py} +86 -86
  106. lightning_sdk/lightning_cloud/openapi/models/{cloudspaces_id_body.py → cloud_space_service_update_cloud_space_body.py} +114 -114
  107. lightning_sdk/lightning_cloud/openapi/models/{id_collaborate_body.py → cloud_space_service_update_cloud_space_collab_body.py} +18 -18
  108. lightning_sdk/lightning_cloud/openapi/models/{conversations_id_body.py → cloud_space_service_update_cloud_space_ide_body.py} +21 -21
  109. lightning_sdk/lightning_cloud/openapi/models/{id_index_body.py → cloud_space_service_update_cloud_space_index_body.py} +18 -18
  110. lightning_sdk/lightning_cloud/openapi/models/{id_codeconfig_body.py → cloud_space_service_update_cloud_space_instance_config_body.py} +22 -22
  111. lightning_sdk/lightning_cloud/openapi/models/{id_publications_body.py → cloud_space_service_update_cloud_space_publication_body.py} +14 -14
  112. lightning_sdk/lightning_cloud/openapi/models/{id_sleepconfig_body.py → cloud_space_service_update_cloud_space_sleep_config_body.py} +18 -18
  113. lightning_sdk/lightning_cloud/openapi/models/{versions_id_body.py → cloud_space_service_update_cloud_space_version_body.py} +46 -46
  114. lightning_sdk/lightning_cloud/openapi/models/{cloud_space_id_versionpublications_body1.py → cloud_space_service_update_cloud_space_version_publication_body.py} +18 -18
  115. lightning_sdk/lightning_cloud/openapi/models/{dataset_id_visibility_body.py → cloud_space_service_update_cloud_space_visibility_body.py} +14 -14
  116. lightning_sdk/lightning_cloud/openapi/models/{user_user_id_body.py → cloudy_service_update_user_cloudy_settings_body.py} +22 -22
  117. lightning_sdk/lightning_cloud/openapi/models/{cluster_id_capacityreservations_body.py → cluster_service_create_cluster_capacity_reservation_body.py} +42 -42
  118. lightning_sdk/lightning_cloud/openapi/models/{id_publications_body1.py → cluster_service_create_cluster_proxy_body.py} +10 -10
  119. lightning_sdk/lightning_cloud/openapi/models/{cluster_id_usagerestrictions_body.py → cluster_service_create_cluster_usage_restriction_body.py} +22 -22
  120. lightning_sdk/lightning_cloud/openapi/models/{create_machine_request_represents_the_request_to_create_a_machine.py → cluster_service_create_machine_body.py} +62 -62
  121. lightning_sdk/lightning_cloud/openapi/models/{project_id_clusters_body.py → cluster_service_create_project_cluster_body.py} +14 -14
  122. lightning_sdk/lightning_cloud/openapi/models/{server_id_alerts_body.py → cluster_service_create_server_alert_body.py} +22 -22
  123. lightning_sdk/lightning_cloud/openapi/models/cluster_service_interrupt_server_body.py +97 -0
  124. lightning_sdk/lightning_cloud/openapi/models/{cluster_id_capacityblock_body.py → cluster_service_purchase_capacity_block_body.py} +30 -30
  125. lightning_sdk/lightning_cloud/openapi/models/{servers_server_id_body.py → cluster_service_server_check_in_body.py} +10 -10
  126. lightning_sdk/lightning_cloud/openapi/models/cluster_service_sleep_server_body.py +97 -0
  127. lightning_sdk/lightning_cloud/openapi/models/{clusters_id_body.py → cluster_service_update_cluster_body.py} +18 -18
  128. lightning_sdk/lightning_cloud/openapi/models/{usagerestrictions_id_body.py → cluster_service_update_cluster_usage_restriction_body.py} +22 -22
  129. lightning_sdk/lightning_cloud/openapi/models/{clusters_id_body1.py → cluster_service_update_project_cluster_body.py} +14 -14
  130. lightning_sdk/lightning_cloud/openapi/models/{create.py → data_connection_service_create_data_connection_body.py} +82 -82
  131. lightning_sdk/lightning_cloud/openapi/models/{id_index_body2.py → data_connection_service_refresh_data_connection_index_body.py} +10 -10
  132. lightning_sdk/lightning_cloud/openapi/models/{setup.py → data_connection_service_setup_data_connection_body.py} +14 -14
  133. lightning_sdk/lightning_cloud/openapi/models/{update1.py → data_connection_service_update_data_connection_body.py} +50 -50
  134. lightning_sdk/lightning_cloud/openapi/models/{validate.py → data_connection_service_validate_data_connection_body.py} +42 -42
  135. lightning_sdk/lightning_cloud/openapi/models/{project_id_datasets_body.py → dataset_service_create_dataset_body.py} +70 -70
  136. lightning_sdk/lightning_cloud/openapi/models/{datasets_id_body.py → dataset_service_update_dataset_body.py} +22 -22
  137. lightning_sdk/lightning_cloud/openapi/models/{id_engage_body.py → deployment_templates_service_engage_deployment_template_body.py} +10 -10
  138. lightning_sdk/lightning_cloud/openapi/models/{deploymenttemplates_id_body.py → deployment_templates_service_update_deployment_template_body.py} +70 -70
  139. lightning_sdk/lightning_cloud/openapi/models/{project_id_endpoints_body.py → endpoint_service_create_endpoint_body.py} +30 -30
  140. lightning_sdk/lightning_cloud/openapi/models/{endpoints_id_body.py → endpoint_service_update_endpoint_body.py} +62 -62
  141. lightning_sdk/lightning_cloud/openapi/models/{experiment_name_variant_name_body.py → experiments_service_assign_variant_body.py} +10 -10
  142. lightning_sdk/lightning_cloud/openapi/models/{incident_id_messages_body.py → incidents_service_create_incident_message_body.py} +10 -10
  143. lightning_sdk/lightning_cloud/openapi/models/{incidents_id_body.py → incidents_service_update_incident_body.py} +34 -34
  144. lightning_sdk/lightning_cloud/openapi/models/{messages_message_id_body.py → incidents_service_update_incident_message_body.py} +10 -10
  145. lightning_sdk/lightning_cloud/openapi/models/{deployment_id_alertingpolicies_body1.py → jobs_service_create_deployment_alerting_policy_body.py} +42 -42
  146. lightning_sdk/lightning_cloud/openapi/models/{create_deployment_request_defines_a_spec_for_the_job_that_allows_for_autoscaling_jobs.py → jobs_service_create_deployment_body.py} +70 -70
  147. lightning_sdk/lightning_cloud/openapi/models/{project_id_jobs_body.py → jobs_service_create_job_body.py} +18 -18
  148. lightning_sdk/lightning_cloud/openapi/models/{project_id_multimachinejobs_body.py → jobs_service_create_multi_machine_job_body.py} +26 -26
  149. lightning_sdk/lightning_cloud/openapi/models/{job_id_reportroutingtelemetry_body.py → jobs_service_report_deployment_routing_telemetry_body.py} +10 -10
  150. lightning_sdk/lightning_cloud/openapi/models/{job_id_systemmetrics_body.py → jobs_service_report_job_system_metrics_body.py} +10 -10
  151. lightning_sdk/lightning_cloud/openapi/models/{id_reportlogsactivity_body.py → jobs_service_report_logs_activity_body.py} +10 -10
  152. lightning_sdk/lightning_cloud/openapi/models/{id_reportrestarttimings_body.py → jobs_service_report_restart_timings_body.py} +10 -10
  153. lightning_sdk/lightning_cloud/openapi/models/jobs_service_restore_deployment_release_body.py +97 -0
  154. lightning_sdk/lightning_cloud/openapi/models/{alertingevents_id_body.py → jobs_service_update_deployment_alerting_event_body.py} +54 -54
  155. lightning_sdk/lightning_cloud/openapi/models/jobs_service_update_deployment_alerting_events_bulk_body.py +123 -0
  156. lightning_sdk/lightning_cloud/openapi/models/{deployment_id_alertingpolicies_body.py → jobs_service_update_deployment_alerting_policy_body.py} +46 -46
  157. lightning_sdk/lightning_cloud/openapi/models/{deployments_id_body.py → jobs_service_update_deployment_body.py} +128 -126
  158. lightning_sdk/lightning_cloud/openapi/models/{id_visibility_body1.py → jobs_service_update_deployment_visibility_body.py} +10 -10
  159. lightning_sdk/lightning_cloud/openapi/models/{jobs_id_body1.py → jobs_service_update_job_body.py} +14 -14
  160. lightning_sdk/lightning_cloud/openapi/models/{id_index_body3.py → jobs_service_update_job_index_body.py} +18 -18
  161. lightning_sdk/lightning_cloud/openapi/models/{id_visibility_body.py → jobs_service_update_job_visibility_body.py} +10 -10
  162. lightning_sdk/lightning_cloud/openapi/models/{multimachinejobs_id_body.py → jobs_service_update_multi_machine_job_body.py} +10 -10
  163. lightning_sdk/lightning_cloud/openapi/models/{deployments_deployment_id_body.py → jobs_service_update_org_deployment_visibility_body.py} +14 -14
  164. lightning_sdk/lightning_cloud/openapi/models/{kubernetestemplates_id_body.py → k8_s_cluster_service_create_kubernetes_template_body.py} +22 -22
  165. lightning_sdk/lightning_cloud/openapi/models/{id_render_body.py → k8_s_cluster_service_render_kubernetes_template_body.py} +10 -10
  166. lightning_sdk/lightning_cloud/openapi/models/{cluster_id_metrics_body.py → k8_s_cluster_service_report_k8_s_cluster_metrics_body.py} +42 -42
  167. lightning_sdk/lightning_cloud/openapi/models/{cluster_id_kubernetestemplates_body.py → k8_s_cluster_service_update_kubernetes_template_body.py} +22 -22
  168. lightning_sdk/lightning_cloud/openapi/models/{appinstances_id_body.py → lightningapp_instance_service_update_lightningapp_instance_body.py} +18 -18
  169. lightning_sdk/lightning_cloud/openapi/models/{id_release_body.py → lightningapp_instance_service_update_lightningapp_instance_release_body.py} +10 -10
  170. lightning_sdk/lightning_cloud/openapi/models/{id_uploads_body.py → lightningapp_instance_service_upload_lightningapp_instance_artifact_body.py} +10 -10
  171. lightning_sdk/lightning_cloud/openapi/models/{project_id_getapp_body.py → lightningapp_v2_service_create_lightningapp_from_gallery_body.py} +30 -30
  172. lightning_sdk/lightning_cloud/openapi/models/{app_id_works_body.py → lightningwork_service_batch_update_lightningworks_body.py} +14 -14
  173. lightning_sdk/lightning_cloud/openapi/models/{spec_lightningapp_instance_id_works_body.py → lightningwork_service_create_lightningwork_body.py} +24 -24
  174. lightning_sdk/lightning_cloud/openapi/models/lightningwork_service_create_lightningwork_body_spec.py +487 -0
  175. lightning_sdk/lightning_cloud/openapi/models/{works_id_body.py → lightningwork_service_update_lightningwork_body.py} +16 -16
  176. lightning_sdk/lightning_cloud/openapi/models/{upload_id_complete_body1.py → lit_dataset_service_complete_lit_dataset_multi_part_upload_body.py} +14 -14
  177. lightning_sdk/lightning_cloud/openapi/models/lit_dataset_service_complete_lit_dataset_upload_body.py +97 -0
  178. lightning_sdk/lightning_cloud/openapi/models/{project_id_models_body.py → lit_dataset_service_create_lit_dataset_body.py} +26 -26
  179. lightning_sdk/lightning_cloud/openapi/models/{version_uploads_body1.py → lit_dataset_service_create_lit_dataset_multi_part_upload_body.py} +10 -10
  180. lightning_sdk/lightning_cloud/openapi/models/{dataset_id_versions_body.py → lit_dataset_service_create_lit_dataset_version_body.py} +16 -14
  181. lightning_sdk/lightning_cloud/openapi/models/{upload_id_parts_body.py → lit_dataset_service_get_lit_dataset_file_upload_urls_body.py} +14 -14
  182. lightning_sdk/lightning_cloud/openapi/models/{version_default_body.py → lit_dataset_service_set_lit_dataset_default_version_body.py} +14 -14
  183. lightning_sdk/lightning_cloud/openapi/models/{litdatasets_dataset_id_body.py → lit_dataset_service_update_lit_dataset_body.py} +14 -14
  184. lightning_sdk/lightning_cloud/openapi/models/{versions_version_body.py → lit_dataset_service_update_lit_dataset_version_body.py} +10 -10
  185. lightning_sdk/lightning_cloud/openapi/models/{id_visibility_body2.py → lit_dataset_service_update_lit_dataset_visibility_body.py} +14 -14
  186. lightning_sdk/lightning_cloud/openapi/models/{loggermetrics_id_body.py → lit_logger_service_append_logger_metrics_body.py} +10 -10
  187. lightning_sdk/lightning_cloud/openapi/models/{metrics_stream_id_loggerartifacts_body.py → lit_logger_service_create_logger_artifact_body.py} +10 -10
  188. lightning_sdk/lightning_cloud/openapi/models/{metricsstream_create_body.py → lit_logger_service_create_metrics_stream_body.py} +62 -62
  189. lightning_sdk/lightning_cloud/openapi/models/{metricsstream_delete_body.py → lit_logger_service_delete_metrics_stream_body.py} +10 -10
  190. lightning_sdk/lightning_cloud/openapi/models/{metricsstream_id_body.py → lit_logger_service_update_metrics_stream_body.py} +22 -22
  191. lightning_sdk/lightning_cloud/openapi/models/{model_id_visibility_body.py → lit_logger_service_update_metrics_stream_visibility_body.py} +14 -14
  192. lightning_sdk/lightning_cloud/openapi/models/{litloggermetrics_id_body.py → lit_logger_service_update_shared_metrics_stream_body.py} +18 -18
  193. lightning_sdk/lightning_cloud/openapi/models/{litpages_id_body.py → lit_page_service_update_lit_page_body.py} +42 -42
  194. lightning_sdk/lightning_cloud/openapi/models/{project_id_litregistry_body.py → lit_registry_service_create_lit_project_registry_body.py} +12 -12
  195. lightning_sdk/lightning_cloud/openapi/models/{litregistry_lit_repo_name_body.py → lit_registry_service_update_lit_repository_metadata_body.py} +10 -10
  196. lightning_sdk/lightning_cloud/openapi/models/models_store_complete_model_upload_body.py +97 -0
  197. lightning_sdk/lightning_cloud/openapi/models/{upload_id_complete_body.py → models_store_complete_multi_part_upload_body.py} +14 -14
  198. lightning_sdk/lightning_cloud/openapi/models/{project_id_litdatasets_body.py → models_store_create_model_body.py} +26 -26
  199. lightning_sdk/lightning_cloud/openapi/models/{model_id_versions_body.py → models_store_create_model_version_body.py} +20 -18
  200. lightning_sdk/lightning_cloud/openapi/models/{version_uploads_body.py → models_store_create_multi_part_upload_body.py} +10 -10
  201. lightning_sdk/lightning_cloud/openapi/models/{upload_id_parts_body1.py → models_store_get_model_file_upload_urls_body.py} +14 -14
  202. lightning_sdk/lightning_cloud/openapi/models/{version_default_body1.py → models_store_set_model_default_version_body.py} +14 -14
  203. lightning_sdk/lightning_cloud/openapi/models/{models_model_id_body1.py → models_store_update_model_body.py} +14 -14
  204. lightning_sdk/lightning_cloud/openapi/models/{versions_version_body1.py → models_store_update_model_version_body.py} +10 -10
  205. lightning_sdk/lightning_cloud/openapi/models/{cloudspace_id_visibility_body.py → models_store_update_model_visibility_body.py} +14 -14
  206. lightning_sdk/lightning_cloud/openapi/models/{approveautojoindomain_domain_body.py → organizations_service_approve_auto_join_domain_body.py} +10 -10
  207. lightning_sdk/lightning_cloud/openapi/models/organizations_service_auto_join_org_body.py +97 -0
  208. lightning_sdk/lightning_cloud/openapi/models/{org_id_memberships_body.py → organizations_service_create_org_membership_body.py} +22 -22
  209. lightning_sdk/lightning_cloud/openapi/models/{user_id_membershiprolebindings_body1.py → organizations_service_create_org_membership_role_binding_body.py} +10 -10
  210. lightning_sdk/lightning_cloud/openapi/models/{org_id_roles_body.py → organizations_service_create_org_role_body.py} +18 -18
  211. lightning_sdk/lightning_cloud/openapi/models/{orgs_id_body.py → organizations_service_update_organization_body.py} +162 -162
  212. lightning_sdk/lightning_cloud/openapi/models/{credits_autoreplenish_body.py → organizations_service_update_organization_credits_auto_replenish_body.py} +18 -18
  213. lightning_sdk/lightning_cloud/openapi/models/{validateautojoindomain_domain_body.py → organizations_service_validate_auto_join_domain_body.py} +10 -10
  214. lightning_sdk/lightning_cloud/openapi/models/{pipelinetemplates_id_body.py → pipeline_templates_service_update_pipeline_template_body.py} +42 -42
  215. lightning_sdk/lightning_cloud/openapi/models/{pipelines_id_body1.py → pipelines_service_create_child_pipeline_body.py} +10 -10
  216. lightning_sdk/lightning_cloud/openapi/models/{project_id_pipelines_body.py → pipelines_service_create_pipeline_body.py} +30 -30
  217. lightning_sdk/lightning_cloud/openapi/models/{pipelines_id_body.py → pipelines_service_update_pipeline_body.py} +74 -74
  218. lightning_sdk/lightning_cloud/openapi/models/{license_key_validate_body.py → product_license_service_validate_license_body.py} +10 -10
  219. lightning_sdk/lightning_cloud/openapi/models/{profiler_captures_body.py → profiler_service_create_profiler_capture_body.py} +34 -34
  220. lightning_sdk/lightning_cloud/openapi/models/{captures_id_body.py → profiler_service_update_profiler_capture_body.py} +10 -10
  221. lightning_sdk/lightning_cloud/openapi/models/{profiler_enabled_body.py → profiler_service_update_profiler_enabled_body.py} +14 -14
  222. lightning_sdk/lightning_cloud/openapi/models/{project_id_projectclustersbindings_body.py → projects_service_create_project_cluster_binding_body.py} +14 -14
  223. lightning_sdk/lightning_cloud/openapi/models/{project_id_memberships_body.py → projects_service_create_project_membership_body.py} +22 -22
  224. lightning_sdk/lightning_cloud/openapi/models/{user_id_membershiprolebindings_body.py → projects_service_create_project_membership_role_binding_body.py} +10 -10
  225. lightning_sdk/lightning_cloud/openapi/models/{projects_project_id_body.py → projects_service_create_project_role_body.py} +18 -18
  226. lightning_sdk/lightning_cloud/openapi/models/{project_id_invite_body.py → projects_service_invite_project_membership_body.py} +18 -18
  227. lightning_sdk/lightning_cloud/openapi/models/{projects_id_body.py → projects_service_update_project_body.py} +110 -110
  228. lightning_sdk/lightning_cloud/openapi/models/{project_tab_management_messages.py → projects_service_update_project_tab_order_body.py} +10 -10
  229. lightning_sdk/lightning_cloud/openapi/models/protobuf_any.py +7 -58
  230. lightning_sdk/lightning_cloud/openapi/models/quest_service_complete_quest_body.py +97 -0
  231. lightning_sdk/lightning_cloud/openapi/models/quest_service_start_quest_body.py +97 -0
  232. lightning_sdk/lightning_cloud/openapi/models/{project_id_schedules_body.py → schedules_service_create_schedule_body.py} +42 -42
  233. lightning_sdk/lightning_cloud/openapi/models/schedules_service_create_schedule_run_body.py +97 -0
  234. lightning_sdk/lightning_cloud/openapi/models/{schedules_id_body.py → schedules_service_update_schedule_body.py} +70 -70
  235. lightning_sdk/lightning_cloud/openapi/models/{project_id_secrets_body.py → secret_service_create_secret_body.py} +18 -18
  236. lightning_sdk/lightning_cloud/openapi/models/{secrets_id_body1.py → secret_service_update_secret_body.py} +10 -10
  237. lightning_sdk/lightning_cloud/openapi/models/{secrets_id_body.py → secret_service_update_user_secret_body.py} +10 -10
  238. lightning_sdk/lightning_cloud/openapi/models/{cluster_id_slurmusers_body.py → slurm_jobs_user_service_create_slurm_cluster_user_body.py} +22 -22
  239. lightning_sdk/lightning_cloud/openapi/models/{slurm_jobs_body.py → slurm_jobs_user_service_create_user_slurm_job_body.py} +54 -54
  240. lightning_sdk/lightning_cloud/openapi/models/{jobs_id_body2.py → slurm_jobs_user_service_update_user_slurm_job_body.py} +10 -10
  241. lightning_sdk/lightning_cloud/openapi/models/{id_action_body.py → slurm_jobs_user_service_user_slurm_job_action_body.py} +10 -10
  242. lightning_sdk/lightning_cloud/openapi/models/{project_id_snowflake_body.py → snowflake_service_create_snowflake_connection_body.py} +10 -10
  243. lightning_sdk/lightning_cloud/openapi/models/{query_query_id_body.py → snowflake_service_execute_snowflake_query_body.py} +18 -18
  244. lightning_sdk/lightning_cloud/openapi/models/{snowflake_export_body.py → snowflake_service_export_snowflake_query_body.py} +38 -38
  245. lightning_sdk/lightning_cloud/openapi/models/{snowflake_query_body.py → snowflake_service_update_snowflake_query_body.py} +18 -18
  246. lightning_sdk/lightning_cloud/openapi/models/storage_service_abort_storage_transfer_body.py +97 -0
  247. lightning_sdk/lightning_cloud/openapi/models/{storage_complete_body.py → storage_service_complete_upload_project_artifact_body.py} +30 -30
  248. lightning_sdk/lightning_cloud/openapi/models/{project_id_storagetransfers_body.py → storage_service_create_storage_transfer_body.py} +18 -18
  249. lightning_sdk/lightning_cloud/openapi/models/storage_service_pause_storage_transfer_body.py +97 -0
  250. lightning_sdk/lightning_cloud/openapi/models/storage_service_resume_storage_transfer_body.py +97 -0
  251. lightning_sdk/lightning_cloud/openapi/models/{project_id_storage_body.py → storage_service_upload_project_artifact_body.py} +22 -22
  252. lightning_sdk/lightning_cloud/openapi/models/{uploads_upload_id_body1.py → storage_service_upload_project_artifact_parts_body.py} +22 -22
  253. lightning_sdk/lightning_cloud/openapi/models/{uploads_upload_id_body.py → storage_service_upload_temporary_artifact_parts_body.py} +14 -14
  254. lightning_sdk/lightning_cloud/openapi/models/{storagetransfers_validate_body.py → storage_service_validate_storage_transfer_body.py} +14 -14
  255. lightning_sdk/lightning_cloud/openapi/models/{studioapp_jobs_body.py → studio_jobs_service_create_studio_job_body.py} +34 -34
  256. lightning_sdk/lightning_cloud/openapi/models/{jobs_id_body3.py → studio_jobs_service_update_studio_job_body.py} +14 -14
  257. lightning_sdk/lightning_cloud/openapi/models/{user_id_affiliatelinks_body.py → user_service_create_affiliate_link_body.py} +30 -30
  258. lightning_sdk/lightning_cloud/openapi/models/{affiliatelinks_id_body.py → user_service_update_affiliate_link_body.py} +14 -14
  259. lightning_sdk/lightning_cloud/openapi/models/{credits_autoreplenish_body1.py → user_service_update_user_credits_auto_replenish_body.py} +18 -18
  260. lightning_sdk/lightning_cloud/openapi/models/user_service_upload_settings_body.py +97 -0
  261. lightning_sdk/lightning_cloud/openapi/models/v1_autoscaling_target_metric.py +2 -0
  262. lightning_sdk/lightning_cloud/openapi/models/v1_aws_data_connection.py +2 -0
  263. lightning_sdk/lightning_cloud/openapi/models/v1_billing_subscription.py +2 -0
  264. lightning_sdk/lightning_cloud/openapi/models/v1_conversation.py +27 -1
  265. lightning_sdk/lightning_cloud/openapi/models/v1_conversation_response_chunk.py +2 -0
  266. lightning_sdk/lightning_cloud/openapi/models/v1_create_checkout_session_request.py +4 -0
  267. lightning_sdk/lightning_cloud/openapi/models/v1_data_connection.py +6 -0
  268. lightning_sdk/lightning_cloud/openapi/models/v1_deployment.py +2 -0
  269. lightning_sdk/lightning_cloud/openapi/models/v1_deployment_alerting_policy_type.py +2 -0
  270. lightning_sdk/lightning_cloud/openapi/models/v1_deployment_event.py +2 -0
  271. lightning_sdk/lightning_cloud/openapi/models/v1_experiment.py +2 -0
  272. lightning_sdk/lightning_cloud/openapi/models/v1_external_cluster_spec.py +27 -1
  273. lightning_sdk/lightning_cloud/openapi/models/v1_generic_job.py +79 -1
  274. lightning_sdk/lightning_cloud/openapi/models/v1_generic_job_spec.py +253 -0
  275. lightning_sdk/lightning_cloud/openapi/models/v1_get_user_response.py +2 -0
  276. lightning_sdk/lightning_cloud/openapi/models/v1_group_pod_metrics.py +6 -0
  277. lightning_sdk/lightning_cloud/openapi/models/v1_health_check_http_get.py +79 -1
  278. lightning_sdk/lightning_cloud/openapi/models/v1_incident.py +2 -0
  279. lightning_sdk/lightning_cloud/openapi/models/v1_job.py +6 -0
  280. lightning_sdk/lightning_cloud/openapi/models/v1_job_health_check_config.py +55 -3
  281. lightning_sdk/lightning_cloud/openapi/models/v1_job_spec.py +59 -1
  282. lightning_sdk/lightning_cloud/openapi/models/v1_kubernetes_direct_v1.py +53 -1
  283. lightning_sdk/lightning_cloud/openapi/models/v1_lit_dataset_version_archive.py +2 -0
  284. lightning_sdk/lightning_cloud/openapi/models/v1_machine.py +79 -1
  285. lightning_sdk/lightning_cloud/openapi/models/v1_machine_direct_v1.py +27 -1
  286. lightning_sdk/lightning_cloud/openapi/models/v1_message_action.py +2 -0
  287. lightning_sdk/lightning_cloud/openapi/models/v1_model_version_archive.py +2 -0
  288. lightning_sdk/lightning_cloud/openapi/models/v1_multi_machine_job_event.py +2 -0
  289. lightning_sdk/lightning_cloud/openapi/models/v1_pipeline_step_status.py +2 -0
  290. lightning_sdk/lightning_cloud/openapi/models/v1_server_alert_severity.py +1 -0
  291. lightning_sdk/lightning_cloud/openapi/models/v1_slurm_v1.py +4 -0
  292. lightning_sdk/lightning_cloud/openapi/models/v1_slurm_v1_status.py +2 -0
  293. lightning_sdk/lightning_cloud/openapi/models/v1_update_deployment_alerting_events_bulk_response.py +97 -0
  294. lightning_sdk/lightning_cloud/openapi/models/v1_update_user_request.py +2 -0
  295. lightning_sdk/lightning_cloud/openapi/models/v1_usage_report.py +6 -0
  296. lightning_sdk/lightning_cloud/openapi/models/v1_user_features.py +183 -79
  297. lightning_sdk/lightning_cloud/openapi/models/v1_user_requested_compute_config.py +2 -0
  298. lightning_sdk/lightning_cloud/openapi/models/v1_user_requested_flow_compute_config.py +2 -0
  299. lightning_sdk/lightning_cloud/openapi/models/v1_volume.py +53 -1
  300. lightning_sdk/lightning_cloud/openapi/models/{volumes_id_body.py → volume_service_update_volume_body.py} +10 -10
  301. lightning_sdk/lightning_cloud/utils/data_connection.py +14 -8
  302. lightning_sdk/lightning_cloud/utils/dataset.py +3 -5
  303. lightning_sdk/plugin.py +2 -2
  304. lightning_sdk/teamspace.py +3 -2
  305. {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/METADATA +2 -2
  306. {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/RECORD +310 -287
  307. {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/LICENSE +0 -0
  308. {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/WHEEL +0 -0
  309. {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/entry_points.txt +0 -0
  310. {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/top_level.txt +0 -0
@@ -221,7 +221,7 @@ class CloudyServiceApi(object):
221
221
  _request_timeout=params.get('_request_timeout'),
222
222
  collection_formats=collection_formats)
223
223
 
224
- def cloudy_service_update_user_cloudy_settings(self, body: 'UserUserIdBody', user_id: 'str', **kwargs) -> 'V1CloudySettings': # noqa: E501
224
+ def cloudy_service_update_user_cloudy_settings(self, body: 'CloudyServiceUpdateUserCloudySettingsBody', user_id: 'str', **kwargs) -> 'V1CloudySettings': # noqa: E501
225
225
  """cloudy_service_update_user_cloudy_settings # noqa: E501
226
226
 
227
227
  This method makes a synchronous HTTP request by default. To make an
@@ -230,7 +230,7 @@ class CloudyServiceApi(object):
230
230
  >>> result = thread.get()
231
231
 
232
232
  :param async_req bool
233
- :param UserUserIdBody body: (required)
233
+ :param CloudyServiceUpdateUserCloudySettingsBody body: (required)
234
234
  :param str user_id: (required)
235
235
  :return: V1CloudySettings
236
236
  If the method is called asynchronously,
@@ -243,7 +243,7 @@ class CloudyServiceApi(object):
243
243
  (data) = self.cloudy_service_update_user_cloudy_settings_with_http_info(body, user_id, **kwargs) # noqa: E501
244
244
  return data
245
245
 
246
- def cloudy_service_update_user_cloudy_settings_with_http_info(self, body: 'UserUserIdBody', user_id: 'str', **kwargs) -> 'V1CloudySettings': # noqa: E501
246
+ def cloudy_service_update_user_cloudy_settings_with_http_info(self, body: 'CloudyServiceUpdateUserCloudySettingsBody', user_id: 'str', **kwargs) -> 'V1CloudySettings': # noqa: E501
247
247
  """cloudy_service_update_user_cloudy_settings # noqa: E501
248
248
 
249
249
  This method makes a synchronous HTTP request by default. To make an
@@ -252,7 +252,7 @@ class CloudyServiceApi(object):
252
252
  >>> result = thread.get()
253
253
 
254
254
  :param async_req bool
255
- :param UserUserIdBody body: (required)
255
+ :param CloudyServiceUpdateUserCloudySettingsBody body: (required)
256
256
  :param str user_id: (required)
257
257
  :return: V1CloudySettings
258
258
  If the method is called asynchronously,
@@ -237,7 +237,7 @@ class ClusterServiceApi(object):
237
237
  _request_timeout=params.get('_request_timeout'),
238
238
  collection_formats=collection_formats)
239
239
 
240
- def cluster_service_create_cluster_capacity_reservation(self, body: 'ClusterIdCapacityreservationsBody', project_id: 'str', cluster_id: 'str', **kwargs) -> 'V1CreateClusterCapacityReservationResponse': # noqa: E501
240
+ def cluster_service_create_cluster_capacity_reservation(self, body: 'ClusterServiceCreateClusterCapacityReservationBody', project_id: 'str', cluster_id: 'str', **kwargs) -> 'V1CreateClusterCapacityReservationResponse': # noqa: E501
241
241
  """cluster_service_create_cluster_capacity_reservation # noqa: E501
242
242
 
243
243
  This method makes a synchronous HTTP request by default. To make an
@@ -246,7 +246,7 @@ class ClusterServiceApi(object):
246
246
  >>> result = thread.get()
247
247
 
248
248
  :param async_req bool
249
- :param ClusterIdCapacityreservationsBody body: (required)
249
+ :param ClusterServiceCreateClusterCapacityReservationBody body: (required)
250
250
  :param str project_id: (required)
251
251
  :param str cluster_id: (required)
252
252
  :return: V1CreateClusterCapacityReservationResponse
@@ -260,7 +260,7 @@ class ClusterServiceApi(object):
260
260
  (data) = self.cluster_service_create_cluster_capacity_reservation_with_http_info(body, project_id, cluster_id, **kwargs) # noqa: E501
261
261
  return data
262
262
 
263
- def cluster_service_create_cluster_capacity_reservation_with_http_info(self, body: 'ClusterIdCapacityreservationsBody', project_id: 'str', cluster_id: 'str', **kwargs) -> 'V1CreateClusterCapacityReservationResponse': # noqa: E501
263
+ def cluster_service_create_cluster_capacity_reservation_with_http_info(self, body: 'ClusterServiceCreateClusterCapacityReservationBody', project_id: 'str', cluster_id: 'str', **kwargs) -> 'V1CreateClusterCapacityReservationResponse': # noqa: E501
264
264
  """cluster_service_create_cluster_capacity_reservation # noqa: E501
265
265
 
266
266
  This method makes a synchronous HTTP request by default. To make an
@@ -269,7 +269,7 @@ class ClusterServiceApi(object):
269
269
  >>> result = thread.get()
270
270
 
271
271
  :param async_req bool
272
- :param ClusterIdCapacityreservationsBody body: (required)
272
+ :param ClusterServiceCreateClusterCapacityReservationBody body: (required)
273
273
  :param str project_id: (required)
274
274
  :param str cluster_id: (required)
275
275
  :return: V1CreateClusterCapacityReservationResponse
@@ -447,7 +447,7 @@ class ClusterServiceApi(object):
447
447
  _request_timeout=params.get('_request_timeout'),
448
448
  collection_formats=collection_formats)
449
449
 
450
- def cluster_service_create_cluster_proxy(self, body: 'ClusterIdProxiesBody', cluster_id: 'str', **kwargs) -> 'V1ClusterProxy': # noqa: E501
450
+ def cluster_service_create_cluster_proxy(self, body: 'ClusterServiceCreateClusterProxyBody', cluster_id: 'str', **kwargs) -> 'V1ClusterProxy': # noqa: E501
451
451
  """cluster_service_create_cluster_proxy # noqa: E501
452
452
 
453
453
  This method makes a synchronous HTTP request by default. To make an
@@ -456,7 +456,7 @@ class ClusterServiceApi(object):
456
456
  >>> result = thread.get()
457
457
 
458
458
  :param async_req bool
459
- :param ClusterIdProxiesBody body: (required)
459
+ :param ClusterServiceCreateClusterProxyBody body: (required)
460
460
  :param str cluster_id: (required)
461
461
  :return: V1ClusterProxy
462
462
  If the method is called asynchronously,
@@ -469,7 +469,7 @@ class ClusterServiceApi(object):
469
469
  (data) = self.cluster_service_create_cluster_proxy_with_http_info(body, cluster_id, **kwargs) # noqa: E501
470
470
  return data
471
471
 
472
- def cluster_service_create_cluster_proxy_with_http_info(self, body: 'ClusterIdProxiesBody', cluster_id: 'str', **kwargs) -> 'V1ClusterProxy': # noqa: E501
472
+ def cluster_service_create_cluster_proxy_with_http_info(self, body: 'ClusterServiceCreateClusterProxyBody', cluster_id: 'str', **kwargs) -> 'V1ClusterProxy': # noqa: E501
473
473
  """cluster_service_create_cluster_proxy # noqa: E501
474
474
 
475
475
  This method makes a synchronous HTTP request by default. To make an
@@ -478,7 +478,7 @@ class ClusterServiceApi(object):
478
478
  >>> result = thread.get()
479
479
 
480
480
  :param async_req bool
481
- :param ClusterIdProxiesBody body: (required)
481
+ :param ClusterServiceCreateClusterProxyBody body: (required)
482
482
  :param str cluster_id: (required)
483
483
  :return: V1ClusterProxy
484
484
  If the method is called asynchronously,
@@ -552,7 +552,7 @@ class ClusterServiceApi(object):
552
552
  _request_timeout=params.get('_request_timeout'),
553
553
  collection_formats=collection_formats)
554
554
 
555
- def cluster_service_create_cluster_usage_restriction(self, body: 'ClusterIdUsagerestrictionsBody', cluster_id: 'str', **kwargs) -> 'V1ClusterUsageRestriction': # noqa: E501
555
+ def cluster_service_create_cluster_usage_restriction(self, body: 'ClusterServiceCreateClusterUsageRestrictionBody', cluster_id: 'str', **kwargs) -> 'V1ClusterUsageRestriction': # noqa: E501
556
556
  """cluster_service_create_cluster_usage_restriction # noqa: E501
557
557
 
558
558
  This method makes a synchronous HTTP request by default. To make an
@@ -561,7 +561,7 @@ class ClusterServiceApi(object):
561
561
  >>> result = thread.get()
562
562
 
563
563
  :param async_req bool
564
- :param ClusterIdUsagerestrictionsBody body: (required)
564
+ :param ClusterServiceCreateClusterUsageRestrictionBody body: (required)
565
565
  :param str cluster_id: (required)
566
566
  :return: V1ClusterUsageRestriction
567
567
  If the method is called asynchronously,
@@ -574,7 +574,7 @@ class ClusterServiceApi(object):
574
574
  (data) = self.cluster_service_create_cluster_usage_restriction_with_http_info(body, cluster_id, **kwargs) # noqa: E501
575
575
  return data
576
576
 
577
- def cluster_service_create_cluster_usage_restriction_with_http_info(self, body: 'ClusterIdUsagerestrictionsBody', cluster_id: 'str', **kwargs) -> 'V1ClusterUsageRestriction': # noqa: E501
577
+ def cluster_service_create_cluster_usage_restriction_with_http_info(self, body: 'ClusterServiceCreateClusterUsageRestrictionBody', cluster_id: 'str', **kwargs) -> 'V1ClusterUsageRestriction': # noqa: E501
578
578
  """cluster_service_create_cluster_usage_restriction # noqa: E501
579
579
 
580
580
  This method makes a synchronous HTTP request by default. To make an
@@ -583,7 +583,7 @@ class ClusterServiceApi(object):
583
583
  >>> result = thread.get()
584
584
 
585
585
  :param async_req bool
586
- :param ClusterIdUsagerestrictionsBody body: (required)
586
+ :param ClusterServiceCreateClusterUsageRestrictionBody body: (required)
587
587
  :param str cluster_id: (required)
588
588
  :return: V1ClusterUsageRestriction
589
589
  If the method is called asynchronously,
@@ -657,7 +657,7 @@ class ClusterServiceApi(object):
657
657
  _request_timeout=params.get('_request_timeout'),
658
658
  collection_formats=collection_formats)
659
659
 
660
- def cluster_service_create_machine(self, body: 'CreateMachineRequestRepresentsTheRequestToCreateAMachine', cluster_id: 'str', **kwargs) -> 'V1CreateMachineResponse': # noqa: E501
660
+ def cluster_service_create_machine(self, body: 'ClusterServiceCreateMachineBody', cluster_id: 'str', **kwargs) -> 'V1CreateMachineResponse': # noqa: E501
661
661
  """cluster_service_create_machine # noqa: E501
662
662
 
663
663
  This method makes a synchronous HTTP request by default. To make an
@@ -666,7 +666,7 @@ class ClusterServiceApi(object):
666
666
  >>> result = thread.get()
667
667
 
668
668
  :param async_req bool
669
- :param CreateMachineRequestRepresentsTheRequestToCreateAMachine body: (required)
669
+ :param ClusterServiceCreateMachineBody body: (required)
670
670
  :param str cluster_id: (required)
671
671
  :return: V1CreateMachineResponse
672
672
  If the method is called asynchronously,
@@ -679,7 +679,7 @@ class ClusterServiceApi(object):
679
679
  (data) = self.cluster_service_create_machine_with_http_info(body, cluster_id, **kwargs) # noqa: E501
680
680
  return data
681
681
 
682
- def cluster_service_create_machine_with_http_info(self, body: 'CreateMachineRequestRepresentsTheRequestToCreateAMachine', cluster_id: 'str', **kwargs) -> 'V1CreateMachineResponse': # noqa: E501
682
+ def cluster_service_create_machine_with_http_info(self, body: 'ClusterServiceCreateMachineBody', cluster_id: 'str', **kwargs) -> 'V1CreateMachineResponse': # noqa: E501
683
683
  """cluster_service_create_machine # noqa: E501
684
684
 
685
685
  This method makes a synchronous HTTP request by default. To make an
@@ -688,7 +688,7 @@ class ClusterServiceApi(object):
688
688
  >>> result = thread.get()
689
689
 
690
690
  :param async_req bool
691
- :param CreateMachineRequestRepresentsTheRequestToCreateAMachine body: (required)
691
+ :param ClusterServiceCreateMachineBody body: (required)
692
692
  :param str cluster_id: (required)
693
693
  :return: V1CreateMachineResponse
694
694
  If the method is called asynchronously,
@@ -762,7 +762,7 @@ class ClusterServiceApi(object):
762
762
  _request_timeout=params.get('_request_timeout'),
763
763
  collection_formats=collection_formats)
764
764
 
765
- def cluster_service_create_project_cluster(self, body: 'ProjectIdClustersBody', project_id: 'str', **kwargs) -> 'Externalv1Cluster': # noqa: E501
765
+ def cluster_service_create_project_cluster(self, body: 'ClusterServiceCreateProjectClusterBody', project_id: 'str', **kwargs) -> 'Externalv1Cluster': # noqa: E501
766
766
  """cluster_service_create_project_cluster # noqa: E501
767
767
 
768
768
  This method makes a synchronous HTTP request by default. To make an
@@ -771,7 +771,7 @@ class ClusterServiceApi(object):
771
771
  >>> result = thread.get()
772
772
 
773
773
  :param async_req bool
774
- :param ProjectIdClustersBody body: (required)
774
+ :param ClusterServiceCreateProjectClusterBody body: (required)
775
775
  :param str project_id: (required)
776
776
  :return: Externalv1Cluster
777
777
  If the method is called asynchronously,
@@ -784,7 +784,7 @@ class ClusterServiceApi(object):
784
784
  (data) = self.cluster_service_create_project_cluster_with_http_info(body, project_id, **kwargs) # noqa: E501
785
785
  return data
786
786
 
787
- def cluster_service_create_project_cluster_with_http_info(self, body: 'ProjectIdClustersBody', project_id: 'str', **kwargs) -> 'Externalv1Cluster': # noqa: E501
787
+ def cluster_service_create_project_cluster_with_http_info(self, body: 'ClusterServiceCreateProjectClusterBody', project_id: 'str', **kwargs) -> 'Externalv1Cluster': # noqa: E501
788
788
  """cluster_service_create_project_cluster # noqa: E501
789
789
 
790
790
  This method makes a synchronous HTTP request by default. To make an
@@ -793,7 +793,7 @@ class ClusterServiceApi(object):
793
793
  >>> result = thread.get()
794
794
 
795
795
  :param async_req bool
796
- :param ProjectIdClustersBody body: (required)
796
+ :param ClusterServiceCreateProjectClusterBody body: (required)
797
797
  :param str project_id: (required)
798
798
  :return: Externalv1Cluster
799
799
  If the method is called asynchronously,
@@ -867,7 +867,7 @@ class ClusterServiceApi(object):
867
867
  _request_timeout=params.get('_request_timeout'),
868
868
  collection_formats=collection_formats)
869
869
 
870
- def cluster_service_create_server_alert(self, body: 'ServerIdAlertsBody', server_id: 'str', **kwargs) -> 'V1CreateServerAlertResponse': # noqa: E501
870
+ def cluster_service_create_server_alert(self, body: 'ClusterServiceCreateServerAlertBody', server_id: 'str', **kwargs) -> 'V1CreateServerAlertResponse': # noqa: E501
871
871
  """cluster_service_create_server_alert # noqa: E501
872
872
 
873
873
  This method makes a synchronous HTTP request by default. To make an
@@ -876,7 +876,7 @@ class ClusterServiceApi(object):
876
876
  >>> result = thread.get()
877
877
 
878
878
  :param async_req bool
879
- :param ServerIdAlertsBody body: (required)
879
+ :param ClusterServiceCreateServerAlertBody body: (required)
880
880
  :param str server_id: (required)
881
881
  :return: V1CreateServerAlertResponse
882
882
  If the method is called asynchronously,
@@ -889,7 +889,7 @@ class ClusterServiceApi(object):
889
889
  (data) = self.cluster_service_create_server_alert_with_http_info(body, server_id, **kwargs) # noqa: E501
890
890
  return data
891
891
 
892
- def cluster_service_create_server_alert_with_http_info(self, body: 'ServerIdAlertsBody', server_id: 'str', **kwargs) -> 'V1CreateServerAlertResponse': # noqa: E501
892
+ def cluster_service_create_server_alert_with_http_info(self, body: 'ClusterServiceCreateServerAlertBody', server_id: 'str', **kwargs) -> 'V1CreateServerAlertResponse': # noqa: E501
893
893
  """cluster_service_create_server_alert # noqa: E501
894
894
 
895
895
  This method makes a synchronous HTTP request by default. To make an
@@ -898,7 +898,7 @@ class ClusterServiceApi(object):
898
898
  >>> result = thread.get()
899
899
 
900
900
  :param async_req bool
901
- :param ServerIdAlertsBody body: (required)
901
+ :param ClusterServiceCreateServerAlertBody body: (required)
902
902
  :param str server_id: (required)
903
903
  :return: V1CreateServerAlertResponse
904
904
  If the method is called asynchronously,
@@ -985,7 +985,7 @@ class ClusterServiceApi(object):
985
985
  :param str org_id:
986
986
  :param str project_id:
987
987
  :param bool force:
988
- :param bool delete_artifacts: if set to true, artifacts in the cloud provider object storage will be deleted.
988
+ :param bool delete_artifacts: if set to true, artifacts in the cloud provider object storage will be deleted
989
989
  :param bool delete_system_logs:
990
990
  :return: V1DeleteClusterResponse
991
991
  If the method is called asynchronously,
@@ -1011,7 +1011,7 @@ class ClusterServiceApi(object):
1011
1011
  :param str org_id:
1012
1012
  :param str project_id:
1013
1013
  :param bool force:
1014
- :param bool delete_artifacts: if set to true, artifacts in the cloud provider object storage will be deleted.
1014
+ :param bool delete_artifacts: if set to true, artifacts in the cloud provider object storage will be deleted
1015
1015
  :param bool delete_system_logs:
1016
1016
  :return: V1DeleteClusterResponse
1017
1017
  If the method is called asynchronously,
@@ -1614,7 +1614,7 @@ class ClusterServiceApi(object):
1614
1614
  :param str project_id: (required)
1615
1615
  :param str id: (required)
1616
1616
  :param bool force:
1617
- :param bool delete_artifacts: if set to true, artifacts in the cloud provider object storage will be deleted.
1617
+ :param bool delete_artifacts: if set to true, artifacts in the cloud provider object storage will be deleted
1618
1618
  :param bool delete_system_logs:
1619
1619
  :return: V1DeleteProjectClusterResponse
1620
1620
  If the method is called asynchronously,
@@ -1639,7 +1639,7 @@ class ClusterServiceApi(object):
1639
1639
  :param str project_id: (required)
1640
1640
  :param str id: (required)
1641
1641
  :param bool force:
1642
- :param bool delete_artifacts: if set to true, artifacts in the cloud provider object storage will be deleted.
1642
+ :param bool delete_artifacts: if set to true, artifacts in the cloud provider object storage will be deleted
1643
1643
  :param bool delete_system_logs:
1644
1644
  :return: V1DeleteProjectClusterResponse
1645
1645
  If the method is called asynchronously,
@@ -2527,7 +2527,7 @@ class ClusterServiceApi(object):
2527
2527
  _request_timeout=params.get('_request_timeout'),
2528
2528
  collection_formats=collection_formats)
2529
2529
 
2530
- def cluster_service_interrupt_server(self, body: 'object', server_id: 'str', **kwargs) -> 'V1InterruptServerResponse': # noqa: E501
2530
+ def cluster_service_interrupt_server(self, body: 'ClusterServiceInterruptServerBody', server_id: 'str', **kwargs) -> 'V1InterruptServerResponse': # noqa: E501
2531
2531
  """cluster_service_interrupt_server # noqa: E501
2532
2532
 
2533
2533
  This method makes a synchronous HTTP request by default. To make an
@@ -2536,7 +2536,7 @@ class ClusterServiceApi(object):
2536
2536
  >>> result = thread.get()
2537
2537
 
2538
2538
  :param async_req bool
2539
- :param object body: (required)
2539
+ :param ClusterServiceInterruptServerBody body: (required)
2540
2540
  :param str server_id: (required)
2541
2541
  :return: V1InterruptServerResponse
2542
2542
  If the method is called asynchronously,
@@ -2549,7 +2549,7 @@ class ClusterServiceApi(object):
2549
2549
  (data) = self.cluster_service_interrupt_server_with_http_info(body, server_id, **kwargs) # noqa: E501
2550
2550
  return data
2551
2551
 
2552
- def cluster_service_interrupt_server_with_http_info(self, body: 'object', server_id: 'str', **kwargs) -> 'V1InterruptServerResponse': # noqa: E501
2552
+ def cluster_service_interrupt_server_with_http_info(self, body: 'ClusterServiceInterruptServerBody', server_id: 'str', **kwargs) -> 'V1InterruptServerResponse': # noqa: E501
2553
2553
  """cluster_service_interrupt_server # noqa: E501
2554
2554
 
2555
2555
  This method makes a synchronous HTTP request by default. To make an
@@ -2558,7 +2558,7 @@ class ClusterServiceApi(object):
2558
2558
  >>> result = thread.get()
2559
2559
 
2560
2560
  :param async_req bool
2561
- :param object body: (required)
2561
+ :param ClusterServiceInterruptServerBody body: (required)
2562
2562
  :param str server_id: (required)
2563
2563
  :return: V1InterruptServerResponse
2564
2564
  If the method is called asynchronously,
@@ -2841,7 +2841,7 @@ class ClusterServiceApi(object):
2841
2841
  :param datetime end_time:
2842
2842
  :param bool available_only:
2843
2843
  :param bool from_aggregate:
2844
- :param str apparent_provider:
2844
+ :param str apparent_provider: only required if from aggregate, storage.providertype (eg `lightningaggregate`)
2845
2845
  :return: V1ListClusterCapacityReservationsResponse
2846
2846
  If the method is called asynchronously,
2847
2847
  returns the request thread.
@@ -2868,7 +2868,7 @@ class ClusterServiceApi(object):
2868
2868
  :param datetime end_time:
2869
2869
  :param bool available_only:
2870
2870
  :param bool from_aggregate:
2871
- :param str apparent_provider:
2871
+ :param str apparent_provider: only required if from aggregate, storage.providertype (eg `lightningaggregate`)
2872
2872
  :return: V1ListClusterCapacityReservationsResponse
2873
2873
  If the method is called asynchronously,
2874
2874
  returns the request thread.
@@ -3727,7 +3727,7 @@ class ClusterServiceApi(object):
3727
3727
  _request_timeout=params.get('_request_timeout'),
3728
3728
  collection_formats=collection_formats)
3729
3729
 
3730
- def cluster_service_purchase_capacity_block(self, body: 'ClusterIdCapacityblockBody', project_id: 'str', cluster_id: 'str', **kwargs) -> 'V1PurchaseCapacityBlockResponse': # noqa: E501
3730
+ def cluster_service_purchase_capacity_block(self, body: 'ClusterServicePurchaseCapacityBlockBody', project_id: 'str', cluster_id: 'str', **kwargs) -> 'V1PurchaseCapacityBlockResponse': # noqa: E501
3731
3731
  """cluster_service_purchase_capacity_block # noqa: E501
3732
3732
 
3733
3733
  This method makes a synchronous HTTP request by default. To make an
@@ -3736,7 +3736,7 @@ class ClusterServiceApi(object):
3736
3736
  >>> result = thread.get()
3737
3737
 
3738
3738
  :param async_req bool
3739
- :param ClusterIdCapacityblockBody body: (required)
3739
+ :param ClusterServicePurchaseCapacityBlockBody body: (required)
3740
3740
  :param str project_id: (required)
3741
3741
  :param str cluster_id: (required)
3742
3742
  :return: V1PurchaseCapacityBlockResponse
@@ -3750,7 +3750,7 @@ class ClusterServiceApi(object):
3750
3750
  (data) = self.cluster_service_purchase_capacity_block_with_http_info(body, project_id, cluster_id, **kwargs) # noqa: E501
3751
3751
  return data
3752
3752
 
3753
- def cluster_service_purchase_capacity_block_with_http_info(self, body: 'ClusterIdCapacityblockBody', project_id: 'str', cluster_id: 'str', **kwargs) -> 'V1PurchaseCapacityBlockResponse': # noqa: E501
3753
+ def cluster_service_purchase_capacity_block_with_http_info(self, body: 'ClusterServicePurchaseCapacityBlockBody', project_id: 'str', cluster_id: 'str', **kwargs) -> 'V1PurchaseCapacityBlockResponse': # noqa: E501
3754
3754
  """cluster_service_purchase_capacity_block # noqa: E501
3755
3755
 
3756
3756
  This method makes a synchronous HTTP request by default. To make an
@@ -3759,7 +3759,7 @@ class ClusterServiceApi(object):
3759
3759
  >>> result = thread.get()
3760
3760
 
3761
3761
  :param async_req bool
3762
- :param ClusterIdCapacityblockBody body: (required)
3762
+ :param ClusterServicePurchaseCapacityBlockBody body: (required)
3763
3763
  :param str project_id: (required)
3764
3764
  :param str cluster_id: (required)
3765
3765
  :return: V1PurchaseCapacityBlockResponse
@@ -3937,7 +3937,7 @@ class ClusterServiceApi(object):
3937
3937
  _request_timeout=params.get('_request_timeout'),
3938
3938
  collection_formats=collection_formats)
3939
3939
 
3940
- def cluster_service_server_check_in(self, body: 'ServersServerIdBody', server_id: 'str', **kwargs) -> 'V1ServerCheckInResponse': # noqa: E501
3940
+ def cluster_service_server_check_in(self, body: 'ClusterServiceServerCheckInBody', server_id: 'str', **kwargs) -> 'V1ServerCheckInResponse': # noqa: E501
3941
3941
  """cluster_service_server_check_in # noqa: E501
3942
3942
 
3943
3943
  This method makes a synchronous HTTP request by default. To make an
@@ -3946,7 +3946,7 @@ class ClusterServiceApi(object):
3946
3946
  >>> result = thread.get()
3947
3947
 
3948
3948
  :param async_req bool
3949
- :param ServersServerIdBody body: (required)
3949
+ :param ClusterServiceServerCheckInBody body: (required)
3950
3950
  :param str server_id: (required)
3951
3951
  :return: V1ServerCheckInResponse
3952
3952
  If the method is called asynchronously,
@@ -3959,7 +3959,7 @@ class ClusterServiceApi(object):
3959
3959
  (data) = self.cluster_service_server_check_in_with_http_info(body, server_id, **kwargs) # noqa: E501
3960
3960
  return data
3961
3961
 
3962
- def cluster_service_server_check_in_with_http_info(self, body: 'ServersServerIdBody', server_id: 'str', **kwargs) -> 'V1ServerCheckInResponse': # noqa: E501
3962
+ def cluster_service_server_check_in_with_http_info(self, body: 'ClusterServiceServerCheckInBody', server_id: 'str', **kwargs) -> 'V1ServerCheckInResponse': # noqa: E501
3963
3963
  """cluster_service_server_check_in # noqa: E501
3964
3964
 
3965
3965
  This method makes a synchronous HTTP request by default. To make an
@@ -3968,7 +3968,7 @@ class ClusterServiceApi(object):
3968
3968
  >>> result = thread.get()
3969
3969
 
3970
3970
  :param async_req bool
3971
- :param ServersServerIdBody body: (required)
3971
+ :param ClusterServiceServerCheckInBody body: (required)
3972
3972
  :param str server_id: (required)
3973
3973
  :return: V1ServerCheckInResponse
3974
3974
  If the method is called asynchronously,
@@ -4042,7 +4042,7 @@ class ClusterServiceApi(object):
4042
4042
  _request_timeout=params.get('_request_timeout'),
4043
4043
  collection_formats=collection_formats)
4044
4044
 
4045
- def cluster_service_sleep_server(self, body: 'object', server_id: 'str', **kwargs) -> 'V1SleepServerResponse': # noqa: E501
4045
+ def cluster_service_sleep_server(self, body: 'ClusterServiceSleepServerBody', server_id: 'str', **kwargs) -> 'V1SleepServerResponse': # noqa: E501
4046
4046
  """cluster_service_sleep_server # noqa: E501
4047
4047
 
4048
4048
  This method makes a synchronous HTTP request by default. To make an
@@ -4051,7 +4051,7 @@ class ClusterServiceApi(object):
4051
4051
  >>> result = thread.get()
4052
4052
 
4053
4053
  :param async_req bool
4054
- :param object body: (required)
4054
+ :param ClusterServiceSleepServerBody body: (required)
4055
4055
  :param str server_id: (required)
4056
4056
  :return: V1SleepServerResponse
4057
4057
  If the method is called asynchronously,
@@ -4064,7 +4064,7 @@ class ClusterServiceApi(object):
4064
4064
  (data) = self.cluster_service_sleep_server_with_http_info(body, server_id, **kwargs) # noqa: E501
4065
4065
  return data
4066
4066
 
4067
- def cluster_service_sleep_server_with_http_info(self, body: 'object', server_id: 'str', **kwargs) -> 'V1SleepServerResponse': # noqa: E501
4067
+ def cluster_service_sleep_server_with_http_info(self, body: 'ClusterServiceSleepServerBody', server_id: 'str', **kwargs) -> 'V1SleepServerResponse': # noqa: E501
4068
4068
  """cluster_service_sleep_server # noqa: E501
4069
4069
 
4070
4070
  This method makes a synchronous HTTP request by default. To make an
@@ -4073,7 +4073,7 @@ class ClusterServiceApi(object):
4073
4073
  >>> result = thread.get()
4074
4074
 
4075
4075
  :param async_req bool
4076
- :param object body: (required)
4076
+ :param ClusterServiceSleepServerBody body: (required)
4077
4077
  :param str server_id: (required)
4078
4078
  :return: V1SleepServerResponse
4079
4079
  If the method is called asynchronously,
@@ -4147,7 +4147,7 @@ class ClusterServiceApi(object):
4147
4147
  _request_timeout=params.get('_request_timeout'),
4148
4148
  collection_formats=collection_formats)
4149
4149
 
4150
- def cluster_service_update_cluster(self, body: 'ClustersIdBody', id: 'str', **kwargs) -> 'Externalv1Cluster': # noqa: E501
4150
+ def cluster_service_update_cluster(self, body: 'ClusterServiceUpdateClusterBody', id: 'str', **kwargs) -> 'Externalv1Cluster': # noqa: E501
4151
4151
  """cluster_service_update_cluster # noqa: E501
4152
4152
 
4153
4153
  This method makes a synchronous HTTP request by default. To make an
@@ -4156,7 +4156,7 @@ class ClusterServiceApi(object):
4156
4156
  >>> result = thread.get()
4157
4157
 
4158
4158
  :param async_req bool
4159
- :param ClustersIdBody body: (required)
4159
+ :param ClusterServiceUpdateClusterBody body: (required)
4160
4160
  :param str id: (required)
4161
4161
  :return: Externalv1Cluster
4162
4162
  If the method is called asynchronously,
@@ -4169,7 +4169,7 @@ class ClusterServiceApi(object):
4169
4169
  (data) = self.cluster_service_update_cluster_with_http_info(body, id, **kwargs) # noqa: E501
4170
4170
  return data
4171
4171
 
4172
- def cluster_service_update_cluster_with_http_info(self, body: 'ClustersIdBody', id: 'str', **kwargs) -> 'Externalv1Cluster': # noqa: E501
4172
+ def cluster_service_update_cluster_with_http_info(self, body: 'ClusterServiceUpdateClusterBody', id: 'str', **kwargs) -> 'Externalv1Cluster': # noqa: E501
4173
4173
  """cluster_service_update_cluster # noqa: E501
4174
4174
 
4175
4175
  This method makes a synchronous HTTP request by default. To make an
@@ -4178,7 +4178,7 @@ class ClusterServiceApi(object):
4178
4178
  >>> result = thread.get()
4179
4179
 
4180
4180
  :param async_req bool
4181
- :param ClustersIdBody body: (required)
4181
+ :param ClusterServiceUpdateClusterBody body: (required)
4182
4182
  :param str id: (required)
4183
4183
  :return: Externalv1Cluster
4184
4184
  If the method is called asynchronously,
@@ -4446,7 +4446,7 @@ class ClusterServiceApi(object):
4446
4446
  _request_timeout=params.get('_request_timeout'),
4447
4447
  collection_formats=collection_formats)
4448
4448
 
4449
- def cluster_service_update_cluster_usage_restriction(self, body: 'UsagerestrictionsIdBody', cluster_id: 'str', id: 'str', **kwargs) -> 'V1ClusterUsageRestriction': # noqa: E501
4449
+ def cluster_service_update_cluster_usage_restriction(self, body: 'ClusterServiceUpdateClusterUsageRestrictionBody', cluster_id: 'str', id: 'str', **kwargs) -> 'V1ClusterUsageRestriction': # noqa: E501
4450
4450
  """cluster_service_update_cluster_usage_restriction # noqa: E501
4451
4451
 
4452
4452
  This method makes a synchronous HTTP request by default. To make an
@@ -4455,7 +4455,7 @@ class ClusterServiceApi(object):
4455
4455
  >>> result = thread.get()
4456
4456
 
4457
4457
  :param async_req bool
4458
- :param UsagerestrictionsIdBody body: (required)
4458
+ :param ClusterServiceUpdateClusterUsageRestrictionBody body: (required)
4459
4459
  :param str cluster_id: (required)
4460
4460
  :param str id: (required)
4461
4461
  :return: V1ClusterUsageRestriction
@@ -4469,7 +4469,7 @@ class ClusterServiceApi(object):
4469
4469
  (data) = self.cluster_service_update_cluster_usage_restriction_with_http_info(body, cluster_id, id, **kwargs) # noqa: E501
4470
4470
  return data
4471
4471
 
4472
- def cluster_service_update_cluster_usage_restriction_with_http_info(self, body: 'UsagerestrictionsIdBody', cluster_id: 'str', id: 'str', **kwargs) -> 'V1ClusterUsageRestriction': # noqa: E501
4472
+ def cluster_service_update_cluster_usage_restriction_with_http_info(self, body: 'ClusterServiceUpdateClusterUsageRestrictionBody', cluster_id: 'str', id: 'str', **kwargs) -> 'V1ClusterUsageRestriction': # noqa: E501
4473
4473
  """cluster_service_update_cluster_usage_restriction # noqa: E501
4474
4474
 
4475
4475
  This method makes a synchronous HTTP request by default. To make an
@@ -4478,7 +4478,7 @@ class ClusterServiceApi(object):
4478
4478
  >>> result = thread.get()
4479
4479
 
4480
4480
  :param async_req bool
4481
- :param UsagerestrictionsIdBody body: (required)
4481
+ :param ClusterServiceUpdateClusterUsageRestrictionBody body: (required)
4482
4482
  :param str cluster_id: (required)
4483
4483
  :param str id: (required)
4484
4484
  :return: V1ClusterUsageRestriction
@@ -4559,7 +4559,7 @@ class ClusterServiceApi(object):
4559
4559
  _request_timeout=params.get('_request_timeout'),
4560
4560
  collection_formats=collection_formats)
4561
4561
 
4562
- def cluster_service_update_project_cluster(self, body: 'ClustersIdBody1', project_id: 'str', id: 'str', **kwargs) -> 'Externalv1Cluster': # noqa: E501
4562
+ def cluster_service_update_project_cluster(self, body: 'ClusterServiceUpdateProjectClusterBody', project_id: 'str', id: 'str', **kwargs) -> 'Externalv1Cluster': # noqa: E501
4563
4563
  """cluster_service_update_project_cluster # noqa: E501
4564
4564
 
4565
4565
  This method makes a synchronous HTTP request by default. To make an
@@ -4568,7 +4568,7 @@ class ClusterServiceApi(object):
4568
4568
  >>> result = thread.get()
4569
4569
 
4570
4570
  :param async_req bool
4571
- :param ClustersIdBody1 body: (required)
4571
+ :param ClusterServiceUpdateProjectClusterBody body: (required)
4572
4572
  :param str project_id: (required)
4573
4573
  :param str id: (required)
4574
4574
  :return: Externalv1Cluster
@@ -4582,7 +4582,7 @@ class ClusterServiceApi(object):
4582
4582
  (data) = self.cluster_service_update_project_cluster_with_http_info(body, project_id, id, **kwargs) # noqa: E501
4583
4583
  return data
4584
4584
 
4585
- def cluster_service_update_project_cluster_with_http_info(self, body: 'ClustersIdBody1', project_id: 'str', id: 'str', **kwargs) -> 'Externalv1Cluster': # noqa: E501
4585
+ def cluster_service_update_project_cluster_with_http_info(self, body: 'ClusterServiceUpdateProjectClusterBody', project_id: 'str', id: 'str', **kwargs) -> 'Externalv1Cluster': # noqa: E501
4586
4586
  """cluster_service_update_project_cluster # noqa: E501
4587
4587
 
4588
4588
  This method makes a synchronous HTTP request by default. To make an
@@ -4591,7 +4591,7 @@ class ClusterServiceApi(object):
4591
4591
  >>> result = thread.get()
4592
4592
 
4593
4593
  :param async_req bool
4594
- :param ClustersIdBody1 body: (required)
4594
+ :param ClusterServiceUpdateProjectClusterBody body: (required)
4595
4595
  :param str project_id: (required)
4596
4596
  :param str id: (required)
4597
4597
  :return: Externalv1Cluster