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
@@ -28,7 +28,7 @@ if TYPE_CHECKING:
28
28
  from datetime import datetime
29
29
  from lightning_sdk.lightning_cloud.openapi.models import *
30
30
 
31
- class CreditsAutoreplenishBody1(object):
31
+ class UserServiceUpdateUserCreditsAutoReplenishBody(object):
32
32
  """NOTE: This class is auto generated by the swagger code generator program.
33
33
 
34
34
  Do not edit the class manually.
@@ -53,7 +53,7 @@ class CreditsAutoreplenishBody1(object):
53
53
  }
54
54
 
55
55
  def __init__(self, allow_credits_auto_replenish: 'bool' =None, auto_replenish_amount: 'str' =None, auto_replenish_threshold: 'str' =None): # noqa: E501
56
- """CreditsAutoreplenishBody1 - a model defined in Swagger""" # noqa: E501
56
+ """UserServiceUpdateUserCreditsAutoReplenishBody - a model defined in Swagger""" # noqa: E501
57
57
  self._allow_credits_auto_replenish = None
58
58
  self._auto_replenish_amount = None
59
59
  self._auto_replenish_threshold = None
@@ -67,20 +67,20 @@ class CreditsAutoreplenishBody1(object):
67
67
 
68
68
  @property
69
69
  def allow_credits_auto_replenish(self) -> 'bool':
70
- """Gets the allow_credits_auto_replenish of this CreditsAutoreplenishBody1. # noqa: E501
70
+ """Gets the allow_credits_auto_replenish of this UserServiceUpdateUserCreditsAutoReplenishBody. # noqa: E501
71
71
 
72
72
 
73
- :return: The allow_credits_auto_replenish of this CreditsAutoreplenishBody1. # noqa: E501
73
+ :return: The allow_credits_auto_replenish of this UserServiceUpdateUserCreditsAutoReplenishBody. # noqa: E501
74
74
  :rtype: bool
75
75
  """
76
76
  return self._allow_credits_auto_replenish
77
77
 
78
78
  @allow_credits_auto_replenish.setter
79
79
  def allow_credits_auto_replenish(self, allow_credits_auto_replenish: 'bool'):
80
- """Sets the allow_credits_auto_replenish of this CreditsAutoreplenishBody1.
80
+ """Sets the allow_credits_auto_replenish of this UserServiceUpdateUserCreditsAutoReplenishBody.
81
81
 
82
82
 
83
- :param allow_credits_auto_replenish: The allow_credits_auto_replenish of this CreditsAutoreplenishBody1. # noqa: E501
83
+ :param allow_credits_auto_replenish: The allow_credits_auto_replenish of this UserServiceUpdateUserCreditsAutoReplenishBody. # noqa: E501
84
84
  :type: bool
85
85
  """
86
86
 
@@ -88,20 +88,20 @@ class CreditsAutoreplenishBody1(object):
88
88
 
89
89
  @property
90
90
  def auto_replenish_amount(self) -> 'str':
91
- """Gets the auto_replenish_amount of this CreditsAutoreplenishBody1. # noqa: E501
91
+ """Gets the auto_replenish_amount of this UserServiceUpdateUserCreditsAutoReplenishBody. # noqa: E501
92
92
 
93
93
 
94
- :return: The auto_replenish_amount of this CreditsAutoreplenishBody1. # noqa: E501
94
+ :return: The auto_replenish_amount of this UserServiceUpdateUserCreditsAutoReplenishBody. # noqa: E501
95
95
  :rtype: str
96
96
  """
97
97
  return self._auto_replenish_amount
98
98
 
99
99
  @auto_replenish_amount.setter
100
100
  def auto_replenish_amount(self, auto_replenish_amount: 'str'):
101
- """Sets the auto_replenish_amount of this CreditsAutoreplenishBody1.
101
+ """Sets the auto_replenish_amount of this UserServiceUpdateUserCreditsAutoReplenishBody.
102
102
 
103
103
 
