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
@@ -43,7 +43,7 @@ class K8SClusterServiceApi(object):
43
43
  api_client = ApiClient()
44
44
  self.api_client = api_client
45
45
 
46
- def k8_s_cluster_service_create_kubernetes_template(self, body: 'ClusterIdKubernetestemplatesBody', cluster_id: 'str', **kwargs) -> 'V1KubernetesTemplate': # noqa: E501
46
+ def k8_s_cluster_service_create_kubernetes_template(self, body: 'K8SClusterServiceCreateKubernetesTemplateBody', cluster_id: 'str', **kwargs) -> 'V1KubernetesTemplate': # noqa: E501
47
47
  """k8_s_cluster_service_create_kubernetes_template # noqa: E501
48
48
 
49
49
  This method makes a synchronous HTTP request by default. To make an
@@ -52,8 +52,8 @@ class K8SClusterServiceApi(object):
52
52
  >>> result = thread.get()
53
53
 
54
54
  :param async_req bool
55
- :param ClusterIdKubernetestemplatesBody body: (required)
56
- :param str cluster_id: (required)
55
+ :param K8SClusterServiceCreateKubernetesTemplateBody body: (required)
56
+ :param str cluster_id: Required (required)
57
57
  :return: V1KubernetesTemplate
58
58
  If the method is called asynchronously,
59
59
  returns the request thread.
@@ -65,7 +65,7 @@ class K8SClusterServiceApi(object):
65
65
  (data) = self.k8_s_cluster_service_create_kubernetes_template_with_http_info(body, cluster_id, **kwargs) # noqa: E501
66
66
  return data
67
67
 
68
- def k8_s_cluster_service_create_kubernetes_template_with_http_info(self, body: 'ClusterIdKubernetestemplatesBody', cluster_id: 'str', **kwargs) -> 'V1KubernetesTemplate': # noqa: E501
68
+ def k8_s_cluster_service_create_kubernetes_template_with_http_info(self, body: 'K8SClusterServiceCreateKubernetesTemplateBody', cluster_id: 'str', **kwargs) -> 'V1KubernetesTemplate': # noqa: E501
69
69
  """k8_s_cluster_service_create_kubernetes_template # noqa: E501
70
70
 
71
71
  This method makes a synchronous HTTP request by default. To make an
@@ -74,8 +74,8 @@ class K8SClusterServiceApi(object):
74
74
  >>> result = thread.get()
75
75
 
76
76
  :param async_req bool
77
- :param ClusterIdKubernetestemplatesBody body: (required)
78
- :param str cluster_id: (required)
77
+ :param K8SClusterServiceCreateKubernetesTemplateBody body: (required)
78
+ :param str cluster_id: Required (required)
79
79
  :return: V1KubernetesTemplate
80
80
  If the method is called asynchronously,
81
81
  returns the request thread.
@@ -157,8 +157,8 @@ class K8SClusterServiceApi(object):
157
157
  >>> result = thread.get()
158
158
 
159
159
  :param async_req bool
160
- :param str cluster_id: (required)
161
- :param str id: (required)
160
+ :param str cluster_id: Required (required)
161
+ :param str id: Required (required)
162
162
  :return: V1DeleteKubernetesTemplateResponse
163
163
  If the method is called asynchronously,
164
164
  returns the request thread.
@@ -179,8 +179,8 @@ class K8SClusterServiceApi(object):
179
179
  >>> result = thread.get()
180
180
 
181
181
  :param async_req bool
182
- :param str cluster_id: (required)
183
- :param str id: (required)
182
+ :param str cluster_id: Required (required)
183
+ :param str id: Required (required)
184
184
  :return: V1DeleteKubernetesTemplateResponse
185
185
  If the method is called asynchronously,
186
186
  returns the request thread.
@@ -258,8 +258,8 @@ class K8SClusterServiceApi(object):
258
258
  >>> result = thread.get()
259
259
 
260
260
  :param async_req bool
261
- :param str cluster_id: (required)
262
- :param str id: (required)
261
+ :param str cluster_id: Required (required)
262
+ :param str id: Required (required)
263
263
  :return: V1KubernetesTemplate
264
264
  If the method is called asynchronously,
265
265
  returns the request thread.
@@ -280,8 +280,8 @@ class K8SClusterServiceApi(object):
280
280
  >>> result = thread.get()
281
281
 
282
282
  :param async_req bool
283
- :param str cluster_id: (required)
284
- :param str id: (required)
283
+ :param str cluster_id: Required (required)
284
+ :param str id: Required (required)
285
285
  :return: V1KubernetesTemplate
286
286
  If the method is called asynchronously,
287
287
  returns the request thread.
@@ -361,7 +361,7 @@ class K8SClusterServiceApi(object):
361
361
  :param async_req bool
362
362
  :param str cluster_id: (required)
363
363
  :param str node_name: (required)
364
- :param datetime start: Date range.
364
+ :param datetime start: Date range
365
365
  :param datetime end:
