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 CloudspacesIdBody(object):
31
+ class CloudSpaceServiceUpdateCloudSpaceBody(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.
@@ -101,7 +101,7 @@ class CloudspacesIdBody(object):
101
101
  }
102
102
 
103
103
  def __init__(self, auto_switch_machine: 'bool' =None, code_url: 'str' =None, data_connection_mounts: 'list[V1DataConnectionMount]' =None, description: 'str' =None, display_name: 'str' =None, env: 'list[V1EnvVar]' =None, featured: 'bool' =None, hide_files: 'bool' =None, is_cloudspace_private: 'bool' =None, is_code_private: 'bool' =None, is_favorite: 'bool' =None, is_published: 'bool' =None, license: 'str' =None, license_url: 'str' =None, message: 'str' =None, multi_user_edit: 'bool' =None, operating_cost: 'str' =None, paper_authors: 'str' =None, paper_org: 'str' =None, paper_org_avatar_url: 'str' =None, paper_url: 'str' =None, publish_with_compute_name: 'str' =None, switch_to_default_machine_on_idle: 'bool' =None, tags: 'list[V1ResourceTag]' =None, thumbnail: 'str' =None, thumbnail_file_type: 'str' =None, user_metadata: 'str' =None): # noqa: E501
104
- """CloudspacesIdBody - a model defined in Swagger""" # noqa: E501
104
+ """CloudSpaceServiceUpdateCloudSpaceBody - a model defined in Swagger""" # noqa: E501
105
105
  self._auto_switch_machine = None
106
106
  self._code_url = None
107
107
  self._data_connection_mounts = None
@@ -187,20 +187,20 @@ class CloudspacesIdBody(object):
187
187
 
188
188
  @property
189
189
  def auto_switch_machine(self) -> 'bool':
190
- """Gets the auto_switch_machine of this CloudspacesIdBody. # noqa: E501
190
+ """Gets the auto_switch_machine of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
191
191
 
192
192
 
193
- :return: The auto_switch_machine of this CloudspacesIdBody. # noqa: E501
193
+ :return: The auto_switch_machine of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
194
194
  :rtype: bool
195
195
  """
196
196
  return self._auto_switch_machine
197
197
 
198
198
  @auto_switch_machine.setter
199
199
  def auto_switch_machine(self, auto_switch_machine: 'bool'):
200
- """Sets the auto_switch_machine of this CloudspacesIdBody.
200
+ """Sets the auto_switch_machine of this CloudSpaceServiceUpdateCloudSpaceBody.
201
201
 
202
202
 
203
- :param auto_switch_machine: The auto_switch_machine of this CloudspacesIdBody. # noqa: E501
203
+ :param auto_switch_machine: The auto_switch_machine of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
204
204
  :type: bool
205
205
  """
206
206
 
@@ -208,20 +208,20 @@ class CloudspacesIdBody(object):
208
208
 
209
209
  @property
210
210
  def code_url(self) -> 'str':
211
- """Gets the code_url of this CloudspacesIdBody. # noqa: E501
211
+ """Gets the code_url of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
212
212
 
213
213
 
214
- :return: The code_url of this CloudspacesIdBody. # noqa: E501
214
+ :return: The code_url of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
215
215
  :rtype: str
216
216
  """
217
217
  return self._code_url
218
218
 
219
219
  @code_url.setter
220
220
  def code_url(self, code_url: 'str'):
221
- """Sets the code_url of this CloudspacesIdBody.
221
+ """Sets the code_url of this CloudSpaceServiceUpdateCloudSpaceBody.
222
222
 
223
223
 
224
- :param code_url: The code_url of this CloudspacesIdBody. # noqa: E501
224
+ :param code_url: The code_url of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
225
225
  :type: str
226
226
  """
227
227
 
@@ -229,20 +229,20 @@ class CloudspacesIdBody(object):
229
229
 
230
230
  @property
231
231
  def data_connection_mounts(self) -> 'list[V1DataConnectionMount]':