104
- :param auto_replenish_amount: The auto_replenish_amount of this CreditsAutoreplenishBody1. # noqa: E501
104
+ :param auto_replenish_amount: The auto_replenish_amount of this UserServiceUpdateUserCreditsAutoReplenishBody. # noqa: E501
105
105
  :type: str
106
106
  """
107
107
 
@@ -109,20 +109,20 @@ class CreditsAutoreplenishBody1(object):
109
109
 
110
110
  @property
111
111
  def auto_replenish_threshold(self) -> 'str':
112
- """Gets the auto_replenish_threshold of this CreditsAutoreplenishBody1. # noqa: E501
112
+ """Gets the auto_replenish_threshold of this UserServiceUpdateUserCreditsAutoReplenishBody. # noqa: E501
113
113
 
114
114
 
115
- :return: The auto_replenish_threshold of this CreditsAutoreplenishBody1. # noqa: E501
115
+ :return: The auto_replenish_threshold of this UserServiceUpdateUserCreditsAutoReplenishBody. # noqa: E501
116
116
  :rtype: str
117
117
  """
118
118
  return self._auto_replenish_threshold
119
119
 
120
120
  @auto_replenish_threshold.setter
121
121
  def auto_replenish_threshold(self, auto_replenish_threshold: 'str'):
122
- """Sets the auto_replenish_threshold of this CreditsAutoreplenishBody1.
122
+ """Sets the auto_replenish_threshold of this UserServiceUpdateUserCreditsAutoReplenishBody.
123
123
 
124
124
 
125
- :param auto_replenish_threshold: The auto_replenish_threshold of this CreditsAutoreplenishBody1. # noqa: E501
125
+ :param auto_replenish_threshold: The auto_replenish_threshold of this UserServiceUpdateUserCreditsAutoReplenishBody. # noqa: E501
126
126
  :type: str