366
366
  :return: V1ListNodeMetricsResponse
367
367
  If the method is called asynchronously,
@@ -385,7 +385,7 @@ class K8SClusterServiceApi(object):
385
385
  :param async_req bool
386
386
  :param str cluster_id: (required)
387
387
  :param str node_name: (required)
388
- :param datetime start: Date range.
388
+ :param datetime start: Date range
389
389
  :param datetime end:
390
390
  :return: V1ListNodeMetricsResponse
391
391
  If the method is called asynchronously,
@@ -470,7 +470,7 @@ class K8SClusterServiceApi(object):
470
470
  :param async_req bool
471
471
  :param str cluster_id: (required)
472
472
  :param str namespace:
473
- :param datetime start: Date range.
473
+ :param datetime start: Date range
474
474
  :param datetime end:
475
475
  :return: V1ListAggregatedPodMetricsResponse
476
476
  If the method is called asynchronously,
@@ -494,7 +494,7 @@ class K8SClusterServiceApi(object):
494
494
  :param async_req bool
495
495
  :param str cluster_id: (required)
496
496
  :param str namespace:
497
- :param datetime start: Date range.
497
+ :param datetime start: Date range
498
498
  :param datetime end:
499
499
  :return: V1ListAggregatedPodMetricsResponse
500
500
  If the method is called asynchronously,
@@ -772,7 +772,7 @@ class K8SClusterServiceApi(object):
772
772
 
773
773
  :param async_req bool
774
774
  :param str cluster_id: (required)
775
- :param datetime start: Date range.
775
+ :param datetime start: Date range
776
776
  :param datetime end:
777
777
  :return: V1ListClusterMetricsResponse
778
778
  If the method is called asynchronously,
@@ -795,7 +795,7 @@ class K8SClusterServiceApi(object):
795
795
 
796
796
  :param async_req bool
797
797
  :param str cluster_id: (required)
798
- :param datetime start: Date range.
798
+ :param datetime start: Date range
799
799
  :param datetime end:
800
800
  :return: V1ListClusterMetricsResponse
801
801
  If the method is called asynchronously,
@@ -874,7 +874,7 @@ class K8SClusterServiceApi(object):
874
874
  :param async_req bool
875
875
  :param str cluster_id: (required)
876
876
  :param str namespace:
877
- :param datetime start: Date range.
877
+ :param datetime start: Date range
878
878
  :param datetime end:
879
879
  :return: V1ListClusterNamespaceMetricsResponse
880
880
  If the method is called asynchronously,
@@ -898,7 +898,7 @@ class K8SClusterServiceApi(object):
898
898
  :param async_req bool
899
899
  :param str cluster_id: (required)
900
900
  :param str namespace:
901
- :param datetime start: Date range.
901
+ :param datetime start: Date range
902
902
  :param datetime end:
903
903
  :return: V1ListClusterNamespaceMetricsResponse
904
904
  If the method is called asynchronously,
@@ -980,7 +980,7 @@ class K8SClusterServiceApi(object):
980
980
  :param str cluster_id: (required)
981
981
  :param str namespace:
982
982
  :param str user_id:
983
- :param datetime start: Date range.
983
+ :param datetime start: Date range
984
984
  :param datetime end:
985
985
  :return: V1ListClusterNamespaceUserMetricsResponse
986
986
  If the method is called asynchronously,
@@ -1005,7 +1005,7 @@ class K8SClusterServiceApi(object):
1005
1005
  :param str cluster_id: (required)
1006
1006
  :param str namespace:
1007
1007
  :param str user_id:
1008
- :param datetime start: Date range.
1008
+ :param datetime start: Date range
1009
1009
  :param datetime end:
1010
1010
  :return: V1ListClusterNamespaceUserMetricsResponse
1011
1011
  If the method is called asynchronously,
@@ -1089,7 +1089,7 @@ class K8SClusterServiceApi(object):
1089
1089
  :param str cluster_id: (required)
1090
1090
  :param str pod_id: (required)
1091
1091
  :param str container_id: (required)
1092
- :param datetime start: Date range.
1092
+ :param datetime start: Date range
1093
1093
  :param datetime end:
1094
1094
  :return: V1ListContainerMetricsResponse
1095
1095
  If the method is called asynchronously,
@@ -1114,7 +1114,7 @@ class K8SClusterServiceApi(object):
1114
1114
  :param str cluster_id: (required)
1115
1115
  :param str pod_id: (required)
1116
1116
  :param str container_id: (required)
1117
- :param datetime start: Date range.
1117
+ :param datetime start: Date range
1118
1118
  :param datetime end:
1119
1119
  :return: V1ListContainerMetricsResponse
1120
1120
  If the method is called asynchronously,
@@ -1206,7 +1206,7 @@ class K8SClusterServiceApi(object):
1206
1206
  :param str cluster_id: (required)
1207
1207
  :param str fstype:
1208
1208
  :param str mountpoint:
1209
- :param datetime start: Date range.
1209
+ :param datetime start: Date range
1210
1210
  :param datetime end:
1211
1211
  :return: V1ListFilesystemMetricsResponse
1212
1212
  If the method is called asynchronously,
@@ -1231,7 +1231,7 @@ class K8SClusterServiceApi(object):
1231
1231
  :param str cluster_id: (required)
1232
1232
  :param str fstype:
1233
1233
  :param str mountpoint:
1234
- :param datetime start: Date range.
1234
+ :param datetime start: Date range
1235
1235
  :param datetime end:
1236
1236
  :return: V1ListFilesystemMetricsResponse
1237
1237
  If the method is called asynchronously,
@@ -1315,7 +1315,7 @@ class K8SClusterServiceApi(object):
1315
1315
  :param str cluster_id: (required)
1316
1316
  :param str key:
1317
1317
  :param str value:
1318
- :param datetime start: Date range.
1318
+ :param datetime start: Date range
1319
1319
  :param datetime end:
1320
1320
  :return: V1ListGroupPodMetricsResponse
1321
1321
  If the method is called asynchronously,
@@ -1340,7 +1340,7 @@ class K8SClusterServiceApi(object):
1340
1340
  :param str cluster_id: (required)
1341
1341
  :param str key:
1342
1342
  :param str value:
1343
- :param datetime start: Date range.
1343
+ :param datetime start: Date range
1344
1344
  :param datetime end:
1345
1345
  :return: V1ListGroupPodMetricsResponse
1346
1346
  If the method is called asynchronously,
@@ -1424,7 +1424,7 @@ class K8SClusterServiceApi(object):
1424
1424
  :param str cluster_id: (required)
1425
1425
  :param str namespace:
1426
1426
  :param str user_id:
1427
- :param datetime start: Date range.
1427
+ :param datetime start: Date range
1428
1428
  :param datetime end:
1429
1429
  :return: V1ListKaiSchedulerQueuesMetricsResponse
1430
1430
  If the method is called asynchronously,
@@ -1449,7 +1449,7 @@ class K8SClusterServiceApi(object):
1449
1449
  :param str cluster_id: (required)
1450
1450
  :param str namespace:
1451
1451
  :param str user_id:
1452
- :param datetime start: Date range.
1452
+ :param datetime start: Date range
1453
1453
  :param datetime end:
1454
1454
  :return: V1ListKaiSchedulerQueuesMetricsResponse
1455
1455
  If the method is called asynchronously,
@@ -1536,6 +1536,8 @@ class K8SClusterServiceApi(object):
1536
1536
  :param str user_id:
1537
1537
  :param str queue_name:
1538
1538
  :param bool deleted:
1539
+ :param datetime historical_start: Date ranges for historical pods Historical start time for the pods
1540
+ :param datetime historical_end: Historical end time for the pods
1539
1541
  :return: V1ListKubernetesPodsResponse
1540
1542
  If the method is called asynchronously,
1541
1543
  returns the request thread.
@@ -1562,12 +1564,14 @@ class K8SClusterServiceApi(object):
1562
1564
  :param str user_id:
1563
1565
  :param str queue_name:
1564
1566
  :param bool deleted:
1567
+ :param datetime historical_start: Date ranges for historical pods Historical start time for the pods
1568
+ :param datetime historical_end: Historical end time for the pods
1565
1569
  :return: V1ListKubernetesPodsResponse
1566
1570
  If the method is called asynchronously,
1567
1571
  returns the request thread.