232
- """Gets the data_connection_mounts of this CloudspacesIdBody. # noqa: E501
232
+ """Gets the data_connection_mounts of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
233
233
 
234
234
 
235
- :return: The data_connection_mounts of this CloudspacesIdBody. # noqa: E501
235
+ :return: The data_connection_mounts of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
236
236
  :rtype: list[V1DataConnectionMount]
237
237
  """
238
238
  return self._data_connection_mounts
239
239
 
240
240
  @data_connection_mounts.setter
241
241
  def data_connection_mounts(self, data_connection_mounts: 'list[V1DataConnectionMount]'):
242
- """Sets the data_connection_mounts of this CloudspacesIdBody.
242
+ """Sets the data_connection_mounts of this CloudSpaceServiceUpdateCloudSpaceBody.
243
243
 
244
244
 
245
- :param data_connection_mounts: The data_connection_mounts of this CloudspacesIdBody. # noqa: E501
245
+ :param data_connection_mounts: The data_connection_mounts of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
246
246
  :type: list[V1DataConnectionMount]
247
247
  """
248
248
 
@@ -250,20 +250,20 @@ class CloudspacesIdBody(object):
250
250
 
251
251
  @property
252
252
  def description(self) -> 'str':
253
- """Gets the description of this CloudspacesIdBody. # noqa: E501
253
+ """Gets the description of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
254
254
 
255
255
 
256
- :return: The description of this CloudspacesIdBody. # noqa: E501
256
+ :return: The description of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
257
257
  :rtype: str
258
258
  """
259
259
  return self._description
260
260
 
261
261
  @description.setter
262
262
  def description(self, description: 'str'):
263
- """Sets the description of this CloudspacesIdBody.
263
+ """Sets the description of this CloudSpaceServiceUpdateCloudSpaceBody.
264
264
 
265
265
 
266
- :param description: The description of this CloudspacesIdBody. # noqa: E501
266
+ :param description: The description of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
267
267
  :type: str
268
268
  """
269
269
 
@@ -271,20 +271,20 @@ class CloudspacesIdBody(object):
271
271
 
272
272
  @property
273
273
  def display_name(self) -> 'str':
274
- """Gets the display_name of this CloudspacesIdBody. # noqa: E501
274
+ """Gets the display_name of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
275
275
 
276
276
 
277
- :return: The display_name of this CloudspacesIdBody. # noqa: E501
277
+ :return: The display_name of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
278
278
  :rtype: str
279
279
  """
280
280
  return self._display_name
281
281
 
282
282
  @display_name.setter
283
283
  def display_name(self, display_name: 'str'):
284
- """Sets the display_name of this CloudspacesIdBody.
284
+ """Sets the display_name of this CloudSpaceServiceUpdateCloudSpaceBody.
285
285
 
286
286
 
287
- :param display_name: The display_name of this CloudspacesIdBody. # noqa: E501
287
+ :param display_name: The display_name of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
288
288
  :type: str
289
289
  """
290
290
 
@@ -292,20 +292,20 @@ class CloudspacesIdBody(object):
292
292
 
293
293
  @property
294
294
  def env(self) -> 'list[V1EnvVar]':
295
- """Gets the env of this CloudspacesIdBody. # noqa: E501
295
+ """Gets the env of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
296
296
 
297
297
 
298
- :return: The env of this CloudspacesIdBody. # noqa: E501
298
+ :return: The env of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
299
299
  :rtype: list[V1EnvVar]
300
300
  """
301
301
  return self._env
302
302
 
303
303
  @env.setter
304
304
  def env(self, env: 'list[V1EnvVar]'):
305
- """Sets the env of this CloudspacesIdBody.
305
+ """Sets the env of this CloudSpaceServiceUpdateCloudSpaceBody.
306
306
 
307
307
 
308
- :param env: The env of this CloudspacesIdBody. # noqa: E501
308
+ :param env: The env of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
309
309
  :type: list[V1EnvVar]
310
310
  """
311
311
 
@@ -313,20 +313,20 @@ class CloudspacesIdBody(object):
313
313
 