127
127
  """
128
128
 
@@ -149,7 +149,7 @@ class CreditsAutoreplenishBody1(object):
149
149
  ))
150
150
  else:
151
151
  result[attr] = value
152
- if issubclass(CreditsAutoreplenishBody1, dict):
152
+ if issubclass(UserServiceUpdateUserCreditsAutoReplenishBody, dict):
153
153
  for key, value in self.items():
154
154
  result[key] = value
155
155
 
@@ -163,13 +163,13 @@ class CreditsAutoreplenishBody1(object):
163
163
  """For `print` and `pprint`"""
164
164
  return self.to_str()
165
165
 
166
- def __eq__(self, other: 'CreditsAutoreplenishBody1') -> bool:
166
+ def __eq__(self, other: 'UserServiceUpdateUserCreditsAutoReplenishBody') -> bool:
167
167
  """Returns true if both objects are equal"""
168
- if not isinstance(other, CreditsAutoreplenishBody1):
168
+ if not isinstance(other, UserServiceUpdateUserCreditsAutoReplenishBody):
169
169
  return False
170
170
 
171
171
  return self.__dict__ == other.__dict__
172
172
 
173
- def __ne__(self, other: 'CreditsAutoreplenishBody1') -> bool:
173
+ def __ne__(self, other: 'UserServiceUpdateUserCreditsAutoReplenishBody') -> bool:
174
174
  """Returns true if both objects are not equal"""
175
175
  return not self == other
@@ -0,0 +1,97 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ external/v1/auth_service.proto
5
+
6
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
+
8
+ OpenAPI spec version: version not set
9
+
10
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+
12
+ NOTE
13
+ ----
14
+ standard swagger-codegen-cli for this python client has been modified
15
+ by custom templates. The purpose of these templates is to include
16
+ typing information in the API and Model code. Please refer to the
17
+ main grid repository for more info
18
+ """
19
+
20
+ import pprint
21
+ import re # noqa: F401
22
+
23
+ from typing import TYPE_CHECKING
24
+
25
+ import six
26
+
27
+ if TYPE_CHECKING:
28
+ from datetime import datetime
29
+ from lightning_sdk.lightning_cloud.openapi.models import *
30
+
31
+ class UserServiceUploadSettingsBody(object):
32
+ """NOTE: This class is auto generated by the swagger code generator program.
33
+
34
+ Do not edit the class manually.
35
+ """
36
+ """
37
+ Attributes:
38
+ swagger_types (dict): The key is attribute name
39
+ and the value is attribute type.
40
+ attribute_map (dict): The key is attribute name
41
+ and the value is json key in definition.
42
+ """
43
+ swagger_types = {
44
+ }
45
+
46
+ attribute_map = {
47
+ }
48
+
49
+ def __init__(self): # noqa: E501
50
+ """UserServiceUploadSettingsBody - a model defined in Swagger""" # noqa: E501
51
+ self.discriminator = None
52
+
53
+ def to_dict(self) -> dict:
54
+ """Returns the model properties as a dict"""
55
+ result = {}
56
+
57
+ for attr, _ in six.iteritems(self.swagger_types):
58
+ value = getattr(self, attr)
59
+ if isinstance(value, list):
60
+ result[attr] = list(map(
61
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
62
+ value
63
+ ))
64
+ elif hasattr(value, "to_dict"):
65
+ result[attr] = value.to_dict()
66
+ elif isinstance(value, dict):
67
+ result[attr] = dict(map(
68
+ lambda item: (item[0], item[1].to_dict())
69
+ if hasattr(item[1], "to_dict") else item,
70
+ value.items()
71
+ ))
72
+ else:
73
+ result[attr] = value
74
+ if issubclass(UserServiceUploadSettingsBody, dict):
75
+ for key, value in self.items():
76
+ result[key] = value
77
+
78
+ return result
79
+
80
+ def to_str(self) -> str:
81
+ """Returns the string representation of the model"""
82
+ return pprint.pformat(self.to_dict())
83
+
84
+ def __repr__(self) -> str:
85
+ """For `print` and `pprint`"""
86
+ return self.to_str()
87
+
88
+ def __eq__(self, other: 'UserServiceUploadSettingsBody') -> bool:
89
+ """Returns true if both objects are equal"""
90
+ if not isinstance(other, UserServiceUploadSettingsBody):
91
+ return False
92
+
93
+ return self.__dict__ == other.__dict__
94
+
95
+ def __ne__(self, other: 'UserServiceUploadSettingsBody') -> bool:
96
+ """Returns true if both objects are not equal"""
97
+ return not self == other
@@ -64,6 +64,7 @@ class V1AutoscalingTargetMetric(object):
64
64
  def name(self) -> 'str':
65
65
  """Gets the name of this V1AutoscalingTargetMetric. # noqa: E501
66
66
 
67
+ CPUUtilization, etc. # noqa: E501
67
68
 
68
69
  :return: The name of this V1AutoscalingTargetMetric. # noqa: E501
69
70
  :rtype: str
@@ -74,6 +75,7 @@ class V1AutoscalingTargetMetric(object):
74
75
  def name(self, name: 'str'):
75
76
  """Sets the name of this V1AutoscalingTargetMetric.
76
77
 
78
+ CPUUtilization, etc. # noqa: E501
77
79
 
78
80
  :param name: The name of this V1AutoscalingTargetMetric. # noqa: E501
79
81
  :type: str
@@ -188,6 +188,7 @@ class V1AwsDataConnection(object):
188
188
  def secret_arn_value(self) -> 'str':
189
189
  """Gets the secret_arn_value of this V1AwsDataConnection. # noqa: E501
190
190
 
191
+ The secret Arn Role. Only populated on the GridLet side during reconciliation. # noqa: E501
191
192
 
192
193
  :return: The secret_arn_value of this V1AwsDataConnection. # noqa: E501
193
194
  :rtype: str
@@ -198,6 +199,7 @@ class V1AwsDataConnection(object):
198
199
  def secret_arn_value(self, secret_arn_value: 'str'):
199
200
  """Sets the secret_arn_value of this V1AwsDataConnection.
200
201
 
202
+ The secret Arn Role. Only populated on the GridLet side during reconciliation. # noqa: E501
201
203
 
202
204
  :param secret_arn_value: The secret_arn_value of this V1AwsDataConnection. # noqa: E501