1568
1572
  """
1569
1573
 
1570
- all_params = ['cluster_id', 'statuses_in', 'namespace', 'user_id', 'queue_name', 'deleted'] # noqa: E501
1574
+ all_params = ['cluster_id', 'statuses_in', 'namespace', 'user_id', 'queue_name', 'deleted', 'historical_start', 'historical_end'] # noqa: E501
1571
1575
  all_params.append('async_req')
1572
1576
  all_params.append('_return_http_data_only')
1573
1577
  all_params.append('_preload_content')
@@ -1605,6 +1609,10 @@ class K8SClusterServiceApi(object):
1605
1609
  query_params.append(('queueName', params['queue_name'])) # noqa: E501
1606
1610
  if 'deleted' in params:
1607
1611
  query_params.append(('deleted', params['deleted'])) # noqa: E501
1612
+ if 'historical_start' in params:
1613
+ query_params.append(('historicalStart', params['historical_start'])) # noqa: E501
1614
+ if 'historical_end' in params:
1615
+ query_params.append(('historicalEnd', params['historical_end'])) # noqa: E501
1608
1616
 
1609
1617
  header_params = {}
1610
1618
 
@@ -1739,7 +1747,7 @@ class K8SClusterServiceApi(object):
1739
1747
  :param async_req bool
1740
1748
  :param str cluster_id: (required)
1741
1749
  :param str node_name: (required)
1742
- :param datetime start: Date range.
1750
+ :param datetime start: Date range
1743
1751
  :param datetime end:
1744
1752
  :return: V1ListNodeFileSystemMetricsResponse
1745
1753
  If the method is called asynchronously,
@@ -1763,7 +1771,7 @@ class K8SClusterServiceApi(object):
1763
1771
  :param async_req bool
1764
1772
  :param str cluster_id: (required)
1765
1773
  :param str node_name: (required)
1766
- :param datetime start: Date range.
1774
+ :param datetime start: Date range
1767
1775
  :param datetime end:
1768
1776
  :return: V1ListNodeFileSystemMetricsResponse
1769
1777
  If the method is called asynchronously,
@@ -1848,7 +1856,7 @@ class K8SClusterServiceApi(object):
1848
1856
  :param async_req bool
1849
1857
  :param str cluster_id: (required)
1850
1858
  :param str node_name: (required)
1851
- :param datetime start: Date range.
1859
+ :param datetime start: Date range
1852
1860
  :param datetime end:
1853
1861
  :return: V1ListNodeMetricsResponse
1854
1862
  If the method is called asynchronously,
@@ -1872,7 +1880,7 @@ class K8SClusterServiceApi(object):
1872
1880
  :param async_req bool
1873
1881
  :param str cluster_id: (required)
1874
1882
  :param str node_name: (required)
1875
- :param datetime start: Date range.
1883
+ :param datetime start: Date range
1876
1884
  :param datetime end:
1877
1885
  :return: V1ListNodeMetricsResponse
1878
1886
  If the method is called asynchronously,
@@ -1957,7 +1965,7 @@ class K8SClusterServiceApi(object):
1957
1965
  :param async_req bool
1958
1966
  :param str cluster_id: (required)
1959
1967
  :param str pod_id: (required)
1960
- :param datetime start: Date range.
1968
+ :param datetime start: Date range
1961
1969
  :param datetime end:
1962
1970
  :return: V1ListPodMetricsResponse
1963
1971
  If the method is called asynchronously,
@@ -1981,7 +1989,7 @@ class K8SClusterServiceApi(object):
1981
1989
  :param async_req bool
1982
1990
  :param str cluster_id: (required)
1983
1991
  :param str pod_id: (required)
1984
- :param datetime start: Date range.
1992
+ :param datetime start: Date range
1985
1993
  :param datetime end:
1986
1994
  :return: V1ListPodMetricsResponse
1987
1995
  If the method is called asynchronously,
@@ -2055,7 +2063,7 @@ class K8SClusterServiceApi(object):
2055
2063
  _request_timeout=params.get('_request_timeout'),
2056
2064
  collection_formats=collection_formats)
2057
2065
 
2058
- def k8_s_cluster_service_render_kubernetes_template(self, body: 'IdRenderBody', cluster_id: 'str', id: 'str', **kwargs) -> 'V1RenderKubernetesTemplateResponse': # noqa: E501
2066
+ def k8_s_cluster_service_render_kubernetes_template(self, body: 'K8SClusterServiceRenderKubernetesTemplateBody', cluster_id: 'str', id: 'str', **kwargs) -> 'V1RenderKubernetesTemplateResponse': # noqa: E501
2059
2067
  """k8_s_cluster_service_render_kubernetes_template # noqa: E501
2060
2068
 
2061
2069
  This method makes a synchronous HTTP request by default. To make an
@@ -2064,9 +2072,9 @@ class K8SClusterServiceApi(object):
2064
2072
  >>> result = thread.get()
2065
2073
 
2066
2074
  :param async_req bool
2067
- :param IdRenderBody body: (required)
2068
- :param str cluster_id: (required)
2069
- :param str id: (required)
2075
+ :param K8SClusterServiceRenderKubernetesTemplateBody body: (required)
2076
+ :param str cluster_id: Required (required)
2077
+ :param str id: Required (required)
2070
2078
  :return: V1RenderKubernetesTemplateResponse
2071
2079
  If the method is called asynchronously,
2072
2080
  returns the request thread.
@@ -2078,7 +2086,7 @@ class K8SClusterServiceApi(object):
2078
2086
  (data) = self.k8_s_cluster_service_render_kubernetes_template_with_http_info(body, cluster_id, id, **kwargs) # noqa: E501
2079
2087
  return data
2080
2088
 