314
314
  @property
315
315
  def featured(self) -> 'bool':
316
- """Gets the featured of this CloudspacesIdBody. # noqa: E501
316
+ """Gets the featured of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
317
317
 
318
318
 
319
- :return: The featured of this CloudspacesIdBody. # noqa: E501
319
+ :return: The featured of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
320
320
  :rtype: bool
321
321
  """
322
322
  return self._featured
323
323
 
324
324
  @featured.setter
325
325
  def featured(self, featured: 'bool'):
326
- """Sets the featured of this CloudspacesIdBody.
326
+ """Sets the featured of this CloudSpaceServiceUpdateCloudSpaceBody.
327
327
 
328
328
 
329
- :param featured: The featured of this CloudspacesIdBody. # noqa: E501
329
+ :param featured: The featured of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
330
330
  :type: bool
331
331
  """
332
332
 
@@ -334,20 +334,20 @@ class CloudspacesIdBody(object):
334
334
 
335
335
  @property
336
336
  def hide_files(self) -> 'bool':
337
- """Gets the hide_files of this CloudspacesIdBody. # noqa: E501
337
+ """Gets the hide_files of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
338
338
 
339
339
 
340
- :return: The hide_files of this CloudspacesIdBody. # noqa: E501
340
+ :return: The hide_files of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
341
341
  :rtype: bool
342
342
  """
343
343
  return self._hide_files
344
344
 
345
345
  @hide_files.setter
346
346
  def hide_files(self, hide_files: 'bool'):
347
- """Sets the hide_files of this CloudspacesIdBody.
347
+ """Sets the hide_files of this CloudSpaceServiceUpdateCloudSpaceBody.
348
348
 
349
349
 
350
- :param hide_files: The hide_files of this CloudspacesIdBody. # noqa: E501
350
+ :param hide_files: The hide_files of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
351
351
  :type: bool
352
352
  """
353
353
 
@@ -355,20 +355,20 @@ class CloudspacesIdBody(object):
355
355
 
356
356
  @property
357
357
  def is_cloudspace_private(self) -> 'bool':
358
- """Gets the is_cloudspace_private of this CloudspacesIdBody. # noqa: E501
358
+ """Gets the is_cloudspace_private of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
359
359
 
360
360
 
361
- :return: The is_cloudspace_private of this CloudspacesIdBody. # noqa: E501
361
+ :return: The is_cloudspace_private of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
362
362
  :rtype: bool
363
363
  """
364
364
  return self._is_cloudspace_private
365
365
 
366
366
  @is_cloudspace_private.setter
367
367
  def is_cloudspace_private(self, is_cloudspace_private: 'bool'):
368
- """Sets the is_cloudspace_private of this CloudspacesIdBody.
368
+ """Sets the is_cloudspace_private of this CloudSpaceServiceUpdateCloudSpaceBody.
369
369
 
370
370
 
371
- :param is_cloudspace_private: The is_cloudspace_private of this CloudspacesIdBody. # noqa: E501
371
+ :param is_cloudspace_private: The is_cloudspace_private of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
372
372
  :type: bool
373
373
  """
374
374
 
@@ -376,20 +376,20 @@ class CloudspacesIdBody(object):
376
376
 
377
377
  @property
378
378
  def is_code_private(self) -> 'bool':
379
- """Gets the is_code_private of this CloudspacesIdBody. # noqa: E501
379
+ """Gets the is_code_private of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
380
380
 
381
381
 
382
- :return: The is_code_private of this CloudspacesIdBody. # noqa: E501
382
+ :return: The is_code_private of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
383
383
  :rtype: bool
384
384
  """
385
385
  return self._is_code_private
386
386
 
387
387
  @is_code_private.setter
388
388
  def is_code_private(self, is_code_private: 'bool'):
389
- """Sets the is_code_private of this CloudspacesIdBody.
389
+ """Sets the is_code_private of this CloudSpaceServiceUpdateCloudSpaceBody.
390
390
 
391
391
 
392
- :param is_code_private: The is_code_private of this CloudspacesIdBody. # noqa: E501
392
+ :param is_code_private: The is_code_private of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
393
393
  :type: bool
394
394
  """