203
205
  :type: str
@@ -235,6 +235,7 @@ class V1BillingSubscription(object):
235
235
  def period(self) -> 'str':
236
236
  """Gets the period of this V1BillingSubscription. # noqa: E501
237
237
 
238
+ TODO: This should use BillingPeriod enum. # noqa: E501
238
239
 
239
240
  :return: The period of this V1BillingSubscription. # noqa: E501
240
241
  :rtype: str
@@ -245,6 +246,7 @@ class V1BillingSubscription(object):
245
246
  def period(self, period: 'str'):
246
247
  """Sets the period of this V1BillingSubscription.
247
248
 
249
+ TODO: This should use BillingPeriod enum. # noqa: E501
248
250
 
249
251
  :param period: The period of this V1BillingSubscription. # noqa: E501
250
252
  :type: str
@@ -43,6 +43,7 @@ class V1Conversation(object):
43
43
  swagger_types = {
44
44
  'assistant_id': 'str',
45
45
  'created_at': 'datetime',
46
+ 'goal': 'str',
46
47
  'id': 'str',
47
48
  'like': 'V1LikeStatus',
48
49
  'messages': 'list[V1Message]',
@@ -56,6 +57,7 @@ class V1Conversation(object):
56
57
  attribute_map = {
57
58
  'assistant_id': 'assistantId',
58
59
  'created_at': 'createdAt',
60
+ 'goal': 'goal',
59
61
  'id': 'id',
60
62
  'like': 'like',
61
63
  'messages': 'messages',
@@ -66,10 +68,11 @@ class V1Conversation(object):
66
68
  'user_id': 'userId'
67
69
  }
68
70
 
69
- def __init__(self, assistant_id: 'str' =None, created_at: 'datetime' =None, id: 'str' =None, like: 'V1LikeStatus' =None, messages: 'list[V1Message]' =None, name: 'str' =None, project_id: 'str' =None, title: 'str' =None, updated_at: 'datetime' =None, user_id: 'str' =None): # noqa: E501
71
+ def __init__(self, assistant_id: 'str' =None, created_at: 'datetime' =None, goal: 'str' =None, id: 'str' =None, like: 'V1LikeStatus' =None, messages: 'list[V1Message]' =None, name: 'str' =None, project_id: 'str' =None, title: 'str' =None, updated_at: 'datetime' =None, user_id: 'str' =None): # noqa: E501
70
72
  """V1Conversation - a model defined in Swagger""" # noqa: E501
71
73
  self._assistant_id = None
72
74
  self._created_at = None
75
+ self._goal = None
73
76
  self._id = None
74
77
  self._like = None
75
78
  self._messages = None
@@ -83,6 +86,8 @@ class V1Conversation(object):
83
86
  self.assistant_id = assistant_id
84
87
  if created_at is not None:
85
88
  self.created_at = created_at
89
+ if goal is not None:
90
+ self.goal = goal
86
91
  if id is not None:
87
92
  self.id = id
88
93
  if like is not None:
@@ -142,6 +147,27 @@ class V1Conversation(object):
142
147
 
143
148
  self._created_at = created_at
144
149
 
150
+ @property
151
+ def goal(self) -> 'str':
152
+ """Gets the goal of this V1Conversation. # noqa: E501
153
+
154
+
155
+ :return: The goal of this V1Conversation. # noqa: E501
156
+ :rtype: str
157
+ """
158
+ return self._goal
159
+
160
+ @goal.setter
161
+ def goal(self, goal: 'str'):
162
+ """Sets the goal of this V1Conversation.
163
+
164
+
165
+ :param goal: The goal of this V1Conversation. # noqa: E501
166
+ :type: str
167
+ """
168
+
169
+ self._goal = goal
170
+
145
171
  @property
146
172
  def id(self) -> 'str':
147
173
  """Gets the id of this V1Conversation. # noqa: E501
@@ -99,6 +99,7 @@ class V1ConversationResponseChunk(object):
99
99
  def choices(self) -> 'list[V1ResponseChoice]':
100
100
  """Gets the choices of this V1ConversationResponseChunk. # noqa: E501
101
101
 
102
+ A list of chat completion choices. Can be more than one if n is greater than 1. # noqa: E501
102
103
 
103
104
  :return: The choices of this V1ConversationResponseChunk. # noqa: E501
104
105
  :rtype: list[V1ResponseChoice]
@@ -109,6 +110,7 @@ class V1ConversationResponseChunk(object):
109
110
  def choices(self, choices: 'list[V1ResponseChoice]'):
110
111
  """Sets the choices of this V1ConversationResponseChunk.
111
112
 
113
+ A list of chat completion choices. Can be more than one if n is greater than 1. # noqa: E501
112
114
 
113
115
  :param choices: The choices of this V1ConversationResponseChunk. # noqa: E501
114
116
  :type: list[V1ResponseChoice]
@@ -162,6 +162,7 @@ class V1CreateCheckoutSessionRequest(object):
162
162
  def org_id(self) -> 'str':
163
163
  """Gets the org_id of this V1CreateCheckoutSessionRequest. # noqa: E501
164
164
 
165
+ Ignored if `wallet_type` is not `Org`. # noqa: E501
165
166
 
166
167
  :return: The org_id of this V1CreateCheckoutSessionRequest. # noqa: E501
167
168
  :rtype: str
@@ -172,6 +173,7 @@ class V1CreateCheckoutSessionRequest(object):
172
173
  def org_id(self, org_id: 'str'):
173
174
  """Sets the org_id of this V1CreateCheckoutSessionRequest.
174
175
 
176
+ Ignored if `wallet_type` is not `Org`. # noqa: E501
175
177
 
176
178
  :param org_id: The org_id of this V1CreateCheckoutSessionRequest. # noqa: E501
177
179
  :type: str
@@ -183,6 +185,7 @@ class V1CreateCheckoutSessionRequest(object):
183
185
  def project_id(self) -> 'str':
184
186
  """Gets the project_id of this V1CreateCheckoutSessionRequest. # noqa: E501
185
187
 
188
+ Ignored if `wallet_type` is not `Project`. # noqa: E501
186
189
 
187
190
  :return: The project_id of this V1CreateCheckoutSessionRequest. # noqa: E501
188
191
  :rtype: str
@@ -193,6 +196,7 @@ class V1CreateCheckoutSessionRequest(object):
193
196
  def project_id(self, project_id: 'str'):
194
197
  """Sets the project_id of this V1CreateCheckoutSessionRequest.
195
198
 
199
+ Ignored if `wallet_type` is not `Project`. # noqa: E501
196
200
 
197
201
  :param project_id: The project_id of this V1CreateCheckoutSessionRequest. # noqa: E501
198
202
  :type: str
@@ -471,6 +471,7 @@ class V1DataConnection(object):
471
471
  def is_billable_folder(self) -> 'bool':
472
472
  """Gets the is_billable_folder of this V1DataConnection. # noqa: E501
473
473
 
474
+ Identifies data connections that are folders such as gcs_folders, s3_folders, r2_folders and efs folders that we do bill for actually. # noqa: E501
474
475
 
475
476
  :return: The is_billable_folder of this V1DataConnection. # noqa: E501
476
477
  :rtype: bool
@@ -481,6 +482,7 @@ class V1DataConnection(object):
481
482
  def is_billable_folder(self, is_billable_folder: 'bool'):
482
483
  """Sets the is_billable_folder of this V1DataConnection.
483
484
 
485
+ Identifies data connections that are folders such as gcs_folders, s3_folders, r2_folders and efs folders that we do bill for actually. # noqa: E501
484
486
 
485
487
  :param is_billable_folder: The is_billable_folder of this V1DataConnection. # noqa: E501
486
488
  :type: bool
@@ -765,6 +767,7 @@ class V1DataConnection(object):
765
767
  def total_daily_read_bytes(self) -> 'str':
766
768
  """Gets the total_daily_read_bytes of this V1DataConnection. # noqa: E501
767
769
 
770
+ Used to track the daily read bytes for drive assets (like efs) that a customer utilizes. This will help us ensure that we're presenting the customer with the more accurate look at their EFS cost footprint. # noqa: E501
768
771
 
769
772
  :return: The total_daily_read_bytes of this V1DataConnection. # noqa: E501
770
773
  :rtype: str
@@ -775,6 +778,7 @@ class V1DataConnection(object):
775
778
  def total_daily_read_bytes(self, total_daily_read_bytes: 'str'):
776
779
  """Sets the total_daily_read_bytes of this V1DataConnection.
777
780
 
781
+ Used to track the daily read bytes for drive assets (like efs) that a customer utilizes. This will help us ensure that we're presenting the customer with the more accurate look at their EFS cost footprint. # noqa: E501
778
782
 
779
783
  :param total_daily_read_bytes: The total_daily_read_bytes of this V1DataConnection. # noqa: E501
780
784
  :type: str
@@ -786,6 +790,7 @@ class V1DataConnection(object):
786
790
  def total_daily_write_bytes(self) -> 'str':
787
791
  """Gets the total_daily_write_bytes of this V1DataConnection. # noqa: E501
788
792
 
793
+ Used to track the daily write bytes for drive assets (like write) that a customer utilizes. This will help us ensure that we're presenting the customer with the more accurate look at their EFS cost footprint. # noqa: E501
789
794
 
790
795
  :return: The total_daily_write_bytes of this V1DataConnection. # noqa: E501
791
796
  :rtype: str
@@ -796,6 +801,7 @@ class V1DataConnection(object):
796
801
  def total_daily_write_bytes(self, total_daily_write_bytes: 'str'):
797
802
  """Sets the total_daily_write_bytes of this V1DataConnection.
798
803
 
804
+ Used to track the daily write bytes for drive assets (like write) that a customer utilizes. This will help us ensure that we're presenting the customer with the more accurate look at their EFS cost footprint. # noqa: E501
799
805
 
800
806
  :param total_daily_write_bytes: The total_daily_write_bytes of this V1DataConnection. # noqa: E501
801
807
  :type: str
@@ -214,6 +214,7 @@ class V1Deployment(object):
214
214
  def source(self) -> 'str':
215
215
  """Gets the source of this V1Deployment. # noqa: E501
216
216
 
217
+ Source of deployment such as LitServe, LitModels etc. # noqa: E501
217
218
 
218
219
  :return: The source of this V1Deployment. # noqa: E501
219
220
  :rtype: str
@@ -224,6 +225,7 @@ class V1Deployment(object):
224
225
  def source(self, source: 'str'):
225
226
  """Sets the source of this V1Deployment.
226
227
 
228
+ Source of deployment such as LitServe, LitModels etc. # noqa: E501
227
229
 
228
230
  :param source: The source of this V1Deployment. # noqa: E501
229
231
  :type: str
@@ -48,6 +48,8 @@ class V1DeploymentAlertingPolicyType(object):
48
48
  THROUGHPUT = "Throughput"
49
49
  LATENCYQ95 = "LatencyQ95"
50
50
  DEPLOYMENTSUSPENDED = "DeploymentSuspended"
51
+ CONTAINERUNHEALTHY = "ContainerUnhealthy"
52
+ REPLICAUPTIME = "ReplicaUptime"
51
53
  """
52
54
  Attributes:
53
55
  swagger_types (dict): The key is attribute name
@@ -230,6 +230,7 @@ class V1DeploymentEvent(object):
230
230
  def reason(self) -> 'str':
231
231
  """Gets the reason of this V1DeploymentEvent. # noqa: E501
232
232
 
233
+ Reason is why the action was taken. It is human-readable. # noqa: E501
233
234
 
234
235
  :return: The reason of this V1DeploymentEvent. # noqa: E501
235
236
  :rtype: str
@@ -240,6 +241,7 @@ class V1DeploymentEvent(object):
240
241
  def reason(self, reason: 'str'):
241
242
  """Sets the reason of this V1DeploymentEvent.
242
243
 
244
+ Reason is why the action was taken. It is human-readable. # noqa: E501
243
245
 
244
246
  :param reason: The reason of this V1DeploymentEvent. # noqa: E501
245
247
  :type: str
@@ -240,6 +240,7 @@ class V1Experiment(object):
240
240
  def seed(self) -> 'str':
241
241
  """Gets the seed of this V1Experiment. # noqa: E501
242
242
 
243
+ Seed that's unique to each experiment to guarantee unique shuffling. # noqa: E501
243
244
 
244
245
  :return: The seed of this V1Experiment. # noqa: E501
245
246
  :rtype: str
@@ -250,6 +251,7 @@ class V1Experiment(object):
250
251
  def seed(self, seed: 'str'):
251
252
  """Sets the seed of this V1Experiment.
252
253
 
254
+ Seed that's unique to each experiment to guarantee unique shuffling. # noqa: E501
253
255
 
254
256
  :param seed: The seed of this V1Experiment. # noqa: E501
255
257
  :type: str
@@ -48,6 +48,7 @@ class V1ExternalClusterSpec(object):
48
48
  'cloudflare_v1': 'V1CloudflareV1',
49
49
  'cluster_type': 'V1ClusterType',
50
50
  'compute_cluster_ids': 'list[str]',
51
+ 'compute_cluster_request': 'V1ComputeClusterRequest',
51
52
  'deletion_options': 'V1ClusterDeletionOptions',
52
53
  'desired_state': 'V1ClusterState',
53
54
  'domain': 'str',
@@ -83,6 +84,7 @@ class V1ExternalClusterSpec(object):
83
84
  'cloudflare_v1': 'cloudflareV1',
84
85
  'cluster_type': 'clusterType',
85
86
  'compute_cluster_ids': 'computeClusterIds',
87
+ 'compute_cluster_request': 'computeClusterRequest',
86
88
  'deletion_options': 'deletionOptions',
87
89
  'desired_state': 'desiredState',
88
90
  'domain': 'domain',
@@ -110,7 +112,7 @@ class V1ExternalClusterSpec(object):
110
112
  'vultr_v1': 'vultrV1'
111
113
  }