2081
- def k8_s_cluster_service_render_kubernetes_template_with_http_info(self, body: 'IdRenderBody', cluster_id: 'str', id: 'str', **kwargs) -> 'V1RenderKubernetesTemplateResponse': # noqa: E501
2089
+ def k8_s_cluster_service_render_kubernetes_template_with_http_info(self, body: 'K8SClusterServiceRenderKubernetesTemplateBody', cluster_id: 'str', id: 'str', **kwargs) -> 'V1RenderKubernetesTemplateResponse': # noqa: E501
2082
2090
  """k8_s_cluster_service_render_kubernetes_template # noqa: E501
2083
2091
 
2084
2092
  This method makes a synchronous HTTP request by default. To make an
@@ -2087,9 +2095,9 @@ class K8SClusterServiceApi(object):
2087
2095
  >>> result = thread.get()
2088
2096
 
2089
2097
  :param async_req bool
2090
- :param IdRenderBody body: (required)
2091
- :param str cluster_id: (required)
2092
- :param str id: (required)
2098
+ :param K8SClusterServiceRenderKubernetesTemplateBody body: (required)
2099
+ :param str cluster_id: Required (required)
2100
+ :param str id: Required (required)
2093
2101
  :return: V1RenderKubernetesTemplateResponse
2094
2102
  If the method is called asynchronously,
2095
2103
  returns the request thread.
@@ -2168,7 +2176,7 @@ class K8SClusterServiceApi(object):
2168
2176
  _request_timeout=params.get('_request_timeout'),
2169
2177
  collection_formats=collection_formats)
2170
2178
 
2171
- def k8_s_cluster_service_report_k8_s_cluster_metrics(self, body: 'ClusterIdMetricsBody', cluster_id: 'str', **kwargs) -> 'V1ReportK8sClusterMetricsResponse': # noqa: E501
2179
+ def k8_s_cluster_service_report_k8_s_cluster_metrics(self, body: 'K8SClusterServiceReportK8SClusterMetricsBody', cluster_id: 'str', **kwargs) -> 'V1ReportK8sClusterMetricsResponse': # noqa: E501
2172
2180
  """k8_s_cluster_service_report_k8_s_cluster_metrics # noqa: E501
2173
2181
 
2174
2182
  This method makes a synchronous HTTP request by default. To make an
@@ -2177,7 +2185,7 @@ class K8SClusterServiceApi(object):
2177
2185
  >>> result = thread.get()
2178
2186
 
2179
2187
  :param async_req bool
2180
- :param ClusterIdMetricsBody body: (required)
2188
+ :param K8SClusterServiceReportK8SClusterMetricsBody body: (required)
2181
2189
  :param str cluster_id: (required)
2182
2190
  :return: V1ReportK8sClusterMetricsResponse
2183
2191
  If the method is called asynchronously,
@@ -2190,7 +2198,7 @@ class K8SClusterServiceApi(object):
2190
2198
  (data) = self.k8_s_cluster_service_report_k8_s_cluster_metrics_with_http_info(body, cluster_id, **kwargs) # noqa: E501
2191
2199
  return data
2192
2200
 
2193
- def k8_s_cluster_service_report_k8_s_cluster_metrics_with_http_info(self, body: 'ClusterIdMetricsBody', cluster_id: 'str', **kwargs) -> 'V1ReportK8sClusterMetricsResponse': # noqa: E501
2201
+ def k8_s_cluster_service_report_k8_s_cluster_metrics_with_http_info(self, body: 'K8SClusterServiceReportK8SClusterMetricsBody', cluster_id: 'str', **kwargs) -> 'V1ReportK8sClusterMetricsResponse': # noqa: E501
2194
2202
  """k8_s_cluster_service_report_k8_s_cluster_metrics # noqa: E501
2195
2203
 
2196
2204
  This method makes a synchronous HTTP request by default. To make an
@@ -2199,7 +2207,7 @@ class K8SClusterServiceApi(object):
2199
2207
  >>> result = thread.get()
2200
2208
 
2201
2209
  :param async_req bool
2202
- :param ClusterIdMetricsBody body: (required)
2210
+ :param K8SClusterServiceReportK8SClusterMetricsBody body: (required)
2203
2211
  :param str cluster_id: (required)
2204
2212
  :return: V1ReportK8sClusterMetricsResponse
2205
2213
  If the method is called asynchronously,
@@ -2273,7 +2281,7 @@ class K8SClusterServiceApi(object):
2273
2281
  _request_timeout=params.get('_request_timeout'),
2274
2282
  collection_formats=collection_formats)
2275
2283
 
2276
- def k8_s_cluster_service_update_kubernetes_template(self, body: 'KubernetestemplatesIdBody', cluster_id: 'str', id: 'str', **kwargs) -> 'V1KubernetesTemplate': # noqa: E501
2284
+ def k8_s_cluster_service_update_kubernetes_template(self, body: 'K8SClusterServiceUpdateKubernetesTemplateBody', cluster_id: 'str', id: 'str', **kwargs) -> 'V1KubernetesTemplate': # noqa: E501
2277
2285
  """k8_s_cluster_service_update_kubernetes_template # noqa: E501
2278
2286
 
2279
2287
  This method makes a synchronous HTTP request by default. To make an
@@ -2282,9 +2290,9 @@ class K8SClusterServiceApi(object):
2282
2290
  >>> result = thread.get()
2283
2291
 
2284
2292
  :param async_req bool