395
395
 
@@ -397,20 +397,20 @@ class CloudspacesIdBody(object):
397
397
 
398
398
  @property
399
399
  def is_favorite(self) -> 'bool':
400
- """Gets the is_favorite of this CloudspacesIdBody. # noqa: E501
400
+ """Gets the is_favorite of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
401
401
 
402
402
 
403
- :return: The is_favorite of this CloudspacesIdBody. # noqa: E501
403
+ :return: The is_favorite of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
404
404
  :rtype: bool
405
405
  """
406
406
  return self._is_favorite
407
407
 
408
408
  @is_favorite.setter
409
409
  def is_favorite(self, is_favorite: 'bool'):
410
- """Sets the is_favorite of this CloudspacesIdBody.
410
+ """Sets the is_favorite of this CloudSpaceServiceUpdateCloudSpaceBody.
411
411
 
412
412
 
413
- :param is_favorite: The is_favorite of this CloudspacesIdBody. # noqa: E501
413
+ :param is_favorite: The is_favorite of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
414
414
  :type: bool
415
415
  """
416
416
 
@@ -418,20 +418,20 @@ class CloudspacesIdBody(object):
418
418
 
419
419
  @property
420
420
  def is_published(self) -> 'bool':
421
- """Gets the is_published of this CloudspacesIdBody. # noqa: E501
421
+ """Gets the is_published of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
422
422
 
423
423
 
424
- :return: The is_published of this CloudspacesIdBody. # noqa: E501
424
+ :return: The is_published of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
425
425
  :rtype: bool
426
426
  """
427
427
  return self._is_published
428
428
 
429
429
  @is_published.setter
430
430
  def is_published(self, is_published: 'bool'):
431
- """Sets the is_published of this CloudspacesIdBody.
431
+ """Sets the is_published of this CloudSpaceServiceUpdateCloudSpaceBody.
432
432
 
433
433
 
434
- :param is_published: The is_published of this CloudspacesIdBody. # noqa: E501
434
+ :param is_published: The is_published of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
435
435
  :type: bool
436
436
  """
437
437
 
@@ -439,20 +439,20 @@ class CloudspacesIdBody(object):
439
439
 
440
440
  @property
441
441
  def license(self) -> 'str':
442
- """Gets the license of this CloudspacesIdBody. # noqa: E501
442
+ """Gets the license of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
443
443
 
444
444
 
445
- :return: The license of this CloudspacesIdBody. # noqa: E501
445
+ :return: The license of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
446
446
  :rtype: str
447
447
  """
448
448
  return self._license
449
449
 
450
450
  @license.setter
451
451
  def license(self, license: 'str'):
452
- """Sets the license of this CloudspacesIdBody.
452
+ """Sets the license of this CloudSpaceServiceUpdateCloudSpaceBody.
453
453
 
454
454
 
455
- :param license: The license of this CloudspacesIdBody. # noqa: E501
455
+ :param license: The license of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
456
456
  :type: str
457
457
  """
458
458
 
@@ -460,20 +460,20 @@ class CloudspacesIdBody(object):
460
460
 
461
461
  @property
462
462
  def license_url(self) -> 'str':
463
- """Gets the license_url of this CloudspacesIdBody. # noqa: E501
463
+ """Gets the license_url of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
464
464
 
465
465
 
466
- :return: The license_url of this CloudspacesIdBody. # noqa: E501
466
+ :return: The license_url of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
467
467
  :rtype: str
468
468
  """
469
469
  return self._license_url
470
470
 
471
471
  @license_url.setter
472
472
  def license_url(self, license_url: 'str'):
473
- """Sets the license_url of this CloudspacesIdBody.
473
+ """Sets the license_url of this CloudSpaceServiceUpdateCloudSpaceBody.
474
474
 
475
475
 
476
- :param license_url: The license_url of this CloudspacesIdBody. # noqa: E501
476
+ :param license_url: The license_url of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
477
477
  :type: str
478
478
  """