112
114
 
113
- def __init__(self, ai_pod_v1: 'V1AiPodV1' =None, auth_token: 'str' =None, available_accelerators: 'list[str]' =None, aws_v1: 'V1AWSDirectV1' =None, cloudflare_v1: 'V1CloudflareV1' =None, cluster_type: 'V1ClusterType' =None, compute_cluster_ids: 'list[str]' =None, deletion_options: 'V1ClusterDeletionOptions' =None, desired_state: 'V1ClusterState' =None, domain: 'str' =None, driver: 'V1CloudProvider' =None, google_cloud_v1: 'V1GoogleCloudDirectV1' =None, kubernetes_v1: 'V1KubernetesDirectV1' =None, lambda_labs_v1: 'V1LambdaLabsDirectV1' =None, lightning_elastic_cluster_v1: 'V1LightningElasticClusterV1' =None, locked_zones: 'list[str]' =None, machine_v1: 'V1MachineDirectV1' =None, monitor_deletion_disabled: 'bool' =None, nebius_v1: 'V1NebiusDirectV1' =None, overprovisioning: 'list[V1InstanceOverprovisioningSpec]' =None, parent_cluster_id: 'str' =None, parent_cluster_type: 'str' =None, pause_automation: 'bool' =None, reservation_details: 'V1ReservationDetails' =None, reserved_capacity_provider: 'bool' =None, reserved_instances_only: 'bool' =None, security_options: 'V1ClusterSecurityOptions' =None, slurm_v1: 'V1SlurmV1' =None, tagging_options: 'V1ClusterTaggingOptions' =None, user_id: 'str' =None, voltage_park_v1: 'V1VoltageParkDirectV1' =None, vultr_v1: 'V1VultrDirectV1' =None): # noqa: E501
115
+ def __init__(self, ai_pod_v1: 'V1AiPodV1' =None, auth_token: 'str' =None, available_accelerators: 'list[str]' =None, aws_v1: 'V1AWSDirectV1' =None, cloudflare_v1: 'V1CloudflareV1' =None, cluster_type: 'V1ClusterType' =None, compute_cluster_ids: 'list[str]' =None, compute_cluster_request: 'V1ComputeClusterRequest' =None, deletion_options: 'V1ClusterDeletionOptions' =None, desired_state: 'V1ClusterState' =None, domain: 'str' =None, driver: 'V1CloudProvider' =None, google_cloud_v1: 'V1GoogleCloudDirectV1' =None, kubernetes_v1: 'V1KubernetesDirectV1' =None, lambda_labs_v1: 'V1LambdaLabsDirectV1' =None, lightning_elastic_cluster_v1: 'V1LightningElasticClusterV1' =None, locked_zones: 'list[str]' =None, machine_v1: 'V1MachineDirectV1' =None, monitor_deletion_disabled: 'bool' =None, nebius_v1: 'V1NebiusDirectV1' =None, overprovisioning: 'list[V1InstanceOverprovisioningSpec]' =None, parent_cluster_id: 'str' =None, parent_cluster_type: 'str' =None, pause_automation: 'bool' =None, reservation_details: 'V1ReservationDetails' =None, reserved_capacity_provider: 'bool' =None, reserved_instances_only: 'bool' =None, security_options: 'V1ClusterSecurityOptions' =None, slurm_v1: 'V1SlurmV1' =None, tagging_options: 'V1ClusterTaggingOptions' =None, user_id: 'str' =None, voltage_park_v1: 'V1VoltageParkDirectV1' =None, vultr_v1: 'V1VultrDirectV1' =None): # noqa: E501
114
116
  """V1ExternalClusterSpec - a model defined in Swagger""" # noqa: E501