2285
- :param KubernetestemplatesIdBody body: (required)
2286
- :param str cluster_id: (required)
2287
- :param str id: (required)
2293
+ :param K8SClusterServiceUpdateKubernetesTemplateBody body: (required)
2294
+ :param str cluster_id: Required (required)
2295
+ :param str id: Required (required)
2288
2296
  :return: V1KubernetesTemplate
2289
2297
  If the method is called asynchronously,
2290
2298
  returns the request thread.
@@ -2296,7 +2304,7 @@ class K8SClusterServiceApi(object):
2296
2304
  (data) = self.k8_s_cluster_service_update_kubernetes_template_with_http_info(body, cluster_id, id, **kwargs) # noqa: E501
2297
2305
  return data
2298
2306
 
2299
- def k8_s_cluster_service_update_kubernetes_template_with_http_info(self, body: 'KubernetestemplatesIdBody', cluster_id: 'str', id: 'str', **kwargs) -> 'V1KubernetesTemplate': # noqa: E501
2307
+ def k8_s_cluster_service_update_kubernetes_template_with_http_info(self, body: 'K8SClusterServiceUpdateKubernetesTemplateBody', cluster_id: 'str', id: 'str', **kwargs) -> 'V1KubernetesTemplate': # noqa: E501
2300
2308
  """k8_s_cluster_service_update_kubernetes_template # noqa: E501
2301
2309
 
2302
2310
  This method makes a synchronous HTTP request by default. To make an
@@ -2305,9 +2313,9 @@ class K8SClusterServiceApi(object):
2305
2313
  >>> result = thread.get()
2306
2314
 
2307
2315
  :param async_req bool
2308
- :param KubernetestemplatesIdBody body: (required)
2309
- :param str cluster_id: (required)
2310
- :param str id: (required)
2316
+ :param K8SClusterServiceUpdateKubernetesTemplateBody body: (required)
2317
+ :param str cluster_id: Required (required)
2318
+ :param str id: Required (required)
2311
2319
  :return: V1KubernetesTemplate
2312
2320
  If the method is called asynchronously,
2313
2321
  returns the request thread.
@@ -1112,9 +1112,9 @@ class LightningappInstanceServiceApi(object):
1112
1112
 
1113
1113
  :param async_req bool
1114
1114
  :param str project_id: (required)
1115
- :param str page_token: Pagination.
1115
+ :param str page_token: Pagination
1116
1116
  :param str limit:
1117
- :param list[str] user_ids: Filters.
1117
+ :param list[str] user_ids: Filters
1118
1118
  :param str cluster_id:
1119
1119
  :param list[str] phase_in:
1120
1120
  :param list[str] phase_not_in:
@@ -1142,9 +1142,9 @@ class LightningappInstanceServiceApi(object):
1142
1142
 
1143
1143
  :param async_req bool
1144
1144
  :param str project_id: (required)
1145
- :param str page_token: Pagination.
1145
+ :param str page_token: Pagination
1146
1146
  :param str limit:
1147
- :param list[str] user_ids: Filters.
1147
+ :param list[str] user_ids: Filters
1148
1148
  :param str cluster_id:
1149
1149
  :param list[str] phase_in:
1150
1150
  :param list[str] phase_not_in:
@@ -1335,7 +1335,7 @@ class LightningappInstanceServiceApi(object):
1335
1335
  _request_timeout=params.get('_request_timeout'),
1336
1336
  collection_formats=collection_formats)
1337
1337
 
1338
- def lightningapp_instance_service_update_lightningapp_instance(self, body: 'AppinstancesIdBody', project_id: 'str', id: 'str', **kwargs) -> 'Externalv1LightningappInstance': # noqa: E501
1338
+ def lightningapp_instance_service_update_lightningapp_instance(self, body: 'LightningappInstanceServiceUpdateLightningappInstanceBody', project_id: 'str', id: 'str', **kwargs) -> 'Externalv1LightningappInstance': # noqa: E501
1339
1339
  """lightningapp_instance_service_update_lightningapp_instance # noqa: E501
1340
1340
 
1341
1341
  This method makes a synchronous HTTP request by default. To make an
@@ -1344,7 +1344,7 @@ class LightningappInstanceServiceApi(object):
1344
1344
  >>> result = thread.get()
1345
1345
 
1346
1346
  :param async_req bool
1347
- :param AppinstancesIdBody body: (required)
1347
+ :param LightningappInstanceServiceUpdateLightningappInstanceBody body: (required)
1348
1348
  :param str project_id: (required)
1349
1349
  :param str id: (required)
1350
1350
  :return: Externalv1LightningappInstance
@@ -1358,7 +1358,7 @@ class LightningappInstanceServiceApi(object):
1358
1358
  (data) = self.lightningapp_instance_service_update_lightningapp_instance_with_http_info(body, project_id, id, **kwargs) # noqa: E501
1359
1359
  return data
1360
1360
 