479
479
 
@@ -481,20 +481,20 @@ class CloudspacesIdBody(object):
481
481
 
482
482
  @property
483
483
  def message(self) -> 'str':
484
- """Gets the message of this CloudspacesIdBody. # noqa: E501
484
+ """Gets the message of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
485
485
 
486
486
 
487
- :return: The message of this CloudspacesIdBody. # noqa: E501
487
+ :return: The message of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
488
488
  :rtype: str
489
489
  """
490
490
  return self._message
491
491
 
492
492
  @message.setter
493
493
  def message(self, message: 'str'):
494
- """Sets the message of this CloudspacesIdBody.
494
+ """Sets the message of this CloudSpaceServiceUpdateCloudSpaceBody.
495
495
 
496
496
 
497
- :param message: The message of this CloudspacesIdBody. # noqa: E501
497
+ :param message: The message of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
498
498
  :type: str
499
499
  """
500
500
 
@@ -502,20 +502,20 @@ class CloudspacesIdBody(object):
502
502
 
503
503
  @property
504
504
  def multi_user_edit(self) -> 'bool':
505
- """Gets the multi_user_edit of this CloudspacesIdBody. # noqa: E501
505
+ """Gets the multi_user_edit of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
506
506
 
507
507
 
508
- :return: The multi_user_edit of this CloudspacesIdBody. # noqa: E501
508
+ :return: The multi_user_edit of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
509
509
  :rtype: bool
510
510
  """
511
511
  return self._multi_user_edit
512
512
 
513
513
  @multi_user_edit.setter
514
514
  def multi_user_edit(self, multi_user_edit: 'bool'):
515
- """Sets the multi_user_edit of this CloudspacesIdBody.
515
+ """Sets the multi_user_edit of this CloudSpaceServiceUpdateCloudSpaceBody.
516
516
 
517
517
 
518
- :param multi_user_edit: The multi_user_edit of this CloudspacesIdBody. # noqa: E501
518
+ :param multi_user_edit: The multi_user_edit of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
519
519
  :type: bool
520
520
  """
521
521
 
@@ -523,20 +523,20 @@ class CloudspacesIdBody(object):
523
523
 
524
524
  @property
525
525
  def operating_cost(self) -> 'str':
526
- """Gets the operating_cost of this CloudspacesIdBody. # noqa: E501
526
+ """Gets the operating_cost of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
527
527
 
528
528
 
529
- :return: The operating_cost of this CloudspacesIdBody. # noqa: E501
529
+ :return: The operating_cost of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
530
530
  :rtype: str
531
531
  """
532
532
  return self._operating_cost
533
533
 
534
534
  @operating_cost.setter
535
535
  def operating_cost(self, operating_cost: 'str'):
536
- """Sets the operating_cost of this CloudspacesIdBody.
536
+ """Sets the operating_cost of this CloudSpaceServiceUpdateCloudSpaceBody.
537
537
 
538
538
 
539
- :param operating_cost: The operating_cost of this CloudspacesIdBody. # noqa: E501
539
+ :param operating_cost: The operating_cost of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
540
540
  :type: str
541
541
  """
542
542
 
@@ -544,20 +544,20 @@ class CloudspacesIdBody(object):
544
544
 
545
545
  @property
546
546
  def paper_authors(self) -> 'str':
547
- """Gets the paper_authors of this CloudspacesIdBody. # noqa: E501
547
+ """Gets the paper_authors of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
548
548
 
549
549
 
550
- :return: The paper_authors of this CloudspacesIdBody. # noqa: E501
550
+ :return: The paper_authors of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
551
551
  :rtype: str