115
117
  self._ai_pod_v1 = None
116
118
  self._auth_token = None
@@ -119,6 +121,7 @@ class V1ExternalClusterSpec(object):
119
121
  self._cloudflare_v1 = None
120
122
  self._cluster_type = None
121
123
  self._compute_cluster_ids = None
124
+ self._compute_cluster_request = None
122
125
  self._deletion_options = None
123
126
  self._desired_state = None
124
127
  self._domain = None
@@ -159,6 +162,8 @@ class V1ExternalClusterSpec(object):
159
162
  self.cluster_type = cluster_type
160
163
  if compute_cluster_ids is not None:
161
164
  self.compute_cluster_ids = compute_cluster_ids
165
+ if compute_cluster_request is not None:
166
+ self.compute_cluster_request = compute_cluster_request
162
167
  if deletion_options is not None:
163
168
  self.deletion_options = deletion_options
164
169
  if desired_state is not None:
@@ -357,6 +362,27 @@ class V1ExternalClusterSpec(object):
357
362
 
358
363
  self._compute_cluster_ids = compute_cluster_ids
359
364
 
365
+ @property
366
+ def compute_cluster_request(self) -> 'V1ComputeClusterRequest':
367
+ """Gets the compute_cluster_request of this V1ExternalClusterSpec. # noqa: E501
368
+
369
+
370
+ :return: The compute_cluster_request of this V1ExternalClusterSpec. # noqa: E501
371
+ :rtype: V1ComputeClusterRequest
372
+ """
373
+ return self._compute_cluster_request
374
+
375
+ @compute_cluster_request.setter
376
+ def compute_cluster_request(self, compute_cluster_request: 'V1ComputeClusterRequest'):
377
+ """Sets the compute_cluster_request of this V1ExternalClusterSpec.
378
+
379
+
380
+ :param compute_cluster_request: The compute_cluster_request of this V1ExternalClusterSpec. # noqa: E501
381
+ :type: V1ComputeClusterRequest
382
+ """
383
+
384
+ self._compute_cluster_request = compute_cluster_request
385
+
360
386
  @property
361
387
  def deletion_options(self) -> 'V1ClusterDeletionOptions':
362
388
  """Gets the deletion_options of this V1ExternalClusterSpec. # noqa: E501