1361
- def lightningapp_instance_service_update_lightningapp_instance_with_http_info(self, body: 'AppinstancesIdBody', project_id: 'str', id: 'str', **kwargs) -> 'Externalv1LightningappInstance': # noqa: E501
1361
+ def lightningapp_instance_service_update_lightningapp_instance_with_http_info(self, body: 'LightningappInstanceServiceUpdateLightningappInstanceBody', project_id: 'str', id: 'str', **kwargs) -> 'Externalv1LightningappInstance': # noqa: E501
1362
1362
  """lightningapp_instance_service_update_lightningapp_instance # noqa: E501
1363
1363
 
1364
1364
  This method makes a synchronous HTTP request by default. To make an
@@ -1367,7 +1367,7 @@ class LightningappInstanceServiceApi(object):
1367
1367
  >>> result = thread.get()
1368
1368
 
1369
1369
  :param async_req bool
1370
- :param AppinstancesIdBody body: (required)
1370
+ :param LightningappInstanceServiceUpdateLightningappInstanceBody body: (required)
1371
1371
  :param str project_id: (required)
1372
1372
  :param str id: (required)
1373
1373
  :return: Externalv1LightningappInstance
@@ -1448,7 +1448,7 @@ class LightningappInstanceServiceApi(object):
1448
1448
  _request_timeout=params.get('_request_timeout'),
1449
1449
  collection_formats=collection_formats)
1450
1450
 
1451
- def lightningapp_instance_service_update_lightningapp_instance_release(self, body: 'IdReleaseBody', project_id: 'str', id: 'str', **kwargs) -> 'Externalv1LightningappInstance': # noqa: E501
1451
+ def lightningapp_instance_service_update_lightningapp_instance_release(self, body: 'LightningappInstanceServiceUpdateLightningappInstanceReleaseBody', project_id: 'str', id: 'str', **kwargs) -> 'Externalv1LightningappInstance': # noqa: E501
1452
1452
  """lightningapp_instance_service_update_lightningapp_instance_release # noqa: E501
1453
1453
 
1454
1454
  This method makes a synchronous HTTP request by default. To make an
@@ -1457,7 +1457,7 @@ class LightningappInstanceServiceApi(object):
1457
1457
  >>> result = thread.get()
1458
1458
 
1459
1459
  :param async_req bool
1460
- :param IdReleaseBody body: (required)
1460
+ :param LightningappInstanceServiceUpdateLightningappInstanceReleaseBody body: (required)
1461
1461
  :param str project_id: (required)
1462
1462
  :param str id: (required)
1463
1463
  :return: Externalv1LightningappInstance
@@ -1471,7 +1471,7 @@ class LightningappInstanceServiceApi(object):
1471
1471
  (data) = self.lightningapp_instance_service_update_lightningapp_instance_release_with_http_info(body, project_id, id, **kwargs) # noqa: E501
1472
1472
  return data
1473
1473
 
1474
- def lightningapp_instance_service_update_lightningapp_instance_release_with_http_info(self, body: 'IdReleaseBody', project_id: 'str', id: 'str', **kwargs) -> 'Externalv1LightningappInstance': # noqa: E501
1474
+ def lightningapp_instance_service_update_lightningapp_instance_release_with_http_info(self, body: 'LightningappInstanceServiceUpdateLightningappInstanceReleaseBody', project_id: 'str', id: 'str', **kwargs) -> 'Externalv1LightningappInstance': # noqa: E501
1475
1475
  """lightningapp_instance_service_update_lightningapp_instance_release # noqa: E501
1476
1476
 
1477
1477
  This method makes a synchronous HTTP request by default. To make an
@@ -1480,7 +1480,7 @@ class LightningappInstanceServiceApi(object):
1480
1480
  >>> result = thread.get()
1481
1481
 
1482
1482
  :param async_req bool
1483
- :param IdReleaseBody body: (required)
1483
+ :param LightningappInstanceServiceUpdateLightningappInstanceReleaseBody body: (required)
1484
1484
  :param str project_id: (required)
1485
1485
  :param str id: (required)
1486
1486
  :return: Externalv1LightningappInstance
@@ -1561,7 +1561,7 @@ class LightningappInstanceServiceApi(object):
1561
1561
  _request_timeout=params.get('_request_timeout'),
1562
1562
  collection_formats=collection_formats)
1563
1563
 
1564
- def lightningapp_instance_service_upload_lightningapp_instance_artifact(self, body: 'IdArtifactsBody', project_id: 'str', id: 'str', **kwargs) -> 'V1UploadLightningappInstanceArtifactResponse': # noqa: E501
1564
+ def lightningapp_instance_service_upload_lightningapp_instance_artifact(self, body: 'LightningappInstanceServiceUploadLightningappInstanceArtifactBody', project_id: 'str', id: 'str', **kwargs) -> 'V1UploadLightningappInstanceArtifactResponse': # noqa: E501
1565
1565
  """lightningapp_instance_service_upload_lightningapp_instance_artifact # noqa: E501
1566
1566
 
1567
1567
  This method makes a synchronous HTTP request by default. To make an