552
552
  """
553
553
  return self._paper_authors
554
554
 
555
555
  @paper_authors.setter
556
556
  def paper_authors(self, paper_authors: 'str'):
557
- """Sets the paper_authors of this CloudspacesIdBody.
557
+ """Sets the paper_authors of this CloudSpaceServiceUpdateCloudSpaceBody.
558
558
 
559
559
 
560
- :param paper_authors: The paper_authors of this CloudspacesIdBody. # noqa: E501
560
+ :param paper_authors: The paper_authors of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
561
561
  :type: str
562
562
  """
563
563
 
@@ -565,20 +565,20 @@ class CloudspacesIdBody(object):
565
565
 
566
566
  @property
567
567
  def paper_org(self) -> 'str':
568
- """Gets the paper_org of this CloudspacesIdBody. # noqa: E501
568
+ """Gets the paper_org of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
569
569
 
570
570
 
571
- :return: The paper_org of this CloudspacesIdBody. # noqa: E501
571
+ :return: The paper_org of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
572
572
  :rtype: str
573
573
  """
574
574
  return self._paper_org
575
575
 
576
576
  @paper_org.setter
577
577
  def paper_org(self, paper_org: 'str'):
578
- """Sets the paper_org of this CloudspacesIdBody.
578
+ """Sets the paper_org of this CloudSpaceServiceUpdateCloudSpaceBody.
579
579
 
580
580
 
581
- :param paper_org: The paper_org of this CloudspacesIdBody. # noqa: E501
581
+ :param paper_org: The paper_org of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
582
582
  :type: str
583
583
  """
584
584
 
@@ -586,20 +586,20 @@ class CloudspacesIdBody(object):
586
586
 
587
587
  @property
588
588
  def paper_org_avatar_url(self) -> 'str':
589
- """Gets the paper_org_avatar_url of this CloudspacesIdBody. # noqa: E501
589
+ """Gets the paper_org_avatar_url of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
590
590
 
591
591
 
592
- :return: The paper_org_avatar_url of this CloudspacesIdBody. # noqa: E501
592
+ :return: The paper_org_avatar_url of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
593
593
  :rtype: str
594
594
  """
595
595
  return self._paper_org_avatar_url
596
596
 
597
597
  @paper_org_avatar_url.setter
598
598
  def paper_org_avatar_url(self, paper_org_avatar_url: 'str'):
599
- """Sets the paper_org_avatar_url of this CloudspacesIdBody.
599
+ """Sets the paper_org_avatar_url of this CloudSpaceServiceUpdateCloudSpaceBody.
600
600
 
601
601
 
602
- :param paper_org_avatar_url: The paper_org_avatar_url of this CloudspacesIdBody. # noqa: E501
602
+ :param paper_org_avatar_url: The paper_org_avatar_url of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
603
603
  :type: str
604
604
  """
605
605
 
@@ -607,20 +607,20 @@ class CloudspacesIdBody(object):
607
607
 
608
608
  @property
609
609
  def paper_url(self) -> 'str':
610
- """Gets the paper_url of this CloudspacesIdBody. # noqa: E501
610
+ """Gets the paper_url of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
611
611
 
612
612
 
613
- :return: The paper_url of this CloudspacesIdBody. # noqa: E501
613
+ :return: The paper_url of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
614
614
  :rtype: str
615
615
  """
616
616
  return self._paper_url
617
617
 
618
618
  @paper_url.setter
619
619
  def paper_url(self, paper_url: 'str'):
620
- """Sets the paper_url of this CloudspacesIdBody.
620
+ """Sets the paper_url of this CloudSpaceServiceUpdateCloudSpaceBody.
621
621
 
622
622
 
623
- :param paper_url: The paper_url of this CloudspacesIdBody. # noqa: E501
623
+ :param paper_url: The paper_url of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
624
624
  :type: str
625
625
  """
626
626
 
@@ -628,20 +628,20 @@ class CloudspacesIdBody(object):
628
628
 
629
629
  @property
630
630
  def publish_with_compute_name(self) -> 'str':
631
- """Gets the publish_with_compute_name of this CloudspacesIdBody. # noqa: E501
631
+ """Gets the publish_with_compute_name of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
632
632
 
633
633
 
