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.
- lightning_sdk/__version__.py +1 -1
- lightning_sdk/api/agents_api.py +4 -4
- lightning_sdk/api/ai_hub_api.py +2 -2
- lightning_sdk/api/base_studio_api.py +3 -1
- lightning_sdk/api/deployment_api.py +2 -2
- lightning_sdk/api/job_api.py +9 -7
- lightning_sdk/api/license_api.py +2 -2
- lightning_sdk/api/mmt_api.py +5 -5
- lightning_sdk/api/pipeline_api.py +4 -4
- lightning_sdk/api/studio_api.py +33 -33
- lightning_sdk/api/teamspace_api.py +38 -26
- lightning_sdk/api/user_api.py +2 -2
- lightning_sdk/api/utils.py +17 -24
- lightning_sdk/cli/entrypoint.py +15 -1
- lightning_sdk/cli/studio/cp.py +47 -11
- lightning_sdk/lightning_cloud/login.py +1 -1
- lightning_sdk/lightning_cloud/openapi/__init__.py +204 -195
- lightning_sdk/lightning_cloud/openapi/api/agent_service_api.py +28 -28
- lightning_sdk/lightning_cloud/openapi/api/assistants_service_api.py +108 -108
- lightning_sdk/lightning_cloud/openapi/api/billing_service_api.py +69 -57
- lightning_sdk/lightning_cloud/openapi/api/blog_posts_service_api.py +4 -4
- lightning_sdk/lightning_cloud/openapi/api/cloud_space_environment_template_service_api.py +14 -14
- lightning_sdk/lightning_cloud/openapi/api/cloud_space_service_api.py +331 -168
- lightning_sdk/lightning_cloud/openapi/api/cloudy_service_api.py +4 -4
- lightning_sdk/lightning_cloud/openapi/api/cluster_service_api.py +58 -58
- lightning_sdk/lightning_cloud/openapi/api/data_connection_service_api.py +24 -24
- lightning_sdk/lightning_cloud/openapi/api/dataset_service_api.py +8 -8
- lightning_sdk/lightning_cloud/openapi/api/deployment_templates_service_api.py +8 -8
- lightning_sdk/lightning_cloud/openapi/api/endpoint_service_api.py +8 -8
- lightning_sdk/lightning_cloud/openapi/api/experiments_service_api.py +8 -8
- lightning_sdk/lightning_cloud/openapi/api/file_system_service_api.py +16 -16
- lightning_sdk/lightning_cloud/openapi/api/incidents_service_api.py +18 -18
- lightning_sdk/lightning_cloud/openapi/api/jobs_service_api.py +514 -254
- lightning_sdk/lightning_cloud/openapi/api/k8_s_cluster_service_api.py +67 -59
- lightning_sdk/lightning_cloud/openapi/api/lightningapp_instance_service_api.py +16 -16
- lightning_sdk/lightning_cloud/openapi/api/lightningapp_v2_service_api.py +6 -6
- lightning_sdk/lightning_cloud/openapi/api/lightningwork_service_api.py +16 -16
- lightning_sdk/lightning_cloud/openapi/api/lit_dataset_service_api.py +42 -42
- lightning_sdk/lightning_cloud/openapi/api/lit_logger_service_api.py +28 -28
- lightning_sdk/lightning_cloud/openapi/api/lit_page_service_api.py +4 -4
- lightning_sdk/lightning_cloud/openapi/api/lit_registry_service_api.py +8 -8
- lightning_sdk/lightning_cloud/openapi/api/models_store_api.py +42 -42
- lightning_sdk/lightning_cloud/openapi/api/organizations_service_api.py +34 -34
- lightning_sdk/lightning_cloud/openapi/api/pipeline_templates_service_api.py +4 -4
- lightning_sdk/lightning_cloud/openapi/api/pipelines_service_api.py +38 -38
- lightning_sdk/lightning_cloud/openapi/api/product_license_service_api.py +4 -4
- lightning_sdk/lightning_cloud/openapi/api/profiler_service_api.py +12 -12
- lightning_sdk/lightning_cloud/openapi/api/projects_service_api.py +32 -32
- lightning_sdk/lightning_cloud/openapi/api/quest_service_api.py +8 -8
- lightning_sdk/lightning_cloud/openapi/api/schedules_service_api.py +48 -48
- lightning_sdk/lightning_cloud/openapi/api/secret_service_api.py +12 -12
- lightning_sdk/lightning_cloud/openapi/api/slurm_jobs_user_service_api.py +16 -16
- lightning_sdk/lightning_cloud/openapi/api/snowflake_service_api.py +16 -16
- lightning_sdk/lightning_cloud/openapi/api/storage_service_api.py +40 -40
- lightning_sdk/lightning_cloud/openapi/api/studio_jobs_service_api.py +8 -8
- lightning_sdk/lightning_cloud/openapi/api/user_service_api.py +20 -20
- lightning_sdk/lightning_cloud/openapi/api/volume_service_api.py +4 -4
- lightning_sdk/lightning_cloud/openapi/models/__init__.py +204 -181
- lightning_sdk/lightning_cloud/openapi/models/agent_service_agent_complete_part_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/{multipartuploads_upload_id_body.py → agent_service_agent_upload_part_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{id_multipartuploads_body.py → agent_service_create_agent_multipart_upload_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{jobs_id_body.py → agent_service_update_agent_job_body.py} +30 -30
- lightning_sdk/lightning_cloud/openapi/models/{id_artifacts_body.py → agent_service_upload_agent_job_artifact_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{id_output_body.py → agent_service_upload_agent_job_output_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{id_contactowner_body.py → assistants_service_contact_assistant_owner_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{project_id_agents_body.py → assistants_service_create_assistant_body.py} +74 -74
- lightning_sdk/lightning_cloud/openapi/models/{project_id_agentmanagedendpoints_body.py → assistants_service_create_assistant_managed_endpoint_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{message_id_actions_body.py → assistants_service_create_conversation_message_action_body.py} +28 -26
- lightning_sdk/lightning_cloud/openapi/models/{models_model_id_body.py → assistants_service_create_model_metrics_body.py} +26 -26
- lightning_sdk/lightning_cloud/openapi/models/{assistant_id_conversations_body.py → assistants_service_start_conversation_body.py} +74 -74
- lightning_sdk/lightning_cloud/openapi/models/{agents_id_body.py → assistants_service_update_assistant_body.py} +102 -102
- lightning_sdk/lightning_cloud/openapi/models/{agentmanagedendpoints_id_body.py → assistants_service_update_assistant_managed_endpoint_body.py} +42 -42
- lightning_sdk/lightning_cloud/openapi/models/{models_id_body.py → assistants_service_update_assistant_managed_endpoint_model_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/assistants_service_update_conversation_body.py +149 -0
- lightning_sdk/lightning_cloud/openapi/models/{conversations_id_body1.py → assistants_service_update_conversation_like_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{id_content_body.py → assistants_service_update_conversation_message_content_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{messages_id_body.py → assistants_service_update_conversation_message_like_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/assistants_service_validate_assistant_status_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/assistants_service_validate_managed_model_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/{user_id_upgradetrigger_body.py → billing_service_create_billing_upgrade_trigger_record_body.py} +22 -22
- lightning_sdk/lightning_cloud/openapi/models/{billing_checkout_body.py → billing_service_create_org_checkout_session_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{billing_transfer_body.py → billing_service_transfer_org_balance_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{billing_transfer_body1.py → billing_service_transfer_project_balance_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{blogposts_id_body.py → blog_posts_service_update_blog_post_body.py} +38 -38
- lightning_sdk/lightning_cloud/openapi/models/{update.py → cloud_space_environment_template_service_update_cloud_space_environment_template_body.py} +58 -58
- lightning_sdk/lightning_cloud/openapi/models/{apps_id_body1.py → cloud_space_service_create_cloud_space_app_instance_body.py} +34 -34
- lightning_sdk/lightning_cloud/openapi/models/{project_id_cloudspaces_body.py → cloud_space_service_create_cloud_space_body.py} +78 -78
- lightning_sdk/lightning_cloud/openapi/models/{cloudspace_id_metric_body.py → cloud_space_service_create_cloud_space_instance_metric_body.py} +22 -22
- lightning_sdk/lightning_cloud/openapi/models/{cloud_space_id_versions_body.py → cloud_space_service_create_cloud_space_version_body.py} +54 -54
- lightning_sdk/lightning_cloud/openapi/models/{cloud_space_id_versionpublications_body.py → cloud_space_service_create_cloud_space_version_publication_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{cloudspace_id_runs_body.py → cloud_space_service_create_lightning_run_body.py} +86 -86
- lightning_sdk/lightning_cloud/openapi/models/{id_get_body.py → cloud_space_service_create_lightning_run_instance_body.py} +58 -58
- lightning_sdk/lightning_cloud/openapi/models/{id_engage_body1.py → cloud_space_service_engage_cloud_space_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{id_execute_body1.py → cloud_space_service_execute_command_in_cloud_space_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{id_execute_body.py → cloud_space_service_execute_in_cloud_space_session_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{id_fork_body.py → cloud_space_service_fork_cloud_space_app_instance_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{id_fork_body1.py → cloud_space_service_fork_cloud_space_body.py} +22 -22
- lightning_sdk/lightning_cloud/openapi/models/cloud_space_service_keep_alive_cloud_space_instance_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/{cluster_id_proxies_body.py → cloud_space_service_publish_cloud_space_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{id_index_body1.py → cloud_space_service_refresh_cloud_space_index_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{cloudspace_id_systemmetrics_body.py → cloud_space_service_report_cloud_space_instance_system_metrics_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/cloud_space_service_request_cloud_space_access_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/{id_start_body.py → cloud_space_service_start_cloud_space_instance_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{id_transfer_body.py → cloud_space_service_transfer_cloud_space_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{apps_id_body.py → cloud_space_service_update_cloud_space_app_body.py} +86 -86
- lightning_sdk/lightning_cloud/openapi/models/{cloudspaces_id_body.py → cloud_space_service_update_cloud_space_body.py} +114 -114
- lightning_sdk/lightning_cloud/openapi/models/{id_collaborate_body.py → cloud_space_service_update_cloud_space_collab_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{conversations_id_body.py → cloud_space_service_update_cloud_space_ide_body.py} +21 -21
- lightning_sdk/lightning_cloud/openapi/models/{id_index_body.py → cloud_space_service_update_cloud_space_index_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{id_codeconfig_body.py → cloud_space_service_update_cloud_space_instance_config_body.py} +22 -22
- lightning_sdk/lightning_cloud/openapi/models/{id_publications_body.py → cloud_space_service_update_cloud_space_publication_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{id_sleepconfig_body.py → cloud_space_service_update_cloud_space_sleep_config_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{versions_id_body.py → cloud_space_service_update_cloud_space_version_body.py} +46 -46
- lightning_sdk/lightning_cloud/openapi/models/{cloud_space_id_versionpublications_body1.py → cloud_space_service_update_cloud_space_version_publication_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{dataset_id_visibility_body.py → cloud_space_service_update_cloud_space_visibility_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{user_user_id_body.py → cloudy_service_update_user_cloudy_settings_body.py} +22 -22
- lightning_sdk/lightning_cloud/openapi/models/{cluster_id_capacityreservations_body.py → cluster_service_create_cluster_capacity_reservation_body.py} +42 -42
- lightning_sdk/lightning_cloud/openapi/models/{id_publications_body1.py → cluster_service_create_cluster_proxy_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{cluster_id_usagerestrictions_body.py → cluster_service_create_cluster_usage_restriction_body.py} +22 -22
- 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
- lightning_sdk/lightning_cloud/openapi/models/{project_id_clusters_body.py → cluster_service_create_project_cluster_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{server_id_alerts_body.py → cluster_service_create_server_alert_body.py} +22 -22
- lightning_sdk/lightning_cloud/openapi/models/cluster_service_interrupt_server_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/{cluster_id_capacityblock_body.py → cluster_service_purchase_capacity_block_body.py} +30 -30
- lightning_sdk/lightning_cloud/openapi/models/{servers_server_id_body.py → cluster_service_server_check_in_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/cluster_service_sleep_server_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/{clusters_id_body.py → cluster_service_update_cluster_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{usagerestrictions_id_body.py → cluster_service_update_cluster_usage_restriction_body.py} +22 -22
- lightning_sdk/lightning_cloud/openapi/models/{clusters_id_body1.py → cluster_service_update_project_cluster_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{create.py → data_connection_service_create_data_connection_body.py} +82 -82
- lightning_sdk/lightning_cloud/openapi/models/{id_index_body2.py → data_connection_service_refresh_data_connection_index_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{setup.py → data_connection_service_setup_data_connection_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{update1.py → data_connection_service_update_data_connection_body.py} +50 -50
- lightning_sdk/lightning_cloud/openapi/models/{validate.py → data_connection_service_validate_data_connection_body.py} +42 -42
- lightning_sdk/lightning_cloud/openapi/models/{project_id_datasets_body.py → dataset_service_create_dataset_body.py} +70 -70
- lightning_sdk/lightning_cloud/openapi/models/{datasets_id_body.py → dataset_service_update_dataset_body.py} +22 -22
- lightning_sdk/lightning_cloud/openapi/models/{id_engage_body.py → deployment_templates_service_engage_deployment_template_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{deploymenttemplates_id_body.py → deployment_templates_service_update_deployment_template_body.py} +70 -70
- lightning_sdk/lightning_cloud/openapi/models/{project_id_endpoints_body.py → endpoint_service_create_endpoint_body.py} +30 -30
- lightning_sdk/lightning_cloud/openapi/models/{endpoints_id_body.py → endpoint_service_update_endpoint_body.py} +62 -62
- lightning_sdk/lightning_cloud/openapi/models/{experiment_name_variant_name_body.py → experiments_service_assign_variant_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{incident_id_messages_body.py → incidents_service_create_incident_message_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{incidents_id_body.py → incidents_service_update_incident_body.py} +34 -34
- lightning_sdk/lightning_cloud/openapi/models/{messages_message_id_body.py → incidents_service_update_incident_message_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{deployment_id_alertingpolicies_body1.py → jobs_service_create_deployment_alerting_policy_body.py} +42 -42
- 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
- lightning_sdk/lightning_cloud/openapi/models/{project_id_jobs_body.py → jobs_service_create_job_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{project_id_multimachinejobs_body.py → jobs_service_create_multi_machine_job_body.py} +26 -26
- lightning_sdk/lightning_cloud/openapi/models/{job_id_reportroutingtelemetry_body.py → jobs_service_report_deployment_routing_telemetry_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{job_id_systemmetrics_body.py → jobs_service_report_job_system_metrics_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{id_reportlogsactivity_body.py → jobs_service_report_logs_activity_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{id_reportrestarttimings_body.py → jobs_service_report_restart_timings_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/jobs_service_restore_deployment_release_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/{alertingevents_id_body.py → jobs_service_update_deployment_alerting_event_body.py} +54 -54
- lightning_sdk/lightning_cloud/openapi/models/jobs_service_update_deployment_alerting_events_bulk_body.py +123 -0
- lightning_sdk/lightning_cloud/openapi/models/{deployment_id_alertingpolicies_body.py → jobs_service_update_deployment_alerting_policy_body.py} +46 -46
- lightning_sdk/lightning_cloud/openapi/models/{deployments_id_body.py → jobs_service_update_deployment_body.py} +128 -126
- lightning_sdk/lightning_cloud/openapi/models/{id_visibility_body1.py → jobs_service_update_deployment_visibility_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{jobs_id_body1.py → jobs_service_update_job_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{id_index_body3.py → jobs_service_update_job_index_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{id_visibility_body.py → jobs_service_update_job_visibility_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{multimachinejobs_id_body.py → jobs_service_update_multi_machine_job_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{deployments_deployment_id_body.py → jobs_service_update_org_deployment_visibility_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{kubernetestemplates_id_body.py → k8_s_cluster_service_create_kubernetes_template_body.py} +22 -22
- lightning_sdk/lightning_cloud/openapi/models/{id_render_body.py → k8_s_cluster_service_render_kubernetes_template_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{cluster_id_metrics_body.py → k8_s_cluster_service_report_k8_s_cluster_metrics_body.py} +42 -42
- lightning_sdk/lightning_cloud/openapi/models/{cluster_id_kubernetestemplates_body.py → k8_s_cluster_service_update_kubernetes_template_body.py} +22 -22
- lightning_sdk/lightning_cloud/openapi/models/{appinstances_id_body.py → lightningapp_instance_service_update_lightningapp_instance_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{id_release_body.py → lightningapp_instance_service_update_lightningapp_instance_release_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{id_uploads_body.py → lightningapp_instance_service_upload_lightningapp_instance_artifact_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{project_id_getapp_body.py → lightningapp_v2_service_create_lightningapp_from_gallery_body.py} +30 -30
- lightning_sdk/lightning_cloud/openapi/models/{app_id_works_body.py → lightningwork_service_batch_update_lightningworks_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{spec_lightningapp_instance_id_works_body.py → lightningwork_service_create_lightningwork_body.py} +24 -24
- lightning_sdk/lightning_cloud/openapi/models/lightningwork_service_create_lightningwork_body_spec.py +487 -0
- lightning_sdk/lightning_cloud/openapi/models/{works_id_body.py → lightningwork_service_update_lightningwork_body.py} +16 -16
- lightning_sdk/lightning_cloud/openapi/models/{upload_id_complete_body1.py → lit_dataset_service_complete_lit_dataset_multi_part_upload_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/lit_dataset_service_complete_lit_dataset_upload_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/{project_id_models_body.py → lit_dataset_service_create_lit_dataset_body.py} +26 -26
- lightning_sdk/lightning_cloud/openapi/models/{version_uploads_body1.py → lit_dataset_service_create_lit_dataset_multi_part_upload_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{dataset_id_versions_body.py → lit_dataset_service_create_lit_dataset_version_body.py} +16 -14
- lightning_sdk/lightning_cloud/openapi/models/{upload_id_parts_body.py → lit_dataset_service_get_lit_dataset_file_upload_urls_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{version_default_body.py → lit_dataset_service_set_lit_dataset_default_version_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{litdatasets_dataset_id_body.py → lit_dataset_service_update_lit_dataset_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{versions_version_body.py → lit_dataset_service_update_lit_dataset_version_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{id_visibility_body2.py → lit_dataset_service_update_lit_dataset_visibility_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{loggermetrics_id_body.py → lit_logger_service_append_logger_metrics_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{metrics_stream_id_loggerartifacts_body.py → lit_logger_service_create_logger_artifact_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{metricsstream_create_body.py → lit_logger_service_create_metrics_stream_body.py} +62 -62
- lightning_sdk/lightning_cloud/openapi/models/{metricsstream_delete_body.py → lit_logger_service_delete_metrics_stream_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{metricsstream_id_body.py → lit_logger_service_update_metrics_stream_body.py} +22 -22
- lightning_sdk/lightning_cloud/openapi/models/{model_id_visibility_body.py → lit_logger_service_update_metrics_stream_visibility_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{litloggermetrics_id_body.py → lit_logger_service_update_shared_metrics_stream_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{litpages_id_body.py → lit_page_service_update_lit_page_body.py} +42 -42
- lightning_sdk/lightning_cloud/openapi/models/{project_id_litregistry_body.py → lit_registry_service_create_lit_project_registry_body.py} +12 -12
- lightning_sdk/lightning_cloud/openapi/models/{litregistry_lit_repo_name_body.py → lit_registry_service_update_lit_repository_metadata_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/models_store_complete_model_upload_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/{upload_id_complete_body.py → models_store_complete_multi_part_upload_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{project_id_litdatasets_body.py → models_store_create_model_body.py} +26 -26
- lightning_sdk/lightning_cloud/openapi/models/{model_id_versions_body.py → models_store_create_model_version_body.py} +20 -18
- lightning_sdk/lightning_cloud/openapi/models/{version_uploads_body.py → models_store_create_multi_part_upload_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{upload_id_parts_body1.py → models_store_get_model_file_upload_urls_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{version_default_body1.py → models_store_set_model_default_version_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{models_model_id_body1.py → models_store_update_model_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{versions_version_body1.py → models_store_update_model_version_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{cloudspace_id_visibility_body.py → models_store_update_model_visibility_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{approveautojoindomain_domain_body.py → organizations_service_approve_auto_join_domain_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/organizations_service_auto_join_org_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/{org_id_memberships_body.py → organizations_service_create_org_membership_body.py} +22 -22
- lightning_sdk/lightning_cloud/openapi/models/{user_id_membershiprolebindings_body1.py → organizations_service_create_org_membership_role_binding_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{org_id_roles_body.py → organizations_service_create_org_role_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{orgs_id_body.py → organizations_service_update_organization_body.py} +162 -162
- lightning_sdk/lightning_cloud/openapi/models/{credits_autoreplenish_body.py → organizations_service_update_organization_credits_auto_replenish_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{validateautojoindomain_domain_body.py → organizations_service_validate_auto_join_domain_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{pipelinetemplates_id_body.py → pipeline_templates_service_update_pipeline_template_body.py} +42 -42
- lightning_sdk/lightning_cloud/openapi/models/{pipelines_id_body1.py → pipelines_service_create_child_pipeline_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{project_id_pipelines_body.py → pipelines_service_create_pipeline_body.py} +30 -30
- lightning_sdk/lightning_cloud/openapi/models/{pipelines_id_body.py → pipelines_service_update_pipeline_body.py} +74 -74
- lightning_sdk/lightning_cloud/openapi/models/{license_key_validate_body.py → product_license_service_validate_license_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{profiler_captures_body.py → profiler_service_create_profiler_capture_body.py} +34 -34
- lightning_sdk/lightning_cloud/openapi/models/{captures_id_body.py → profiler_service_update_profiler_capture_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{profiler_enabled_body.py → profiler_service_update_profiler_enabled_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{project_id_projectclustersbindings_body.py → projects_service_create_project_cluster_binding_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{project_id_memberships_body.py → projects_service_create_project_membership_body.py} +22 -22
- lightning_sdk/lightning_cloud/openapi/models/{user_id_membershiprolebindings_body.py → projects_service_create_project_membership_role_binding_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{projects_project_id_body.py → projects_service_create_project_role_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{project_id_invite_body.py → projects_service_invite_project_membership_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{projects_id_body.py → projects_service_update_project_body.py} +110 -110
- lightning_sdk/lightning_cloud/openapi/models/{project_tab_management_messages.py → projects_service_update_project_tab_order_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/protobuf_any.py +7 -58
- lightning_sdk/lightning_cloud/openapi/models/quest_service_complete_quest_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/quest_service_start_quest_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/{project_id_schedules_body.py → schedules_service_create_schedule_body.py} +42 -42
- lightning_sdk/lightning_cloud/openapi/models/schedules_service_create_schedule_run_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/{schedules_id_body.py → schedules_service_update_schedule_body.py} +70 -70
- lightning_sdk/lightning_cloud/openapi/models/{project_id_secrets_body.py → secret_service_create_secret_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{secrets_id_body1.py → secret_service_update_secret_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{secrets_id_body.py → secret_service_update_user_secret_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{cluster_id_slurmusers_body.py → slurm_jobs_user_service_create_slurm_cluster_user_body.py} +22 -22
- lightning_sdk/lightning_cloud/openapi/models/{slurm_jobs_body.py → slurm_jobs_user_service_create_user_slurm_job_body.py} +54 -54
- lightning_sdk/lightning_cloud/openapi/models/{jobs_id_body2.py → slurm_jobs_user_service_update_user_slurm_job_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{id_action_body.py → slurm_jobs_user_service_user_slurm_job_action_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{project_id_snowflake_body.py → snowflake_service_create_snowflake_connection_body.py} +10 -10
- lightning_sdk/lightning_cloud/openapi/models/{query_query_id_body.py → snowflake_service_execute_snowflake_query_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/{snowflake_export_body.py → snowflake_service_export_snowflake_query_body.py} +38 -38
- lightning_sdk/lightning_cloud/openapi/models/{snowflake_query_body.py → snowflake_service_update_snowflake_query_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/storage_service_abort_storage_transfer_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/{storage_complete_body.py → storage_service_complete_upload_project_artifact_body.py} +30 -30
- lightning_sdk/lightning_cloud/openapi/models/{project_id_storagetransfers_body.py → storage_service_create_storage_transfer_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/storage_service_pause_storage_transfer_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/storage_service_resume_storage_transfer_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/{project_id_storage_body.py → storage_service_upload_project_artifact_body.py} +22 -22
- lightning_sdk/lightning_cloud/openapi/models/{uploads_upload_id_body1.py → storage_service_upload_project_artifact_parts_body.py} +22 -22
- lightning_sdk/lightning_cloud/openapi/models/{uploads_upload_id_body.py → storage_service_upload_temporary_artifact_parts_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{storagetransfers_validate_body.py → storage_service_validate_storage_transfer_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{studioapp_jobs_body.py → studio_jobs_service_create_studio_job_body.py} +34 -34
- lightning_sdk/lightning_cloud/openapi/models/{jobs_id_body3.py → studio_jobs_service_update_studio_job_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{user_id_affiliatelinks_body.py → user_service_create_affiliate_link_body.py} +30 -30
- lightning_sdk/lightning_cloud/openapi/models/{affiliatelinks_id_body.py → user_service_update_affiliate_link_body.py} +14 -14
- lightning_sdk/lightning_cloud/openapi/models/{credits_autoreplenish_body1.py → user_service_update_user_credits_auto_replenish_body.py} +18 -18
- lightning_sdk/lightning_cloud/openapi/models/user_service_upload_settings_body.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_autoscaling_target_metric.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_aws_data_connection.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_billing_subscription.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_conversation.py +27 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_conversation_response_chunk.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_create_checkout_session_request.py +4 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_data_connection.py +6 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_deployment.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_deployment_alerting_policy_type.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_deployment_event.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_experiment.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_external_cluster_spec.py +27 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_generic_job.py +79 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_generic_job_spec.py +253 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_get_user_response.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_group_pod_metrics.py +6 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_health_check_http_get.py +79 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_incident.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_job.py +6 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_job_health_check_config.py +55 -3
- lightning_sdk/lightning_cloud/openapi/models/v1_job_spec.py +59 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_kubernetes_direct_v1.py +53 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_lit_dataset_version_archive.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_machine.py +79 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_machine_direct_v1.py +27 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_message_action.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_model_version_archive.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_multi_machine_job_event.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_pipeline_step_status.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_server_alert_severity.py +1 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_slurm_v1.py +4 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_slurm_v1_status.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_update_deployment_alerting_events_bulk_response.py +97 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_update_user_request.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_usage_report.py +6 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_user_features.py +183 -79
- lightning_sdk/lightning_cloud/openapi/models/v1_user_requested_compute_config.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_user_requested_flow_compute_config.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_volume.py +53 -1
- lightning_sdk/lightning_cloud/openapi/models/{volumes_id_body.py → volume_service_update_volume_body.py} +10 -10
- lightning_sdk/lightning_cloud/utils/data_connection.py +14 -8
- lightning_sdk/lightning_cloud/utils/dataset.py +3 -5
- lightning_sdk/plugin.py +2 -2
- lightning_sdk/teamspace.py +3 -2
- {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/METADATA +2 -2
- {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/RECORD +310 -287
- {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/LICENSE +0 -0
- {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/WHEEL +0 -0
- {lightning_sdk-2025.12.2.dist-info → lightning_sdk-2025.12.9.dist-info}/entry_points.txt +0 -0
- {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
|
|
31
|
+
class ProjectsServiceUpdateProjectBody(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.
|
|
@@ -99,7 +99,7 @@ class ProjectsIdBody(object):
|
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
def __init__(self, allow_aws_saas: 'bool' =None, allow_credits_auto_replenish: 'bool' =None, allow_dgx_saas: 'bool' =None, allow_external_project_duplication: 'bool' =None, allow_gcp_saas: 'bool' =None, allow_lambda_saas: 'bool' =None, allow_lightning_saas: 'bool' =None, allow_nebius_saas: 'bool' =None, allow_voltage_park_saas: 'bool' =None, allow_vultr_saas: 'bool' =None, auto_replenish_amount: 'float' =None, auto_replenish_threshold: 'float' =None, auto_switch_machine: 'bool' =None, budgeting_enabled: 'bool' =None, default_machine_type: 'str' =None, description: 'str' =None, display_name: 'str' =None, layout_config: 'list[V1ProjectTab]' =None, name: 'str' =None, preferred_cluster: 'str' =None, preferred_deployment_provider: 'str' =None, preferred_studio_provider: 'str' =None, quotas: 'V1Quotas' =None, same_compute_on_resume: 'bool' =None, start_studio_on_spot_instance: 'bool' =None, switch_to_default_machine_on_idle: 'bool' =None): # noqa: E501
|
|
102
|
-
"""
|
|
102
|
+
"""ProjectsServiceUpdateProjectBody - a model defined in Swagger""" # noqa: E501
|
|
103
103
|
self._allow_aws_saas = None
|
|
104
104
|
self._allow_credits_auto_replenish = None
|
|
105
105
|
self._allow_dgx_saas = None
|
|
@@ -182,20 +182,20 @@ class ProjectsIdBody(object):
|
|
|
182
182
|
|
|
183
183
|
@property
|
|
184
184
|
def allow_aws_saas(self) -> 'bool':
|
|
185
|
-
"""Gets the allow_aws_saas of this
|
|
185
|
+
"""Gets the allow_aws_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
186
186
|
|
|
187
187
|
|
|
188
|
-
:return: The allow_aws_saas of this
|
|
188
|
+
:return: The allow_aws_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
189
189
|
:rtype: bool
|
|
190
190
|
"""
|
|
191
191
|
return self._allow_aws_saas
|
|
192
192
|
|
|
193
193
|
@allow_aws_saas.setter
|
|
194
194
|
def allow_aws_saas(self, allow_aws_saas: 'bool'):
|
|
195
|
-
"""Sets the allow_aws_saas of this
|
|
195
|
+
"""Sets the allow_aws_saas of this ProjectsServiceUpdateProjectBody.
|
|
196
196
|
|
|
197
197
|
|
|
198
|
-
:param allow_aws_saas: The allow_aws_saas of this
|
|
198
|
+
:param allow_aws_saas: The allow_aws_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
199
199
|
:type: bool
|
|
200
200
|
"""
|
|
201
201
|
|
|
@@ -203,20 +203,20 @@ class ProjectsIdBody(object):
|
|
|
203
203
|
|
|
204
204
|
@property
|
|
205
205
|
def allow_credits_auto_replenish(self) -> 'bool':
|
|
206
|
-
"""Gets the allow_credits_auto_replenish of this
|
|
206
|
+
"""Gets the allow_credits_auto_replenish of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
207
207
|
|
|
208
208
|
|
|
209
|
-
:return: The allow_credits_auto_replenish of this
|
|
209
|
+
:return: The allow_credits_auto_replenish of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
210
210
|
:rtype: bool
|
|
211
211
|
"""
|
|
212
212
|
return self._allow_credits_auto_replenish
|
|
213
213
|
|
|
214
214
|
@allow_credits_auto_replenish.setter
|
|
215
215
|
def allow_credits_auto_replenish(self, allow_credits_auto_replenish: 'bool'):
|
|
216
|
-
"""Sets the allow_credits_auto_replenish of this
|
|
216
|
+
"""Sets the allow_credits_auto_replenish of this ProjectsServiceUpdateProjectBody.
|
|
217
217
|
|
|
218
218
|
|
|
219
|
-
:param allow_credits_auto_replenish: The allow_credits_auto_replenish of this
|
|
219
|
+
:param allow_credits_auto_replenish: The allow_credits_auto_replenish of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
220
220
|
:type: bool
|
|
221
221
|
"""
|
|
222
222
|
|
|
@@ -224,20 +224,20 @@ class ProjectsIdBody(object):
|
|
|
224
224
|
|
|
225
225
|
@property
|
|
226
226
|
def allow_dgx_saas(self) -> 'bool':
|
|
227
|
-
"""Gets the allow_dgx_saas of this
|
|
227
|
+
"""Gets the allow_dgx_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
228
228
|
|
|
229
229
|
|
|
230
|
-
:return: The allow_dgx_saas of this
|
|
230
|
+
:return: The allow_dgx_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
231
231
|
:rtype: bool
|
|
232
232
|
"""
|
|
233
233
|
return self._allow_dgx_saas
|
|
234
234
|
|
|
235
235
|
@allow_dgx_saas.setter
|
|
236
236
|
def allow_dgx_saas(self, allow_dgx_saas: 'bool'):
|
|
237
|
-
"""Sets the allow_dgx_saas of this
|
|
237
|
+
"""Sets the allow_dgx_saas of this ProjectsServiceUpdateProjectBody.
|
|
238
238
|
|
|
239
239
|
|
|
240
|
-
:param allow_dgx_saas: The allow_dgx_saas of this
|
|
240
|
+
:param allow_dgx_saas: The allow_dgx_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
241
241
|
:type: bool
|
|
242
242
|
"""
|
|
243
243
|
|
|
@@ -245,20 +245,20 @@ class ProjectsIdBody(object):
|
|
|
245
245
|
|
|
246
246
|
@property
|
|
247
247
|
def allow_external_project_duplication(self) -> 'bool':
|
|
248
|
-
"""Gets the allow_external_project_duplication of this
|
|
248
|
+
"""Gets the allow_external_project_duplication of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
249
249
|
|
|
250
250
|
|
|
251
|
-
:return: The allow_external_project_duplication of this
|
|
251
|
+
:return: The allow_external_project_duplication of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
252
252
|
:rtype: bool
|
|
253
253
|
"""
|
|
254
254
|
return self._allow_external_project_duplication
|
|
255
255
|
|
|
256
256
|
@allow_external_project_duplication.setter
|
|
257
257
|
def allow_external_project_duplication(self, allow_external_project_duplication: 'bool'):
|
|
258
|
-
"""Sets the allow_external_project_duplication of this
|
|
258
|
+
"""Sets the allow_external_project_duplication of this ProjectsServiceUpdateProjectBody.
|
|
259
259
|
|
|
260
260
|
|
|
261
|
-
:param allow_external_project_duplication: The allow_external_project_duplication of this
|
|
261
|
+
:param allow_external_project_duplication: The allow_external_project_duplication of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
262
262
|
:type: bool
|
|
263
263
|
"""
|
|
264
264
|
|
|
@@ -266,20 +266,20 @@ class ProjectsIdBody(object):
|
|
|
266
266
|
|
|
267
267
|
@property
|
|
268
268
|
def allow_gcp_saas(self) -> 'bool':
|
|
269
|
-
"""Gets the allow_gcp_saas of this
|
|
269
|
+
"""Gets the allow_gcp_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
270
270
|
|
|
271
271
|
|
|
272
|
-
:return: The allow_gcp_saas of this
|
|
272
|
+
:return: The allow_gcp_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
273
273
|
:rtype: bool
|
|
274
274
|
"""
|
|
275
275
|
return self._allow_gcp_saas
|
|
276
276
|
|
|
277
277
|
@allow_gcp_saas.setter
|
|
278
278
|
def allow_gcp_saas(self, allow_gcp_saas: 'bool'):
|
|
279
|
-
"""Sets the allow_gcp_saas of this
|
|
279
|
+
"""Sets the allow_gcp_saas of this ProjectsServiceUpdateProjectBody.
|
|
280
280
|
|
|
281
281
|
|
|
282
|
-
:param allow_gcp_saas: The allow_gcp_saas of this
|
|
282
|
+
:param allow_gcp_saas: The allow_gcp_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
283
283
|
:type: bool
|
|
284
284
|
"""
|
|
285
285
|
|
|
@@ -287,20 +287,20 @@ class ProjectsIdBody(object):
|
|
|
287
287
|
|
|
288
288
|
@property
|
|
289
289
|
def allow_lambda_saas(self) -> 'bool':
|
|
290
|
-
"""Gets the allow_lambda_saas of this
|
|
290
|
+
"""Gets the allow_lambda_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
291
291
|
|
|
292
292
|
|
|
293
|
-
:return: The allow_lambda_saas of this
|
|
293
|
+
:return: The allow_lambda_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
294
294
|
:rtype: bool
|
|
295
295
|
"""
|
|
296
296
|
return self._allow_lambda_saas
|
|
297
297
|
|
|
298
298
|
@allow_lambda_saas.setter
|
|
299
299
|
def allow_lambda_saas(self, allow_lambda_saas: 'bool'):
|
|
300
|
-
"""Sets the allow_lambda_saas of this
|
|
300
|
+
"""Sets the allow_lambda_saas of this ProjectsServiceUpdateProjectBody.
|
|
301
301
|
|
|
302
302
|
|
|
303
|
-
:param allow_lambda_saas: The allow_lambda_saas of this
|
|
303
|
+
:param allow_lambda_saas: The allow_lambda_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
304
304
|
:type: bool
|
|
305
305
|
"""
|
|
306
306
|
|
|
@@ -308,20 +308,20 @@ class ProjectsIdBody(object):
|
|
|
308
308
|
|
|
309
309
|
@property
|
|
310
310
|
def allow_lightning_saas(self) -> 'bool':
|
|
311
|
-
"""Gets the allow_lightning_saas of this
|
|
311
|
+
"""Gets the allow_lightning_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
312
312
|
|
|
313
313
|
|
|
314
|
-
:return: The allow_lightning_saas of this
|
|
314
|
+
:return: The allow_lightning_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
315
315
|
:rtype: bool
|
|
316
316
|
"""
|
|
317
317
|
return self._allow_lightning_saas
|
|
318
318
|
|
|
319
319
|
@allow_lightning_saas.setter
|
|
320
320
|
def allow_lightning_saas(self, allow_lightning_saas: 'bool'):
|
|
321
|
-
"""Sets the allow_lightning_saas of this
|
|
321
|
+
"""Sets the allow_lightning_saas of this ProjectsServiceUpdateProjectBody.
|
|
322
322
|
|
|
323
323
|
|
|
324
|
-
:param allow_lightning_saas: The allow_lightning_saas of this
|
|
324
|
+
:param allow_lightning_saas: The allow_lightning_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
325
325
|
:type: bool
|
|
326
326
|
"""
|
|
327
327
|
|
|
@@ -329,20 +329,20 @@ class ProjectsIdBody(object):
|
|
|
329
329
|
|
|
330
330
|
@property
|
|
331
331
|
def allow_nebius_saas(self) -> 'bool':
|
|
332
|
-
"""Gets the allow_nebius_saas of this
|
|
332
|
+
"""Gets the allow_nebius_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
333
333
|
|
|
334
334
|
|
|
335
|
-
:return: The allow_nebius_saas of this
|
|
335
|
+
:return: The allow_nebius_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
336
336
|
:rtype: bool
|
|
337
337
|
"""
|
|
338
338
|
return self._allow_nebius_saas
|
|
339
339
|
|
|
340
340
|
@allow_nebius_saas.setter
|
|
341
341
|
def allow_nebius_saas(self, allow_nebius_saas: 'bool'):
|
|
342
|
-
"""Sets the allow_nebius_saas of this
|
|
342
|
+
"""Sets the allow_nebius_saas of this ProjectsServiceUpdateProjectBody.
|
|
343
343
|
|
|
344
344
|
|
|
345
|
-
:param allow_nebius_saas: The allow_nebius_saas of this
|
|
345
|
+
:param allow_nebius_saas: The allow_nebius_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
346
346
|
:type: bool
|
|
347
347
|
"""
|
|
348
348
|
|
|
@@ -350,20 +350,20 @@ class ProjectsIdBody(object):
|
|
|
350
350
|
|
|
351
351
|
@property
|
|
352
352
|
def allow_voltage_park_saas(self) -> 'bool':
|
|
353
|
-
"""Gets the allow_voltage_park_saas of this
|
|
353
|
+
"""Gets the allow_voltage_park_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
354
354
|
|
|
355
355
|
|
|
356
|
-
:return: The allow_voltage_park_saas of this
|
|
356
|
+
:return: The allow_voltage_park_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
357
357
|
:rtype: bool
|
|
358
358
|
"""
|
|
359
359
|
return self._allow_voltage_park_saas
|
|
360
360
|
|
|
361
361
|
@allow_voltage_park_saas.setter
|
|
362
362
|
def allow_voltage_park_saas(self, allow_voltage_park_saas: 'bool'):
|
|
363
|
-
"""Sets the allow_voltage_park_saas of this
|
|
363
|
+
"""Sets the allow_voltage_park_saas of this ProjectsServiceUpdateProjectBody.
|
|
364
364
|
|
|
365
365
|
|
|
366
|
-
:param allow_voltage_park_saas: The allow_voltage_park_saas of this
|
|
366
|
+
:param allow_voltage_park_saas: The allow_voltage_park_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
367
367
|
:type: bool
|
|
368
368
|
"""
|
|
369
369
|
|
|
@@ -371,20 +371,20 @@ class ProjectsIdBody(object):
|
|
|
371
371
|
|
|
372
372
|
@property
|
|
373
373
|
def allow_vultr_saas(self) -> 'bool':
|
|
374
|
-
"""Gets the allow_vultr_saas of this
|
|
374
|
+
"""Gets the allow_vultr_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
375
375
|
|
|
376
376
|
|
|
377
|
-
:return: The allow_vultr_saas of this
|
|
377
|
+
:return: The allow_vultr_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
378
378
|
:rtype: bool
|
|
379
379
|
"""
|
|
380
380
|
return self._allow_vultr_saas
|
|
381
381
|
|
|
382
382
|
@allow_vultr_saas.setter
|
|
383
383
|
def allow_vultr_saas(self, allow_vultr_saas: 'bool'):
|
|
384
|
-
"""Sets the allow_vultr_saas of this
|
|
384
|
+
"""Sets the allow_vultr_saas of this ProjectsServiceUpdateProjectBody.
|
|
385
385
|
|
|
386
386
|
|
|
387
|
-
:param allow_vultr_saas: The allow_vultr_saas of this
|
|
387
|
+
:param allow_vultr_saas: The allow_vultr_saas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
388
388
|
:type: bool
|
|
389
389
|
"""
|
|
390
390
|
|
|
@@ -392,20 +392,20 @@ class ProjectsIdBody(object):
|
|
|
392
392
|
|
|
393
393
|
@property
|
|
394
394
|
def auto_replenish_amount(self) -> 'float':
|
|
395
|
-
"""Gets the auto_replenish_amount of this
|
|
395
|
+
"""Gets the auto_replenish_amount of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
396
396
|
|
|
397
397
|
|
|
398
|
-
:return: The auto_replenish_amount of this
|
|
398
|
+
:return: The auto_replenish_amount of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
399
399
|
:rtype: float
|
|
400
400
|
"""
|
|
401
401
|
return self._auto_replenish_amount
|
|
402
402
|
|
|
403
403
|
@auto_replenish_amount.setter
|
|
404
404
|
def auto_replenish_amount(self, auto_replenish_amount: 'float'):
|
|
405
|
-
"""Sets the auto_replenish_amount of this
|
|
405
|
+
"""Sets the auto_replenish_amount of this ProjectsServiceUpdateProjectBody.
|
|
406
406
|
|
|
407
407
|
|
|
408
|
-
:param auto_replenish_amount: The auto_replenish_amount of this
|
|
408
|
+
:param auto_replenish_amount: The auto_replenish_amount of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
409
409
|
:type: float
|
|
410
410
|
"""
|
|
411
411
|
|
|
@@ -413,20 +413,20 @@ class ProjectsIdBody(object):
|
|
|
413
413
|
|
|
414
414
|
@property
|
|
415
415
|
def auto_replenish_threshold(self) -> 'float':
|
|
416
|
-
"""Gets the auto_replenish_threshold of this
|
|
416
|
+
"""Gets the auto_replenish_threshold of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
417
417
|
|
|
418
418
|
|
|
419
|
-
:return: The auto_replenish_threshold of this
|
|
419
|
+
:return: The auto_replenish_threshold of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
420
420
|
:rtype: float
|
|
421
421
|
"""
|
|
422
422
|
return self._auto_replenish_threshold
|
|
423
423
|
|
|
424
424
|
@auto_replenish_threshold.setter
|
|
425
425
|
def auto_replenish_threshold(self, auto_replenish_threshold: 'float'):
|
|
426
|
-
"""Sets the auto_replenish_threshold of this
|
|
426
|
+
"""Sets the auto_replenish_threshold of this ProjectsServiceUpdateProjectBody.
|
|
427
427
|
|
|
428
428
|
|
|
429
|
-
:param auto_replenish_threshold: The auto_replenish_threshold of this
|
|
429
|
+
:param auto_replenish_threshold: The auto_replenish_threshold of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
430
430
|
:type: float
|
|
431
431
|
"""
|
|
432
432
|
|
|
@@ -434,20 +434,20 @@ class ProjectsIdBody(object):
|
|
|
434
434
|
|
|
435
435
|
@property
|
|
436
436
|
def auto_switch_machine(self) -> 'bool':
|
|
437
|
-
"""Gets the auto_switch_machine of this
|
|
437
|
+
"""Gets the auto_switch_machine of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
438
438
|
|
|
439
439
|
|
|
440
|
-
:return: The auto_switch_machine of this
|
|
440
|
+
:return: The auto_switch_machine of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
441
441
|
:rtype: bool
|
|
442
442
|
"""
|
|
443
443
|
return self._auto_switch_machine
|
|
444
444
|
|
|
445
445
|
@auto_switch_machine.setter
|
|
446
446
|
def auto_switch_machine(self, auto_switch_machine: 'bool'):
|
|
447
|
-
"""Sets the auto_switch_machine of this
|
|
447
|
+
"""Sets the auto_switch_machine of this ProjectsServiceUpdateProjectBody.
|
|
448
448
|
|
|
449
449
|
|
|
450
|
-
:param auto_switch_machine: The auto_switch_machine of this
|
|
450
|
+
:param auto_switch_machine: The auto_switch_machine of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
451
451
|
:type: bool
|
|
452
452
|
"""
|
|
453
453
|
|
|
@@ -455,20 +455,20 @@ class ProjectsIdBody(object):
|
|
|
455
455
|
|
|
456
456
|
@property
|
|
457
457
|
def budgeting_enabled(self) -> 'bool':
|
|
458
|
-
"""Gets the budgeting_enabled of this
|
|
458
|
+
"""Gets the budgeting_enabled of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
459
459
|
|
|
460
460
|
|
|
461
|
-
:return: The budgeting_enabled of this
|
|
461
|
+
:return: The budgeting_enabled of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
462
462
|
:rtype: bool
|
|
463
463
|
"""
|
|
464
464
|
return self._budgeting_enabled
|
|
465
465
|
|
|
466
466
|
@budgeting_enabled.setter
|
|
467
467
|
def budgeting_enabled(self, budgeting_enabled: 'bool'):
|
|
468
|
-
"""Sets the budgeting_enabled of this
|
|
468
|
+
"""Sets the budgeting_enabled of this ProjectsServiceUpdateProjectBody.
|
|
469
469
|
|
|
470
470
|
|
|
471
|
-
:param budgeting_enabled: The budgeting_enabled of this
|
|
471
|
+
:param budgeting_enabled: The budgeting_enabled of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
472
472
|
:type: bool
|
|
473
473
|
"""
|
|
474
474
|
|
|
@@ -476,20 +476,20 @@ class ProjectsIdBody(object):
|
|
|
476
476
|
|
|
477
477
|
@property
|
|
478
478
|
def default_machine_type(self) -> 'str':
|
|
479
|
-
"""Gets the default_machine_type of this
|
|
479
|
+
"""Gets the default_machine_type of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
480
480
|
|
|
481
481
|
|
|
482
|
-
:return: The default_machine_type of this
|
|
482
|
+
:return: The default_machine_type of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
483
483
|
:rtype: str
|
|
484
484
|
"""
|
|
485
485
|
return self._default_machine_type
|
|
486
486
|
|
|
487
487
|
@default_machine_type.setter
|
|
488
488
|
def default_machine_type(self, default_machine_type: 'str'):
|
|
489
|
-
"""Sets the default_machine_type of this
|
|
489
|
+
"""Sets the default_machine_type of this ProjectsServiceUpdateProjectBody.
|
|
490
490
|
|
|
491
491
|
|
|
492
|
-
:param default_machine_type: The default_machine_type of this
|
|
492
|
+
:param default_machine_type: The default_machine_type of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
493
493
|
:type: str
|
|
494
494
|
"""
|
|
495
495
|
|
|
@@ -497,20 +497,20 @@ class ProjectsIdBody(object):
|
|
|
497
497
|
|
|
498
498
|
@property
|
|
499
499
|
def description(self) -> 'str':
|
|
500
|
-
"""Gets the description of this
|
|
500
|
+
"""Gets the description of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
501
501
|
|
|
502
502
|
|
|
503
|
-
:return: The description of this
|
|
503
|
+
:return: The description of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
504
504
|
:rtype: str
|
|
505
505
|
"""
|
|
506
506
|
return self._description
|
|
507
507
|
|
|
508
508
|
@description.setter
|
|
509
509
|
def description(self, description: 'str'):
|
|
510
|
-
"""Sets the description of this
|
|
510
|
+
"""Sets the description of this ProjectsServiceUpdateProjectBody.
|
|
511
511
|
|
|
512
512
|
|
|
513
|
-
:param description: The description of this
|
|
513
|
+
:param description: The description of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
514
514
|
:type: str
|
|
515
515
|
"""
|
|
516
516
|
|
|
@@ -518,20 +518,20 @@ class ProjectsIdBody(object):
|
|
|
518
518
|
|
|
519
519
|
@property
|
|
520
520
|
def display_name(self) -> 'str':
|
|
521
|
-
"""Gets the display_name of this
|
|
521
|
+
"""Gets the display_name of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
522
522
|
|
|
523
523
|
|
|
524
|
-
:return: The display_name of this
|
|
524
|
+
:return: The display_name of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
525
525
|
:rtype: str
|
|
526
526
|
"""
|
|
527
527
|
return self._display_name
|
|
528
528
|
|
|
529
529
|
@display_name.setter
|
|
530
530
|
def display_name(self, display_name: 'str'):
|
|
531
|
-
"""Sets the display_name of this
|
|
531
|
+
"""Sets the display_name of this ProjectsServiceUpdateProjectBody.
|
|
532
532
|
|
|
533
533
|
|
|
534
|
-
:param display_name: The display_name of this
|
|
534
|
+
:param display_name: The display_name of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
535
535
|
:type: str
|
|
536
536
|
"""
|
|
537
537
|
|
|
@@ -539,20 +539,20 @@ class ProjectsIdBody(object):
|
|
|
539
539
|
|
|
540
540
|
@property
|
|
541
541
|
def layout_config(self) -> 'list[V1ProjectTab]':
|
|
542
|
-
"""Gets the layout_config of this
|
|
542
|
+
"""Gets the layout_config of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
543
543
|
|
|
544
544
|
|
|
545
|
-
:return: The layout_config of this
|
|
545
|
+
:return: The layout_config of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
546
546
|
:rtype: list[V1ProjectTab]
|
|
547
547
|
"""
|
|
548
548
|
return self._layout_config
|
|
549
549
|
|
|
550
550
|
@layout_config.setter
|
|
551
551
|
def layout_config(self, layout_config: 'list[V1ProjectTab]'):
|
|
552
|
-
"""Sets the layout_config of this
|
|
552
|
+
"""Sets the layout_config of this ProjectsServiceUpdateProjectBody.
|
|
553
553
|
|
|
554
554
|
|
|
555
|
-
:param layout_config: The layout_config of this
|
|
555
|
+
:param layout_config: The layout_config of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
556
556
|
:type: list[V1ProjectTab]
|
|
557
557
|
"""
|
|
558
558
|
|
|
@@ -560,20 +560,20 @@ class ProjectsIdBody(object):
|
|
|
560
560
|
|
|
561
561
|
@property
|
|
562
562
|
def name(self) -> 'str':
|
|
563
|
-
"""Gets the name of this
|
|
563
|
+
"""Gets the name of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
564
564
|
|
|
565
565
|
|
|
566
|
-
:return: The name of this
|
|
566
|
+
:return: The name of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
567
567
|
:rtype: str
|
|
568
568
|
"""
|
|
569
569
|
return self._name
|
|
570
570
|
|
|
571
571
|
@name.setter
|
|
572
572
|
def name(self, name: 'str'):
|
|
573
|
-
"""Sets the name of this
|
|
573
|
+
"""Sets the name of this ProjectsServiceUpdateProjectBody.
|
|
574
574
|
|
|
575
575
|
|
|
576
|
-
:param name: The name of this
|
|
576
|
+
:param name: The name of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
577
577
|
:type: str
|
|
578
578
|
"""
|
|
579
579
|
|
|
@@ -581,20 +581,20 @@ class ProjectsIdBody(object):
|
|
|
581
581
|
|
|
582
582
|
@property
|
|
583
583
|
def preferred_cluster(self) -> 'str':
|
|
584
|
-
"""Gets the preferred_cluster of this
|
|
584
|
+
"""Gets the preferred_cluster of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
585
585
|
|
|
586
586
|
|
|
587
|
-
:return: The preferred_cluster of this
|
|
587
|
+
:return: The preferred_cluster of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
588
588
|
:rtype: str
|
|
589
589
|
"""
|
|
590
590
|
return self._preferred_cluster
|
|
591
591
|
|
|
592
592
|
@preferred_cluster.setter
|
|
593
593
|
def preferred_cluster(self, preferred_cluster: 'str'):
|
|
594
|
-
"""Sets the preferred_cluster of this
|
|
594
|
+
"""Sets the preferred_cluster of this ProjectsServiceUpdateProjectBody.
|
|
595
595
|
|
|
596
596
|
|
|
597
|
-
:param preferred_cluster: The preferred_cluster of this
|
|
597
|
+
:param preferred_cluster: The preferred_cluster of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
598
598
|
:type: str
|
|
599
599
|
"""
|
|
600
600
|
|
|
@@ -602,20 +602,20 @@ class ProjectsIdBody(object):
|
|
|
602
602
|
|
|
603
603
|
@property
|
|
604
604
|
def preferred_deployment_provider(self) -> 'str':
|
|
605
|
-
"""Gets the preferred_deployment_provider of this
|
|
605
|
+
"""Gets the preferred_deployment_provider of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
606
606
|
|
|
607
607
|
|
|
608
|
-
:return: The preferred_deployment_provider of this
|
|
608
|
+
:return: The preferred_deployment_provider of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
609
609
|
:rtype: str
|
|
610
610
|
"""
|
|
611
611
|
return self._preferred_deployment_provider
|
|
612
612
|
|
|
613
613
|
@preferred_deployment_provider.setter
|
|
614
614
|
def preferred_deployment_provider(self, preferred_deployment_provider: 'str'):
|
|
615
|
-
"""Sets the preferred_deployment_provider of this
|
|
615
|
+
"""Sets the preferred_deployment_provider of this ProjectsServiceUpdateProjectBody.
|
|
616
616
|
|
|
617
617
|
|
|
618
|
-
:param preferred_deployment_provider: The preferred_deployment_provider of this
|
|
618
|
+
:param preferred_deployment_provider: The preferred_deployment_provider of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
619
619
|
:type: str
|
|
620
620
|
"""
|
|
621
621
|
|
|
@@ -623,20 +623,20 @@ class ProjectsIdBody(object):
|
|
|
623
623
|
|
|
624
624
|
@property
|
|
625
625
|
def preferred_studio_provider(self) -> 'str':
|
|
626
|
-
"""Gets the preferred_studio_provider of this
|
|
626
|
+
"""Gets the preferred_studio_provider of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
627
627
|
|
|
628
628
|
|
|
629
|
-
:return: The preferred_studio_provider of this
|
|
629
|
+
:return: The preferred_studio_provider of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
630
630
|
:rtype: str
|
|
631
631
|
"""
|
|
632
632
|
return self._preferred_studio_provider
|
|
633
633
|
|
|
634
634
|
@preferred_studio_provider.setter
|
|
635
635
|
def preferred_studio_provider(self, preferred_studio_provider: 'str'):
|
|
636
|
-
"""Sets the preferred_studio_provider of this
|
|
636
|
+
"""Sets the preferred_studio_provider of this ProjectsServiceUpdateProjectBody.
|
|
637
637
|
|
|
638
638
|
|
|
639
|
-
:param preferred_studio_provider: The preferred_studio_provider of this
|
|
639
|
+
:param preferred_studio_provider: The preferred_studio_provider of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
640
640
|
:type: str
|
|
641
641
|
"""
|
|
642
642
|
|
|
@@ -644,20 +644,20 @@ class ProjectsIdBody(object):
|
|
|
644
644
|
|
|
645
645
|
@property
|
|
646
646
|
def quotas(self) -> 'V1Quotas':
|
|
647
|
-
"""Gets the quotas of this
|
|
647
|
+
"""Gets the quotas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
648
648
|
|
|
649
649
|
|
|
650
|
-
:return: The quotas of this
|
|
650
|
+
:return: The quotas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
651
651
|
:rtype: V1Quotas
|
|
652
652
|
"""
|
|
653
653
|
return self._quotas
|
|
654
654
|
|
|
655
655
|
@quotas.setter
|
|
656
656
|
def quotas(self, quotas: 'V1Quotas'):
|
|
657
|
-
"""Sets the quotas of this
|
|
657
|
+
"""Sets the quotas of this ProjectsServiceUpdateProjectBody.
|
|
658
658
|
|
|
659
659
|
|
|
660
|
-
:param quotas: The quotas of this
|
|
660
|
+
:param quotas: The quotas of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
661
661
|
:type: V1Quotas
|
|
662
662
|
"""
|
|
663
663
|
|
|
@@ -665,20 +665,20 @@ class ProjectsIdBody(object):
|
|
|
665
665
|
|
|
666
666
|
@property
|
|
667
667
|
def same_compute_on_resume(self) -> 'bool':
|
|
668
|
-
"""Gets the same_compute_on_resume of this
|
|
668
|
+
"""Gets the same_compute_on_resume of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
669
669
|
|
|
670
670
|
|
|
671
|
-
:return: The same_compute_on_resume of this
|
|
671
|
+
:return: The same_compute_on_resume of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
672
672
|
:rtype: bool
|
|
673
673
|
"""
|
|
674
674
|
return self._same_compute_on_resume
|
|
675
675
|
|
|
676
676
|
@same_compute_on_resume.setter
|
|
677
677
|
def same_compute_on_resume(self, same_compute_on_resume: 'bool'):
|
|
678
|
-
"""Sets the same_compute_on_resume of this
|
|
678
|
+
"""Sets the same_compute_on_resume of this ProjectsServiceUpdateProjectBody.
|
|
679
679
|
|
|
680
680
|
|
|
681
|
-
:param same_compute_on_resume: The same_compute_on_resume of this
|
|
681
|
+
:param same_compute_on_resume: The same_compute_on_resume of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
682
682
|
:type: bool
|
|
683
683
|
"""
|
|
684
684
|
|
|
@@ -686,20 +686,20 @@ class ProjectsIdBody(object):
|
|
|
686
686
|
|
|
687
687
|
@property
|
|
688
688
|
def start_studio_on_spot_instance(self) -> 'bool':
|
|
689
|
-
"""Gets the start_studio_on_spot_instance of this
|
|
689
|
+
"""Gets the start_studio_on_spot_instance of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
690
690
|
|
|
691
691
|
|
|
692
|
-
:return: The start_studio_on_spot_instance of this
|
|
692
|
+
:return: The start_studio_on_spot_instance of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
693
693
|
:rtype: bool
|
|
694
694
|
"""
|
|
695
695
|
return self._start_studio_on_spot_instance
|
|
696
696
|
|
|
697
697
|
@start_studio_on_spot_instance.setter
|
|
698
698
|
def start_studio_on_spot_instance(self, start_studio_on_spot_instance: 'bool'):
|
|
699
|
-
"""Sets the start_studio_on_spot_instance of this
|
|
699
|
+
"""Sets the start_studio_on_spot_instance of this ProjectsServiceUpdateProjectBody.
|
|
700
700
|
|
|
701
701
|
|
|
702
|
-
:param start_studio_on_spot_instance: The start_studio_on_spot_instance of this
|
|
702
|
+
:param start_studio_on_spot_instance: The start_studio_on_spot_instance of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
703
703
|
:type: bool
|
|
704
704
|
"""
|
|
705
705
|
|
|
@@ -707,20 +707,20 @@ class ProjectsIdBody(object):
|
|
|
707
707
|
|
|
708
708
|
@property
|
|
709
709
|
def switch_to_default_machine_on_idle(self) -> 'bool':
|
|
710
|
-
"""Gets the switch_to_default_machine_on_idle of this
|
|
710
|
+
"""Gets the switch_to_default_machine_on_idle of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
711
711
|
|
|
712
712
|
|
|
713
|
-
:return: The switch_to_default_machine_on_idle of this
|
|
713
|
+
:return: The switch_to_default_machine_on_idle of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
714
714
|
:rtype: bool
|
|
715
715
|
"""
|
|
716
716
|
return self._switch_to_default_machine_on_idle
|
|
717
717
|
|
|
718
718
|
@switch_to_default_machine_on_idle.setter
|
|
719
719
|
def switch_to_default_machine_on_idle(self, switch_to_default_machine_on_idle: 'bool'):
|
|
720
|
-
"""Sets the switch_to_default_machine_on_idle of this
|
|
720
|
+
"""Sets the switch_to_default_machine_on_idle of this ProjectsServiceUpdateProjectBody.
|
|
721
721
|
|
|
722
722
|
|
|
723
|
-
:param switch_to_default_machine_on_idle: The switch_to_default_machine_on_idle of this
|
|
723
|
+
:param switch_to_default_machine_on_idle: The switch_to_default_machine_on_idle of this ProjectsServiceUpdateProjectBody. # noqa: E501
|
|
724
724
|
:type: bool
|
|
725
725
|
"""
|
|
726
726
|
|
|
@@ -747,7 +747,7 @@ class ProjectsIdBody(object):
|
|
|
747
747
|
))
|
|
748
748
|
else:
|
|
749
749
|
result[attr] = value
|
|
750
|
-
if issubclass(
|
|
750
|
+
if issubclass(ProjectsServiceUpdateProjectBody, dict):
|
|
751
751
|
for key, value in self.items():
|
|
752
752
|
result[key] = value
|
|
753
753
|
|
|
@@ -761,13 +761,13 @@ class ProjectsIdBody(object):
|
|
|
761
761
|
"""For `print` and `pprint`"""
|
|
762
762
|
return self.to_str()
|
|
763
763
|
|
|
764
|
-
def __eq__(self, other: '
|
|
764
|
+
def __eq__(self, other: 'ProjectsServiceUpdateProjectBody') -> bool:
|
|
765
765
|
"""Returns true if both objects are equal"""
|
|
766
|
-
if not isinstance(other,
|
|
766
|
+
if not isinstance(other, ProjectsServiceUpdateProjectBody):
|
|
767
767
|
return False
|
|
768
768
|
|
|
769
769
|
return self.__dict__ == other.__dict__
|
|
770
770
|
|
|
771
|
-
def __ne__(self, other: '
|
|
771
|
+
def __ne__(self, other: 'ProjectsServiceUpdateProjectBody') -> bool:
|
|
772
772
|
"""Returns true if both objects are not equal"""
|
|
773
773
|
return not self == other
|