@@ -1570,7 +1570,7 @@ class LightningappInstanceServiceApi(object):
1570
1570
  >>> result = thread.get()
1571
1571
 
1572
1572
  :param async_req bool
1573
- :param IdArtifactsBody body: (required)
1573
+ :param LightningappInstanceServiceUploadLightningappInstanceArtifactBody body: (required)
1574
1574
  :param str project_id: (required)
1575
1575
  :param str id: (required)
1576
1576
  :return: V1UploadLightningappInstanceArtifactResponse
@@ -1584,7 +1584,7 @@ class LightningappInstanceServiceApi(object):
1584
1584
  (data) = self.lightningapp_instance_service_upload_lightningapp_instance_artifact_with_http_info(body, project_id, id, **kwargs) # noqa: E501
1585
1585
  return data
1586
1586
 
1587
- def lightningapp_instance_service_upload_lightningapp_instance_artifact_with_http_info(self, body: 'IdArtifactsBody', project_id: 'str', id: 'str', **kwargs) -> 'V1UploadLightningappInstanceArtifactResponse': # noqa: E501
1587
+ def lightningapp_instance_service_upload_lightningapp_instance_artifact_with_http_info(self, body: 'LightningappInstanceServiceUploadLightningappInstanceArtifactBody', project_id: 'str', id: 'str', **kwargs) -> 'V1UploadLightningappInstanceArtifactResponse': # noqa: E501
1588
1588
  """lightningapp_instance_service_upload_lightningapp_instance_artifact # noqa: E501
1589
1589
 
1590
1590
  This method makes a synchronous HTTP request by default. To make an
@@ -1593,7 +1593,7 @@ class LightningappInstanceServiceApi(object):
1593
1593
  >>> result = thread.get()
1594
1594
 
1595
1595
  :param async_req bool
1596
- :param IdArtifactsBody body: (required)
1596
+ :param LightningappInstanceServiceUploadLightningappInstanceArtifactBody body: (required)
1597
1597
  :param str project_id: (required)
1598
1598
  :param str id: (required)
1599
1599
  :return: V1UploadLightningappInstanceArtifactResponse
@@ -43,7 +43,7 @@ class LightningappV2ServiceApi(object):
43
43
  api_client = ApiClient()
44
44
  self.api_client = api_client
45
45
 
46
- def lightningapp_v2_service_create_lightningapp_from_gallery(self, body: 'ProjectIdGetappBody', project_id: 'str', **kwargs) -> 'Externalv1LightningappInstance': # noqa: E501
46
+ def lightningapp_v2_service_create_lightningapp_from_gallery(self, body: 'LightningappV2ServiceCreateLightningappFromGalleryBody', project_id: 'str', **kwargs) -> 'Externalv1LightningappInstance': # noqa: E501
47
47
  """lightningapp_v2_service_create_lightningapp_from_gallery # noqa: E501
48
48
 
49
49
  This method makes a synchronous HTTP request by default. To make an
@@ -52,8 +52,8 @@ class LightningappV2ServiceApi(object):
52
52
  >>> result = thread.get()
53
53
 
54
54
  :param async_req bool
55
- :param ProjectIdGetappBody body: (required)
56
- :param str project_id: (required)
55
+ :param LightningappV2ServiceCreateLightningappFromGalleryBody body: (required)
56
+ :param str project_id: Project in which to create the app (required)
57
57
  :return: Externalv1LightningappInstance
58
58
  If the method is called asynchronously,
59
59
  returns the request thread.
@@ -65,7 +65,7 @@ class LightningappV2ServiceApi(object):
65
65
  (data) = self.lightningapp_v2_service_create_lightningapp_from_gallery_with_http_info(body, project_id, **kwargs) # noqa: E501
66
66
  return data
67
67
 
68
- def lightningapp_v2_service_create_lightningapp_from_gallery_with_http_info(self, body: 'ProjectIdGetappBody', project_id: 'str', **kwargs) -> 'Externalv1LightningappInstance': # noqa: E501
68
+ def lightningapp_v2_service_create_lightningapp_from_gallery_with_http_info(self, body: 'LightningappV2ServiceCreateLightningappFromGalleryBody', project_id: 'str', **kwargs) -> 'Externalv1LightningappInstance': # noqa: E501
69
69
  """lightningapp_v2_service_create_lightningapp_from_gallery # noqa: E501
70
70
 
71
71
  This method makes a synchronous HTTP request by default. To make an
@@ -74,8 +74,8 @@ class LightningappV2ServiceApi(object):
74
74
  >>> result = thread.get()
75
75
 
76
76
  :param async_req bool
77
- :param ProjectIdGetappBody body: (required)
78
- :param str project_id: (required)
77
+ :param LightningappV2ServiceCreateLightningappFromGalleryBody body: (required)
78
+ :param str project_id: Project in which to create the app (required)
79
79
  :return: Externalv1LightningappInstance
80
80
  If the method is called asynchronously,
81
81
  returns the request thread.