634
- :return: The publish_with_compute_name of this CloudspacesIdBody. # noqa: E501
634
+ :return: The publish_with_compute_name of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
635
635
  :rtype: str
636
636
  """
637
637
  return self._publish_with_compute_name
638
638
 
639
639
  @publish_with_compute_name.setter
640
640
  def publish_with_compute_name(self, publish_with_compute_name: 'str'):
641
- """Sets the publish_with_compute_name of this CloudspacesIdBody.
641
+ """Sets the publish_with_compute_name of this CloudSpaceServiceUpdateCloudSpaceBody.
642
642
 
643
643
 
644
- :param publish_with_compute_name: The publish_with_compute_name of this CloudspacesIdBody. # noqa: E501
644
+ :param publish_with_compute_name: The publish_with_compute_name of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
645
645
  :type: str
646
646
  """
647
647
 
@@ -649,20 +649,20 @@ class CloudspacesIdBody(object):
649
649
 
650
650
  @property
651
651
  def switch_to_default_machine_on_idle(self) -> 'bool':
652
- """Gets the switch_to_default_machine_on_idle of this CloudspacesIdBody. # noqa: E501
652
+ """Gets the switch_to_default_machine_on_idle of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
653
653
 
654
654
 
655
- :return: The switch_to_default_machine_on_idle of this CloudspacesIdBody. # noqa: E501
655
+ :return: The switch_to_default_machine_on_idle of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
656
656
  :rtype: bool
657
657
  """
658
658
  return self._switch_to_default_machine_on_idle
659
659
 
660
660
  @switch_to_default_machine_on_idle.setter
661
661
  def switch_to_default_machine_on_idle(self, switch_to_default_machine_on_idle: 'bool'):
662
- """Sets the switch_to_default_machine_on_idle of this CloudspacesIdBody.
662
+ """Sets the switch_to_default_machine_on_idle of this CloudSpaceServiceUpdateCloudSpaceBody.
663
663
 
664
664
 
665
- :param switch_to_default_machine_on_idle: The switch_to_default_machine_on_idle of this CloudspacesIdBody. # noqa: E501
665
+ :param switch_to_default_machine_on_idle: The switch_to_default_machine_on_idle of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
666
666
  :type: bool
667
667
  """
668
668
 
@@ -670,20 +670,20 @@ class CloudspacesIdBody(object):
670
670
 
671
671
  @property
672
672
  def tags(self) -> 'list[V1ResourceTag]':
673
- """Gets the tags of this CloudspacesIdBody. # noqa: E501
673
+ """Gets the tags of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
674
674
 
675
675
 
676
- :return: The tags of this CloudspacesIdBody. # noqa: E501
676
+ :return: The tags of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
677
677
  :rtype: list[V1ResourceTag]
678
678
  """
679
679
  return self._tags
680
680
 
681
681
  @tags.setter
682
682
  def tags(self, tags: 'list[V1ResourceTag]'):
683
- """Sets the tags of this CloudspacesIdBody.
683
+ """Sets the tags of this CloudSpaceServiceUpdateCloudSpaceBody.
684
684
 
685
685
 
686
- :param tags: The tags of this CloudspacesIdBody. # noqa: E501
686
+ :param tags: The tags of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
687
687
  :type: list[V1ResourceTag]
688
688
  """
689
689
 
@@ -691,20 +691,20 @@ class CloudspacesIdBody(object):
691
691
 
692
692
  @property
693
693
  def thumbnail(self) -> 'str':
694
- """Gets the thumbnail of this CloudspacesIdBody. # noqa: E501
694
+ """Gets the thumbnail of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
695
695
 
696
696
 
697
- :return: The thumbnail of this CloudspacesIdBody. # noqa: E501
697
+ :return: The thumbnail of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
698
698
  :rtype: str
