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 JobsServiceUpdateDeploymentBody(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.
|
|
@@ -107,7 +107,7 @@ class DeploymentsIdBody(object):
|
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
def __init__(self, source: 'str' =None, api_standard: 'str' =None, apis: 'list[V1DeploymentAPI]' =None, assistant_id: 'str' =None, autoscaling: 'V1AutoscalingSpec' =None, cloudspace_id: 'str' =None, created_at: 'datetime' =None, current_state: 'V1DeploymentState' =None, debug: 'bool' =None, desired_state: 'V1DeploymentState' =None, endpoint: 'V1Endpoint' =None, is_published: 'bool' =None, managed: 'bool' =None, managed_endpoint_id: 'str' =None, name: 'str' =None, oncall_notification: 'bool' =None, parameter_spec: 'V1ParameterizationSpec' =None, pipeline_id: 'str' =None, recipients: 'V1DeploymentAlertingRecipients' =None, release_id: 'str' =None, replicas: 'int' =None, reuse_servers: 'bool' =None, spec: 'V1JobSpec' =None, status: 'V1DeploymentStatus' =None, strategy: 'V1DeploymentStrategy' =None, template_id: 'str' =None, total_cost: 'float' =None, updated_at: 'datetime' =None, user_id: 'str' =None, visibility: 'V1ResourceVisibility' =None): # noqa: E501
|
|
110
|
-
"""
|
|
110
|
+
"""JobsServiceUpdateDeploymentBody - a model defined in Swagger""" # noqa: E501
|
|
111
111
|
self._source = None
|
|
112
112
|
self._api_standard = None
|
|
113
113
|
self._apis = None
|
|
@@ -202,20 +202,22 @@ class DeploymentsIdBody(object):
|
|
|
202
202
|
|
|
203
203
|
@property
|
|
204
204
|
def source(self) -> 'str':
|
|
205
|
-
"""Gets the source of this
|
|
205
|
+
"""Gets the source of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
206
206
|
|
|
207
|
+
Source of deployment such as LitServe, LitModels etc. # noqa: E501
|
|
207
208
|
|
|
208
|
-
:return: The source of this
|
|
209
|
+
:return: The source of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
209
210
|
:rtype: str
|
|
210
211
|
"""
|
|
211
212
|
return self._source
|
|
212
213
|
|
|
213
214
|
@source.setter
|
|
214
215
|
def source(self, source: 'str'):
|
|
215
|
-
"""Sets the source of this
|
|
216
|
+
"""Sets the source of this JobsServiceUpdateDeploymentBody.
|
|
216
217
|
|
|
218
|
+
Source of deployment such as LitServe, LitModels etc. # noqa: E501
|
|
217
219
|
|
|
218
|
-
:param source: The source of this
|
|
220
|
+
:param source: The source of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
219
221
|
:type: str
|
|
220
222
|
"""
|
|
221
223
|
|
|
@@ -223,20 +225,20 @@ class DeploymentsIdBody(object):
|
|
|
223
225
|
|
|
224
226
|
@property
|
|
225
227
|
def api_standard(self) -> 'str':
|
|
226
|
-
"""Gets the api_standard of this
|
|
228
|
+
"""Gets the api_standard of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
227
229
|
|
|
228
230
|
|
|
229
|
-
:return: The api_standard of this
|
|
231
|
+
:return: The api_standard of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
230
232
|
:rtype: str
|
|
231
233
|
"""
|
|
232
234
|
return self._api_standard
|
|
233
235
|
|
|
234
236
|
@api_standard.setter
|
|
235
237
|
def api_standard(self, api_standard: 'str'):
|
|
236
|
-
"""Sets the api_standard of this
|
|
238
|
+
"""Sets the api_standard of this JobsServiceUpdateDeploymentBody.
|
|
237
239
|
|
|
238
240
|
|
|
239
|
-
:param api_standard: The api_standard of this
|
|
241
|
+
:param api_standard: The api_standard of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
240
242
|
:type: str
|
|
241
243
|
"""
|
|
242
244
|
|
|
@@ -244,20 +246,20 @@ class DeploymentsIdBody(object):
|
|
|
244
246
|
|
|
245
247
|
@property
|
|
246
248
|
def apis(self) -> 'list[V1DeploymentAPI]':
|
|
247
|
-
"""Gets the apis of this
|
|
249
|
+
"""Gets the apis of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
248
250
|
|
|
249
251
|
|
|
250
|
-
:return: The apis of this
|
|
252
|
+
:return: The apis of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
251
253
|
:rtype: list[V1DeploymentAPI]
|
|
252
254
|
"""
|
|
253
255
|
return self._apis
|
|
254
256
|
|
|
255
257
|
@apis.setter
|
|
256
258
|
def apis(self, apis: 'list[V1DeploymentAPI]'):
|
|
257
|
-
"""Sets the apis of this
|
|
259
|
+
"""Sets the apis of this JobsServiceUpdateDeploymentBody.
|
|
258
260
|
|
|
259
261
|
|
|
260
|
-
:param apis: The apis of this
|
|
262
|
+
:param apis: The apis of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
261
263
|
:type: list[V1DeploymentAPI]
|
|
262
264
|
"""
|
|
263
265
|
|
|
@@ -265,20 +267,20 @@ class DeploymentsIdBody(object):
|
|
|
265
267
|
|
|
266
268
|
@property
|
|
267
269
|
def assistant_id(self) -> 'str':
|
|
268
|
-
"""Gets the assistant_id of this
|
|
270
|
+
"""Gets the assistant_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
269
271
|
|
|
270
272
|
|
|
271
|
-
:return: The assistant_id of this
|
|
273
|
+
:return: The assistant_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
272
274
|
:rtype: str
|
|
273
275
|
"""
|
|
274
276
|
return self._assistant_id
|
|
275
277
|
|
|
276
278
|
@assistant_id.setter
|
|
277
279
|
def assistant_id(self, assistant_id: 'str'):
|
|
278
|
-
"""Sets the assistant_id of this
|
|
280
|
+
"""Sets the assistant_id of this JobsServiceUpdateDeploymentBody.
|
|
279
281
|
|
|
280
282
|
|
|
281
|
-
:param assistant_id: The assistant_id of this
|
|
283
|
+
:param assistant_id: The assistant_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
282
284
|
:type: str
|
|
283
285
|
"""
|
|
284
286
|
|
|
@@ -286,20 +288,20 @@ class DeploymentsIdBody(object):
|
|
|
286
288
|
|
|
287
289
|
@property
|
|
288
290
|
def autoscaling(self) -> 'V1AutoscalingSpec':
|
|
289
|
-
"""Gets the autoscaling of this
|
|
291
|
+
"""Gets the autoscaling of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
290
292
|
|
|
291
293
|
|
|
292
|
-
:return: The autoscaling of this
|
|
294
|
+
:return: The autoscaling of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
293
295
|
:rtype: V1AutoscalingSpec
|
|
294
296
|
"""
|
|
295
297
|
return self._autoscaling
|
|
296
298
|
|
|
297
299
|
@autoscaling.setter
|
|
298
300
|
def autoscaling(self, autoscaling: 'V1AutoscalingSpec'):
|
|
299
|
-
"""Sets the autoscaling of this
|
|
301
|
+
"""Sets the autoscaling of this JobsServiceUpdateDeploymentBody.
|
|
300
302
|
|
|
301
303
|
|
|
302
|
-
:param autoscaling: The autoscaling of this
|
|
304
|
+
:param autoscaling: The autoscaling of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
303
305
|
:type: V1AutoscalingSpec
|
|
304
306
|
"""
|
|
305
307
|
|
|
@@ -307,20 +309,20 @@ class DeploymentsIdBody(object):
|
|
|
307
309
|
|
|
308
310
|
@property
|
|
309
311
|
def cloudspace_id(self) -> 'str':
|
|
310
|
-
"""Gets the cloudspace_id of this
|
|
312
|
+
"""Gets the cloudspace_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
311
313
|
|
|
312
314
|
|
|
313
|
-
:return: The cloudspace_id of this
|
|
315
|
+
:return: The cloudspace_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
314
316
|
:rtype: str
|
|
315
317
|
"""
|
|
316
318
|
return self._cloudspace_id
|
|
317
319
|
|
|
318
320
|
@cloudspace_id.setter
|
|
319
321
|
def cloudspace_id(self, cloudspace_id: 'str'):
|
|
320
|
-
"""Sets the cloudspace_id of this
|
|
322
|
+
"""Sets the cloudspace_id of this JobsServiceUpdateDeploymentBody.
|
|
321
323
|
|
|
322
324
|
|
|
323
|
-
:param cloudspace_id: The cloudspace_id of this
|
|
325
|
+
:param cloudspace_id: The cloudspace_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
324
326
|
:type: str
|
|
325
327
|
"""
|
|
326
328
|
|
|
@@ -328,20 +330,20 @@ class DeploymentsIdBody(object):
|
|
|
328
330
|
|
|
329
331
|
@property
|
|
330
332
|
def created_at(self) -> 'datetime':
|
|
331
|
-
"""Gets the created_at of this
|
|
333
|
+
"""Gets the created_at of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
332
334
|
|
|
333
335
|
|
|
334
|
-
:return: The created_at of this
|
|
336
|
+
:return: The created_at of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
335
337
|
:rtype: datetime
|
|
336
338
|
"""
|
|
337
339
|
return self._created_at
|
|
338
340
|
|
|
339
341
|
@created_at.setter
|
|
340
342
|
def created_at(self, created_at: 'datetime'):
|
|
341
|
-
"""Sets the created_at of this
|
|
343
|
+
"""Sets the created_at of this JobsServiceUpdateDeploymentBody.
|
|
342
344
|
|
|
343
345
|
|
|
344
|
-
:param created_at: The created_at of this
|
|
346
|
+
:param created_at: The created_at of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
345
347
|
:type: datetime
|
|
346
348
|
"""
|
|
347
349
|
|
|
@@ -349,20 +351,20 @@ class DeploymentsIdBody(object):
|
|
|
349
351
|
|
|
350
352
|
@property
|
|
351
353
|
def current_state(self) -> 'V1DeploymentState':
|
|
352
|
-
"""Gets the current_state of this
|
|
354
|
+
"""Gets the current_state of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
353
355
|
|
|
354
356
|
|
|
355
|
-
:return: The current_state of this
|
|
357
|
+
:return: The current_state of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
356
358
|
:rtype: V1DeploymentState
|
|
357
359
|
"""
|
|
358
360
|
return self._current_state
|
|
359
361
|
|
|
360
362
|
@current_state.setter
|
|
361
363
|
def current_state(self, current_state: 'V1DeploymentState'):
|
|
362
|
-
"""Sets the current_state of this
|
|
364
|
+
"""Sets the current_state of this JobsServiceUpdateDeploymentBody.
|
|
363
365
|
|
|
364
366
|
|
|
365
|
-
:param current_state: The current_state of this
|
|
367
|
+
:param current_state: The current_state of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
366
368
|
:type: V1DeploymentState
|
|
367
369
|
"""
|
|
368
370
|
|
|
@@ -370,20 +372,20 @@ class DeploymentsIdBody(object):
|
|
|
370
372
|
|
|
371
373
|
@property
|
|
372
374
|
def debug(self) -> 'bool':
|
|
373
|
-
"""Gets the debug of this
|
|
375
|
+
"""Gets the debug of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
374
376
|
|
|
375
377
|
|
|
376
|
-
:return: The debug of this
|
|
378
|
+
:return: The debug of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
377
379
|
:rtype: bool
|
|
378
380
|
"""
|
|
379
381
|
return self._debug
|
|
380
382
|
|
|
381
383
|
@debug.setter
|
|
382
384
|
def debug(self, debug: 'bool'):
|
|
383
|
-
"""Sets the debug of this
|
|
385
|
+
"""Sets the debug of this JobsServiceUpdateDeploymentBody.
|
|
384
386
|
|
|
385
387
|
|
|
386
|
-
:param debug: The debug of this
|
|
388
|
+
:param debug: The debug of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
387
389
|
:type: bool
|
|
388
390
|
"""
|
|
389
391
|
|
|
@@ -391,20 +393,20 @@ class DeploymentsIdBody(object):
|
|
|
391
393
|
|
|
392
394
|
@property
|
|
393
395
|
def desired_state(self) -> 'V1DeploymentState':
|
|
394
|
-
"""Gets the desired_state of this
|
|
396
|
+
"""Gets the desired_state of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
395
397
|
|
|
396
398
|
|
|
397
|
-
:return: The desired_state of this
|
|
399
|
+
:return: The desired_state of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
398
400
|
:rtype: V1DeploymentState
|
|
399
401
|
"""
|
|
400
402
|
return self._desired_state
|
|
401
403
|
|
|
402
404
|
@desired_state.setter
|
|
403
405
|
def desired_state(self, desired_state: 'V1DeploymentState'):
|
|
404
|
-
"""Sets the desired_state of this
|
|
406
|
+
"""Sets the desired_state of this JobsServiceUpdateDeploymentBody.
|
|
405
407
|
|
|
406
408
|
|
|
407
|
-
:param desired_state: The desired_state of this
|
|
409
|
+
:param desired_state: The desired_state of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
408
410
|
:type: V1DeploymentState
|
|
409
411
|
"""
|
|
410
412
|
|
|
@@ -412,20 +414,20 @@ class DeploymentsIdBody(object):
|
|
|
412
414
|
|
|
413
415
|
@property
|
|
414
416
|
def endpoint(self) -> 'V1Endpoint':
|
|
415
|
-
"""Gets the endpoint of this
|
|
417
|
+
"""Gets the endpoint of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
416
418
|
|
|
417
419
|
|
|
418
|
-
:return: The endpoint of this
|
|
420
|
+
:return: The endpoint of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
419
421
|
:rtype: V1Endpoint
|
|
420
422
|
"""
|
|
421
423
|
return self._endpoint
|
|
422
424
|
|
|
423
425
|
@endpoint.setter
|
|
424
426
|
def endpoint(self, endpoint: 'V1Endpoint'):
|
|
425
|
-
"""Sets the endpoint of this
|
|
427
|
+
"""Sets the endpoint of this JobsServiceUpdateDeploymentBody.
|
|
426
428
|
|
|
427
429
|
|
|
428
|
-
:param endpoint: The endpoint of this
|
|
430
|
+
:param endpoint: The endpoint of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
429
431
|
:type: V1Endpoint
|
|
430
432
|
"""
|
|
431
433
|
|
|
@@ -433,20 +435,20 @@ class DeploymentsIdBody(object):
|
|
|
433
435
|
|
|
434
436
|
@property
|
|
435
437
|
def is_published(self) -> 'bool':
|
|
436
|
-
"""Gets the is_published of this
|
|
438
|
+
"""Gets the is_published of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
437
439
|
|
|
438
440
|
|
|
439
|
-
:return: The is_published of this
|
|
441
|
+
:return: The is_published of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
440
442
|
:rtype: bool
|
|
441
443
|
"""
|
|
442
444
|
return self._is_published
|
|
443
445
|
|
|
444
446
|
@is_published.setter
|
|
445
447
|
def is_published(self, is_published: 'bool'):
|
|
446
|
-
"""Sets the is_published of this
|
|
448
|
+
"""Sets the is_published of this JobsServiceUpdateDeploymentBody.
|
|
447
449
|
|
|
448
450
|
|
|
449
|
-
:param is_published: The is_published of this
|
|
451
|
+
:param is_published: The is_published of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
450
452
|
:type: bool
|
|
451
453
|
"""
|
|
452
454
|
|
|
@@ -454,20 +456,20 @@ class DeploymentsIdBody(object):
|
|
|
454
456
|
|
|
455
457
|
@property
|
|
456
458
|
def managed(self) -> 'bool':
|
|
457
|
-
"""Gets the managed of this
|
|
459
|
+
"""Gets the managed of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
458
460
|
|
|
459
461
|
|
|
460
|
-
:return: The managed of this
|
|
462
|
+
:return: The managed of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
461
463
|
:rtype: bool
|
|
462
464
|
"""
|
|
463
465
|
return self._managed
|
|
464
466
|
|
|
465
467
|
@managed.setter
|
|
466
468
|
def managed(self, managed: 'bool'):
|
|
467
|
-
"""Sets the managed of this
|
|
469
|
+
"""Sets the managed of this JobsServiceUpdateDeploymentBody.
|
|
468
470
|
|
|
469
471
|
|
|
470
|
-
:param managed: The managed of this
|
|
472
|
+
:param managed: The managed of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
471
473
|
:type: bool
|
|
472
474
|
"""
|
|
473
475
|
|
|
@@ -475,20 +477,20 @@ class DeploymentsIdBody(object):
|
|
|
475
477
|
|
|
476
478
|
@property
|
|
477
479
|
def managed_endpoint_id(self) -> 'str':
|
|
478
|
-
"""Gets the managed_endpoint_id of this
|
|
480
|
+
"""Gets the managed_endpoint_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
479
481
|
|
|
480
482
|
|
|
481
|
-
:return: The managed_endpoint_id of this
|
|
483
|
+
:return: The managed_endpoint_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
482
484
|
:rtype: str
|
|
483
485
|
"""
|
|
484
486
|
return self._managed_endpoint_id
|
|
485
487
|
|
|
486
488
|
@managed_endpoint_id.setter
|
|
487
489
|
def managed_endpoint_id(self, managed_endpoint_id: 'str'):
|
|
488
|
-
"""Sets the managed_endpoint_id of this
|
|
490
|
+
"""Sets the managed_endpoint_id of this JobsServiceUpdateDeploymentBody.
|
|
489
491
|
|
|
490
492
|
|
|
491
|
-
:param managed_endpoint_id: The managed_endpoint_id of this
|
|
493
|
+
:param managed_endpoint_id: The managed_endpoint_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
492
494
|
:type: str
|
|
493
495
|
"""
|
|
494
496
|
|
|
@@ -496,20 +498,20 @@ class DeploymentsIdBody(object):
|
|
|
496
498
|
|
|
497
499
|
@property
|
|
498
500
|
def name(self) -> 'str':
|
|
499
|
-
"""Gets the name of this
|
|
501
|
+
"""Gets the name of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
500
502
|
|
|
501
503
|
|
|
502
|
-
:return: The name of this
|
|
504
|
+
:return: The name of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
503
505
|
:rtype: str
|
|
504
506
|
"""
|
|
505
507
|
return self._name
|
|
506
508
|
|
|
507
509
|
@name.setter
|
|
508
510
|
def name(self, name: 'str'):
|
|
509
|
-
"""Sets the name of this
|
|
511
|
+
"""Sets the name of this JobsServiceUpdateDeploymentBody.
|
|
510
512
|
|
|
511
513
|
|
|
512
|
-
:param name: The name of this
|
|
514
|
+
:param name: The name of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
513
515
|
:type: str
|
|
514
516
|
"""
|
|
515
517
|
|
|
@@ -517,20 +519,20 @@ class DeploymentsIdBody(object):
|
|
|
517
519
|
|
|
518
520
|
@property
|
|
519
521
|
def oncall_notification(self) -> 'bool':
|
|
520
|
-
"""Gets the oncall_notification of this
|
|
522
|
+
"""Gets the oncall_notification of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
521
523
|
|
|
522
524
|
|
|
523
|
-
:return: The oncall_notification of this
|
|
525
|
+
:return: The oncall_notification of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
524
526
|
:rtype: bool
|
|
525
527
|
"""
|
|
526
528
|
return self._oncall_notification
|
|
527
529
|
|
|
528
530
|
@oncall_notification.setter
|
|
529
531
|
def oncall_notification(self, oncall_notification: 'bool'):
|
|
530
|
-
"""Sets the oncall_notification of this
|
|
532
|
+
"""Sets the oncall_notification of this JobsServiceUpdateDeploymentBody.
|
|
531
533
|
|
|
532
534
|
|
|
533
|
-
:param oncall_notification: The oncall_notification of this
|
|
535
|
+
:param oncall_notification: The oncall_notification of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
534
536
|
:type: bool
|
|
535
537
|
"""
|
|
536
538
|
|
|
@@ -538,20 +540,20 @@ class DeploymentsIdBody(object):
|
|
|
538
540
|
|
|
539
541
|
@property
|
|
540
542
|
def parameter_spec(self) -> 'V1ParameterizationSpec':
|
|
541
|
-
"""Gets the parameter_spec of this
|
|
543
|
+
"""Gets the parameter_spec of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
542
544
|
|
|
543
545
|
|
|
544
|
-
:return: The parameter_spec of this
|
|
546
|
+
:return: The parameter_spec of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
545
547
|
:rtype: V1ParameterizationSpec
|
|
546
548
|
"""
|
|
547
549
|
return self._parameter_spec
|
|
548
550
|
|
|
549
551
|
@parameter_spec.setter
|
|
550
552
|
def parameter_spec(self, parameter_spec: 'V1ParameterizationSpec'):
|
|
551
|
-
"""Sets the parameter_spec of this
|
|
553
|
+
"""Sets the parameter_spec of this JobsServiceUpdateDeploymentBody.
|
|
552
554
|
|
|
553
555
|
|
|
554
|
-
:param parameter_spec: The parameter_spec of this
|
|
556
|
+
:param parameter_spec: The parameter_spec of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
555
557
|
:type: V1ParameterizationSpec
|
|
556
558
|
"""
|
|
557
559
|
|
|
@@ -559,20 +561,20 @@ class DeploymentsIdBody(object):
|
|
|
559
561
|
|
|
560
562
|
@property
|
|
561
563
|
def pipeline_id(self) -> 'str':
|
|
562
|
-
"""Gets the pipeline_id of this
|
|
564
|
+
"""Gets the pipeline_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
563
565
|
|
|
564
566
|
|
|
565
|
-
:return: The pipeline_id of this
|
|
567
|
+
:return: The pipeline_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
566
568
|
:rtype: str
|
|
567
569
|
"""
|
|
568
570
|
return self._pipeline_id
|
|
569
571
|
|
|
570
572
|
@pipeline_id.setter
|
|
571
573
|
def pipeline_id(self, pipeline_id: 'str'):
|
|
572
|
-
"""Sets the pipeline_id of this
|
|
574
|
+
"""Sets the pipeline_id of this JobsServiceUpdateDeploymentBody.
|
|
573
575
|
|
|
574
576
|
|
|
575
|
-
:param pipeline_id: The pipeline_id of this
|
|
577
|
+
:param pipeline_id: The pipeline_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
576
578
|
:type: str
|
|
577
579
|
"""
|
|
578
580
|
|
|
@@ -580,20 +582,20 @@ class DeploymentsIdBody(object):
|
|
|
580
582
|
|
|
581
583
|
@property
|
|
582
584
|
def recipients(self) -> 'V1DeploymentAlertingRecipients':
|
|
583
|
-
"""Gets the recipients of this
|
|
585
|
+
"""Gets the recipients of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
584
586
|
|
|
585
587
|
|
|
586
|
-
:return: The recipients of this
|
|
588
|
+
:return: The recipients of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
587
589
|
:rtype: V1DeploymentAlertingRecipients
|
|
588
590
|
"""
|
|
589
591
|
return self._recipients
|
|
590
592
|
|
|
591
593
|
@recipients.setter
|
|
592
594
|
def recipients(self, recipients: 'V1DeploymentAlertingRecipients'):
|
|
593
|
-
"""Sets the recipients of this
|
|
595
|
+
"""Sets the recipients of this JobsServiceUpdateDeploymentBody.
|
|
594
596
|
|
|
595
597
|
|
|
596
|
-
:param recipients: The recipients of this
|
|
598
|
+
:param recipients: The recipients of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
597
599
|
:type: V1DeploymentAlertingRecipients
|
|
598
600
|
"""
|
|
599
601
|
|
|
@@ -601,20 +603,20 @@ class DeploymentsIdBody(object):
|
|
|
601
603
|
|
|
602
604
|
@property
|
|
603
605
|
def release_id(self) -> 'str':
|
|
604
|
-
"""Gets the release_id of this
|
|
606
|
+
"""Gets the release_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
605
607
|
|
|
606
608
|
|
|
607
|
-
:return: The release_id of this
|
|
609
|
+
:return: The release_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
608
610
|
:rtype: str
|
|
609
611
|
"""
|
|
610
612
|
return self._release_id
|
|
611
613
|
|
|
612
614
|
@release_id.setter
|
|
613
615
|
def release_id(self, release_id: 'str'):
|
|
614
|
-
"""Sets the release_id of this
|
|
616
|
+
"""Sets the release_id of this JobsServiceUpdateDeploymentBody.
|
|
615
617
|
|
|
616
618
|
|
|
617
|
-
:param release_id: The release_id of this
|
|
619
|
+
:param release_id: The release_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
618
620
|
:type: str
|
|
619
621
|
"""
|
|
620
622
|
|
|
@@ -622,20 +624,20 @@ class DeploymentsIdBody(object):
|
|
|
622
624
|
|
|
623
625
|
@property
|
|
624
626
|
def replicas(self) -> 'int':
|
|
625
|
-
"""Gets the replicas of this
|
|
627
|
+
"""Gets the replicas of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
626
628
|
|
|
627
629
|
|
|
628
|
-
:return: The replicas of this
|
|
630
|
+
:return: The replicas of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
629
631
|
:rtype: int
|
|
630
632
|
"""
|
|
631
633
|
return self._replicas
|
|
632
634
|
|
|
633
635
|
@replicas.setter
|
|
634
636
|
def replicas(self, replicas: 'int'):
|
|
635
|
-
"""Sets the replicas of this
|
|
637
|
+
"""Sets the replicas of this JobsServiceUpdateDeploymentBody.
|
|
636
638
|
|
|
637
639
|
|
|
638
|
-
:param replicas: The replicas of this
|
|
640
|
+
:param replicas: The replicas of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
639
641
|
:type: int
|
|
640
642
|
"""
|
|
641
643
|
|
|
@@ -643,20 +645,20 @@ class DeploymentsIdBody(object):
|
|
|
643
645
|
|
|
644
646
|
@property
|
|
645
647
|
def reuse_servers(self) -> 'bool':
|
|
646
|
-
"""Gets the reuse_servers of this
|
|
648
|
+
"""Gets the reuse_servers of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
647
649
|
|
|
648
650
|
|
|
649
|
-
:return: The reuse_servers of this
|
|
651
|
+
:return: The reuse_servers of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
650
652
|
:rtype: bool
|
|
651
653
|
"""
|
|
652
654
|
return self._reuse_servers
|
|
653
655
|
|
|
654
656
|
@reuse_servers.setter
|
|
655
657
|
def reuse_servers(self, reuse_servers: 'bool'):
|
|
656
|
-
"""Sets the reuse_servers of this
|
|
658
|
+
"""Sets the reuse_servers of this JobsServiceUpdateDeploymentBody.
|
|
657
659
|
|
|
658
660
|
|
|
659
|
-
:param reuse_servers: The reuse_servers of this
|
|
661
|
+
:param reuse_servers: The reuse_servers of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
660
662
|
:type: bool
|
|
661
663
|
"""
|
|
662
664
|
|
|
@@ -664,20 +666,20 @@ class DeploymentsIdBody(object):
|
|
|
664
666
|
|
|
665
667
|
@property
|
|
666
668
|
def spec(self) -> 'V1JobSpec':
|
|
667
|
-
"""Gets the spec of this
|
|
669
|
+
"""Gets the spec of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
668
670
|
|
|
669
671
|
|
|
670
|
-
:return: The spec of this
|
|
672
|
+
:return: The spec of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
671
673
|
:rtype: V1JobSpec
|
|
672
674
|
"""
|
|
673
675
|
return self._spec
|
|
674
676
|
|
|
675
677
|
@spec.setter
|
|
676
678
|
def spec(self, spec: 'V1JobSpec'):
|
|
677
|
-
"""Sets the spec of this
|
|
679
|
+
"""Sets the spec of this JobsServiceUpdateDeploymentBody.
|
|
678
680
|
|
|
679
681
|
|
|
680
|
-
:param spec: The spec of this
|
|
682
|
+
:param spec: The spec of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
681
683
|
:type: V1JobSpec
|
|
682
684
|
"""
|
|
683
685
|
|
|
@@ -685,20 +687,20 @@ class DeploymentsIdBody(object):
|
|
|
685
687
|
|
|
686
688
|
@property
|
|
687
689
|
def status(self) -> 'V1DeploymentStatus':
|
|
688
|
-
"""Gets the status of this
|
|
690
|
+
"""Gets the status of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
689
691
|
|
|
690
692
|
|
|
691
|
-
:return: The status of this
|
|
693
|
+
:return: The status of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
692
694
|
:rtype: V1DeploymentStatus
|
|
693
695
|
"""
|
|
694
696
|
return self._status
|
|
695
697
|
|
|
696
698
|
@status.setter
|
|
697
699
|
def status(self, status: 'V1DeploymentStatus'):
|
|
698
|
-
"""Sets the status of this
|
|
700
|
+
"""Sets the status of this JobsServiceUpdateDeploymentBody.
|
|
699
701
|
|
|
700
702
|
|
|
701
|
-
:param status: The status of this
|
|
703
|
+
:param status: The status of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
702
704
|
:type: V1DeploymentStatus
|
|
703
705
|
"""
|
|
704
706
|
|
|
@@ -706,20 +708,20 @@ class DeploymentsIdBody(object):
|
|
|
706
708
|
|
|
707
709
|
@property
|
|
708
710
|
def strategy(self) -> 'V1DeploymentStrategy':
|
|
709
|
-
"""Gets the strategy of this
|
|
711
|
+
"""Gets the strategy of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
710
712
|
|
|
711
713
|
|
|
712
|
-
:return: The strategy of this
|
|
714
|
+
:return: The strategy of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
713
715
|
:rtype: V1DeploymentStrategy
|
|
714
716
|
"""
|
|
715
717
|
return self._strategy
|
|
716
718
|
|
|
717
719
|
@strategy.setter
|
|
718
720
|
def strategy(self, strategy: 'V1DeploymentStrategy'):
|
|
719
|
-
"""Sets the strategy of this
|
|
721
|
+
"""Sets the strategy of this JobsServiceUpdateDeploymentBody.
|
|
720
722
|
|
|
721
723
|
|
|
722
|
-
:param strategy: The strategy of this
|
|
724
|
+
:param strategy: The strategy of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
723
725
|
:type: V1DeploymentStrategy
|
|
724
726
|
"""
|
|
725
727
|
|
|
@@ -727,20 +729,20 @@ class DeploymentsIdBody(object):
|
|
|
727
729
|
|
|
728
730
|
@property
|
|
729
731
|
def template_id(self) -> 'str':
|
|
730
|
-
"""Gets the template_id of this
|
|
732
|
+
"""Gets the template_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
731
733
|
|
|
732
734
|
|
|
733
|
-
:return: The template_id of this
|
|
735
|
+
:return: The template_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
734
736
|
:rtype: str
|
|
735
737
|
"""
|
|
736
738
|
return self._template_id
|
|
737
739
|
|
|
738
740
|
@template_id.setter
|
|
739
741
|
def template_id(self, template_id: 'str'):
|
|
740
|
-
"""Sets the template_id of this
|
|
742
|
+
"""Sets the template_id of this JobsServiceUpdateDeploymentBody.
|
|
741
743
|
|
|
742
744
|
|
|
743
|
-
:param template_id: The template_id of this
|
|
745
|
+
:param template_id: The template_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
744
746
|
:type: str
|
|
745
747
|
"""
|
|
746
748
|
|
|
@@ -748,20 +750,20 @@ class DeploymentsIdBody(object):
|
|
|
748
750
|
|
|
749
751
|
@property
|
|
750
752
|
def total_cost(self) -> 'float':
|
|
751
|
-
"""Gets the total_cost of this
|
|
753
|
+
"""Gets the total_cost of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
752
754
|
|
|
753
755
|
|
|
754
|
-
:return: The total_cost of this
|
|
756
|
+
:return: The total_cost of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
755
757
|
:rtype: float
|
|
756
758
|
"""
|
|
757
759
|
return self._total_cost
|
|
758
760
|
|
|
759
761
|
@total_cost.setter
|
|
760
762
|
def total_cost(self, total_cost: 'float'):
|
|
761
|
-
"""Sets the total_cost of this
|
|
763
|
+
"""Sets the total_cost of this JobsServiceUpdateDeploymentBody.
|
|
762
764
|
|
|
763
765
|
|
|
764
|
-
:param total_cost: The total_cost of this
|
|
766
|
+
:param total_cost: The total_cost of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
765
767
|
:type: float
|
|
766
768
|
"""
|
|
767
769
|
|
|
@@ -769,20 +771,20 @@ class DeploymentsIdBody(object):
|
|
|
769
771
|
|
|
770
772
|
@property
|
|
771
773
|
def updated_at(self) -> 'datetime':
|
|
772
|
-
"""Gets the updated_at of this
|
|
774
|
+
"""Gets the updated_at of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
773
775
|
|
|
774
776
|
|
|
775
|
-
:return: The updated_at of this
|
|
777
|
+
:return: The updated_at of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
776
778
|
:rtype: datetime
|
|
777
779
|
"""
|
|
778
780
|
return self._updated_at
|
|
779
781
|
|
|
780
782
|
@updated_at.setter
|
|
781
783
|
def updated_at(self, updated_at: 'datetime'):
|
|
782
|
-
"""Sets the updated_at of this
|
|
784
|
+
"""Sets the updated_at of this JobsServiceUpdateDeploymentBody.
|
|
783
785
|
|
|
784
786
|
|
|
785
|
-
:param updated_at: The updated_at of this
|
|
787
|
+
:param updated_at: The updated_at of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
786
788
|
:type: datetime
|
|
787
789
|
"""
|
|
788
790
|
|
|
@@ -790,20 +792,20 @@ class DeploymentsIdBody(object):
|
|
|
790
792
|
|
|
791
793
|
@property
|
|
792
794
|
def user_id(self) -> 'str':
|
|
793
|
-
"""Gets the user_id of this
|
|
795
|
+
"""Gets the user_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
794
796
|
|
|
795
797
|
|
|
796
|
-
:return: The user_id of this
|
|
798
|
+
:return: The user_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
797
799
|
:rtype: str
|
|
798
800
|
"""
|
|
799
801
|
return self._user_id
|
|
800
802
|
|
|
801
803
|
@user_id.setter
|
|
802
804
|
def user_id(self, user_id: 'str'):
|
|
803
|
-
"""Sets the user_id of this
|
|
805
|
+
"""Sets the user_id of this JobsServiceUpdateDeploymentBody.
|
|
804
806
|
|
|
805
807
|
|
|
806
|
-
:param user_id: The user_id of this
|
|
808
|
+
:param user_id: The user_id of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
807
809
|
:type: str
|
|
808
810
|
"""
|
|
809
811
|
|
|
@@ -811,20 +813,20 @@ class DeploymentsIdBody(object):
|
|
|
811
813
|
|
|
812
814
|
@property
|
|
813
815
|
def visibility(self) -> 'V1ResourceVisibility':
|
|
814
|
-
"""Gets the visibility of this
|
|
816
|
+
"""Gets the visibility of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
815
817
|
|
|
816
818
|
|
|
817
|
-
:return: The visibility of this
|
|
819
|
+
:return: The visibility of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
818
820
|
:rtype: V1ResourceVisibility
|
|
819
821
|
"""
|
|
820
822
|
return self._visibility
|
|
821
823
|
|
|
822
824
|
@visibility.setter
|
|
823
825
|
def visibility(self, visibility: 'V1ResourceVisibility'):
|
|
824
|
-
"""Sets the visibility of this
|
|
826
|
+
"""Sets the visibility of this JobsServiceUpdateDeploymentBody.
|
|
825
827
|
|
|
826
828
|
|
|
827
|
-
:param visibility: The visibility of this
|
|
829
|
+
:param visibility: The visibility of this JobsServiceUpdateDeploymentBody. # noqa: E501
|
|
828
830
|
:type: V1ResourceVisibility
|
|
829
831
|
"""
|
|
830
832
|
|
|
@@ -851,7 +853,7 @@ class DeploymentsIdBody(object):
|
|
|
851
853
|
))
|
|
852
854
|
else:
|
|
853
855
|
result[attr] = value
|
|
854
|
-
if issubclass(
|
|
856
|
+
if issubclass(JobsServiceUpdateDeploymentBody, dict):
|
|
855
857
|
for key, value in self.items():
|
|
856
858
|
result[key] = value
|
|
857
859
|
|
|
@@ -865,13 +867,13 @@ class DeploymentsIdBody(object):
|
|
|
865
867
|
"""For `print` and `pprint`"""
|
|
866
868
|
return self.to_str()
|
|
867
869
|
|
|
868
|
-
def __eq__(self, other: '
|
|
870
|
+
def __eq__(self, other: 'JobsServiceUpdateDeploymentBody') -> bool:
|
|
869
871
|
"""Returns true if both objects are equal"""
|
|
870
|
-
if not isinstance(other,
|
|
872
|
+
if not isinstance(other, JobsServiceUpdateDeploymentBody):
|
|
871
873
|
return False
|
|
872
874
|
|
|
873
875
|
return self.__dict__ == other.__dict__
|
|
874
876
|
|
|
875
|
-
def __ne__(self, other: '
|
|
877
|
+
def __ne__(self, other: 'JobsServiceUpdateDeploymentBody') -> bool:
|
|
876
878
|
"""Returns true if both objects are not equal"""
|
|
877
879
|
return not self == other
|