699
699
  """
700
700
  return self._thumbnail
701
701
 
702
702
  @thumbnail.setter
703
703
  def thumbnail(self, thumbnail: 'str'):
704
- """Sets the thumbnail of this CloudspacesIdBody.
704
+ """Sets the thumbnail of this CloudSpaceServiceUpdateCloudSpaceBody.
705
705
 
706
706
 
707
- :param thumbnail: The thumbnail of this CloudspacesIdBody. # noqa: E501
707
+ :param thumbnail: The thumbnail of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
708
708
  :type: str
709
709
  """
710
710
 
@@ -712,20 +712,20 @@ class CloudspacesIdBody(object):
712
712
 
713
713
  @property
714
714
  def thumbnail_file_type(self) -> 'str':
715
- """Gets the thumbnail_file_type of this CloudspacesIdBody. # noqa: E501
715
+ """Gets the thumbnail_file_type of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
716
716
 
717
717
 
718
- :return: The thumbnail_file_type of this CloudspacesIdBody. # noqa: E501
718
+ :return: The thumbnail_file_type of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
719
719
  :rtype: str
720
720
  """
721
721
  return self._thumbnail_file_type
722
722
 
723
723
  @thumbnail_file_type.setter
724
724
  def thumbnail_file_type(self, thumbnail_file_type: 'str'):
725
- """Sets the thumbnail_file_type of this CloudspacesIdBody.
725
+ """Sets the thumbnail_file_type of this CloudSpaceServiceUpdateCloudSpaceBody.
726
726
 
727
727
 
728
- :param thumbnail_file_type: The thumbnail_file_type of this CloudspacesIdBody. # noqa: E501
728
+ :param thumbnail_file_type: The thumbnail_file_type of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
729
729
  :type: str
730
730
  """
731
731
 
@@ -733,20 +733,20 @@ class CloudspacesIdBody(object):
733
733
 
734
734
  @property
735
735
  def user_metadata(self) -> 'str':
736
- """Gets the user_metadata of this CloudspacesIdBody. # noqa: E501
736
+ """Gets the user_metadata of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
737
737
 
738
738
 
739
- :return: The user_metadata of this CloudspacesIdBody. # noqa: E501
739
+ :return: The user_metadata of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
740
740
  :rtype: str
741
741
  """
742
742
  return self._user_metadata
743
743
 
744
744
  @user_metadata.setter
745
745
  def user_metadata(self, user_metadata: 'str'):
746
- """Sets the user_metadata of this CloudspacesIdBody.
746
+ """Sets the user_metadata of this CloudSpaceServiceUpdateCloudSpaceBody.
747
747
 
748
748
 
749
- :param user_metadata: The user_metadata of this CloudspacesIdBody. # noqa: E501
749
+ :param user_metadata: The user_metadata of this CloudSpaceServiceUpdateCloudSpaceBody. # noqa: E501
750
750
  :type: str
751
751
  """
752
752
 
@@ -773,7 +773,7 @@ class CloudspacesIdBody(object):
773
773
  ))
774
774
  else:
775
775
  result[attr] = value
776
- if issubclass(CloudspacesIdBody, dict):
776
+ if issubclass(CloudSpaceServiceUpdateCloudSpaceBody, dict):
777
777
  for key, value in self.items():
778
778
  result[key] = value
779
779
 
@@ -787,13 +787,13 @@ class CloudspacesIdBody(object):
787
787
  """For `print` and `pprint`"""
788
788
  return self.to_str()
789
789
 
790
- def __eq__(self, other: 'CloudspacesIdBody') -> bool:
790
+ def __eq__(self, other: 'CloudSpaceServiceUpdateCloudSpaceBody') -> bool:
791
791
  """Returns true if both objects are equal"""
792
- if not isinstance(other, CloudspacesIdBody):
792
+ if not isinstance(other, CloudSpaceServiceUpdateCloudSpaceBody):
793
793
  return False
794
794
 
795
795
  return self.__dict__ == other.__dict__
796
796
 
797
- def __ne__(self, other: 'CloudspacesIdBody') -> bool:
797
+ def __ne__(self, other: 'CloudSpaceServiceUpdateCloudSpaceBody') -> bool:
798
798
  """Returns true if both objects are not equal"""
799
799
  return not self == other