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
|
@@ -52,8 +52,13 @@ class JobsServiceApi(object):
|
|
|
52
52
|
>>> result = thread.get()
|
|
53
53
|
|
|
54
54
|
:param async_req bool
|
|
55
|
-
:param str project_id: (required)
|
|
56
|
-
:param str id: (required)
|
|
55
|
+
:param str project_id: Required (required)
|
|
56
|
+
:param str id: Required (required)
|
|
57
|
+
:param str name: Required
|
|
58
|
+
:param str payload:
|
|
59
|
+
:param datetime start:
|
|
60
|
+
:param datetime end:
|
|
61
|
+
:param int rank:
|
|
57
62
|
:return: V1AddJobTimingResponse
|
|
58
63
|
If the method is called asynchronously,
|
|
59
64
|
returns the request thread.
|
|
@@ -74,14 +79,19 @@ class JobsServiceApi(object):
|
|
|
74
79
|
>>> result = thread.get()
|
|
75
80
|
|
|
76
81
|
:param async_req bool
|
|
77
|
-
:param str project_id: (required)
|
|
78
|
-
:param str id: (required)
|
|
82
|
+
:param str project_id: Required (required)
|
|
83
|
+
:param str id: Required (required)
|
|
84
|
+
:param str name: Required
|
|
85
|
+
:param str payload:
|
|
86
|
+
:param datetime start:
|
|
87
|
+
:param datetime end:
|
|
88
|
+
:param int rank:
|
|
79
89
|
:return: V1AddJobTimingResponse
|
|
80
90
|
If the method is called asynchronously,
|
|
81
91
|
returns the request thread.
|
|
82
92
|
"""
|
|
83
93
|
|
|
84
|
-
all_params = ['project_id', 'id'] # noqa: E501
|
|
94
|
+
all_params = ['project_id', 'id', 'name', 'payload', 'start', 'end', 'rank'] # noqa: E501
|
|
85
95
|
all_params.append('async_req')
|
|
86
96
|
all_params.append('_return_http_data_only')
|
|
87
97
|
all_params.append('_preload_content')
|
|
@@ -114,6 +124,16 @@ class JobsServiceApi(object):
|
|
|
114
124
|
path_params['id'] = params['id'] # noqa: E501
|
|
115
125
|
|
|
116
126
|
query_params = []
|
|
127
|
+
if 'name' in params:
|
|
128
|
+
query_params.append(('name', params['name'])) # noqa: E501
|
|
129
|
+
if 'payload' in params:
|
|
130
|
+
query_params.append(('payload', params['payload'])) # noqa: E501
|
|
131
|
+
if 'start' in params:
|
|
132
|
+
query_params.append(('start', params['start'])) # noqa: E501
|
|
133
|
+
if 'end' in params:
|
|
134
|
+
query_params.append(('end', params['end'])) # noqa: E501
|
|
135
|
+
if 'rank' in params:
|
|
136
|
+
query_params.append(('rank', params['rank'])) # noqa: E501
|
|
117
137
|
|
|
118
138
|
header_params = {}
|
|
119
139
|
|
|
@@ -144,7 +164,7 @@ class JobsServiceApi(object):
|
|
|
144
164
|
_request_timeout=params.get('_request_timeout'),
|
|
145
165
|
collection_formats=collection_formats)
|
|
146
166
|
|
|
147
|
-
def jobs_service_create_deployment(self, body: '
|
|
167
|
+
def jobs_service_create_deployment(self, body: 'JobsServiceCreateDeploymentBody', project_id: 'str', **kwargs) -> 'V1Deployment': # noqa: E501
|
|
148
168
|
"""jobs_service_create_deployment # noqa: E501
|
|
149
169
|
|
|
150
170
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -153,8 +173,8 @@ class JobsServiceApi(object):
|
|
|
153
173
|
>>> result = thread.get()
|
|
154
174
|
|
|
155
175
|
:param async_req bool
|
|
156
|
-
:param
|
|
157
|
-
:param str project_id: (required)
|
|
176
|
+
:param JobsServiceCreateDeploymentBody body: (required)
|
|
177
|
+
:param str project_id: Required (required)
|
|
158
178
|
:return: V1Deployment
|
|
159
179
|
If the method is called asynchronously,
|
|
160
180
|
returns the request thread.
|
|
@@ -166,7 +186,7 @@ class JobsServiceApi(object):
|
|
|
166
186
|
(data) = self.jobs_service_create_deployment_with_http_info(body, project_id, **kwargs) # noqa: E501
|
|
167
187
|
return data
|
|
168
188
|
|
|
169
|
-
def jobs_service_create_deployment_with_http_info(self, body: '
|
|
189
|
+
def jobs_service_create_deployment_with_http_info(self, body: 'JobsServiceCreateDeploymentBody', project_id: 'str', **kwargs) -> 'V1Deployment': # noqa: E501
|
|
170
190
|
"""jobs_service_create_deployment # noqa: E501
|
|
171
191
|
|
|
172
192
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -175,8 +195,8 @@ class JobsServiceApi(object):
|
|
|
175
195
|
>>> result = thread.get()
|
|
176
196
|
|
|
177
197
|
:param async_req bool
|
|
178
|
-
:param
|
|
179
|
-
:param str project_id: (required)
|
|
198
|
+
:param JobsServiceCreateDeploymentBody body: (required)
|
|
199
|
+
:param str project_id: Required (required)
|
|
180
200
|
:return: V1Deployment
|
|
181
201
|
If the method is called asynchronously,
|
|
182
202
|
returns the request thread.
|
|
@@ -249,7 +269,7 @@ class JobsServiceApi(object):
|
|
|
249
269
|
_request_timeout=params.get('_request_timeout'),
|
|
250
270
|
collection_formats=collection_formats)
|
|
251
271
|
|
|
252
|
-
def jobs_service_create_deployment_alerting_policy(self, body: '
|
|
272
|
+
def jobs_service_create_deployment_alerting_policy(self, body: 'JobsServiceCreateDeploymentAlertingPolicyBody', project_id: 'str', deployment_id: 'str', **kwargs) -> 'V1DeploymentAlertingPolicy': # noqa: E501
|
|
253
273
|
"""CreateDeploymentAlertingPolicy creates a policy to monitor potential issues with deployment # noqa: E501
|
|
254
274
|
|
|
255
275
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -258,7 +278,7 @@ class JobsServiceApi(object):
|
|
|
258
278
|
>>> result = thread.get()
|
|
259
279
|
|
|
260
280
|
:param async_req bool
|
|
261
|
-
:param
|
|
281
|
+
:param JobsServiceCreateDeploymentAlertingPolicyBody body: (required)
|
|
262
282
|
:param str project_id: (required)
|
|
263
283
|
:param str deployment_id: (required)
|
|
264
284
|
:return: V1DeploymentAlertingPolicy
|
|
@@ -272,7 +292,7 @@ class JobsServiceApi(object):
|
|
|
272
292
|
(data) = self.jobs_service_create_deployment_alerting_policy_with_http_info(body, project_id, deployment_id, **kwargs) # noqa: E501
|
|
273
293
|
return data
|
|
274
294
|
|
|
275
|
-
def jobs_service_create_deployment_alerting_policy_with_http_info(self, body: '
|
|
295
|
+
def jobs_service_create_deployment_alerting_policy_with_http_info(self, body: 'JobsServiceCreateDeploymentAlertingPolicyBody', project_id: 'str', deployment_id: 'str', **kwargs) -> 'V1DeploymentAlertingPolicy': # noqa: E501
|
|
276
296
|
"""CreateDeploymentAlertingPolicy creates a policy to monitor potential issues with deployment # noqa: E501
|
|
277
297
|
|
|
278
298
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -281,7 +301,7 @@ class JobsServiceApi(object):
|
|
|
281
301
|
>>> result = thread.get()
|
|
282
302
|
|
|
283
303
|
:param async_req bool
|
|
284
|
-
:param
|
|
304
|
+
:param JobsServiceCreateDeploymentAlertingPolicyBody body: (required)
|
|
285
305
|
:param str project_id: (required)
|
|
286
306
|
:param str deployment_id: (required)
|
|
287
307
|
:return: V1DeploymentAlertingPolicy
|
|
@@ -362,7 +382,7 @@ class JobsServiceApi(object):
|
|
|
362
382
|
_request_timeout=params.get('_request_timeout'),
|
|
363
383
|
collection_formats=collection_formats)
|
|
364
384
|
|
|
365
|
-
def jobs_service_create_job(self, body: '
|
|
385
|
+
def jobs_service_create_job(self, body: 'JobsServiceCreateJobBody', project_id: 'str', **kwargs) -> 'V1Job': # noqa: E501
|
|
366
386
|
"""jobs_service_create_job # noqa: E501
|
|
367
387
|
|
|
368
388
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -371,8 +391,8 @@ class JobsServiceApi(object):
|
|
|
371
391
|
>>> result = thread.get()
|
|
372
392
|
|
|
373
393
|
:param async_req bool
|
|
374
|
-
:param
|
|
375
|
-
:param str project_id: (required)
|
|
394
|
+
:param JobsServiceCreateJobBody body: (required)
|
|
395
|
+
:param str project_id: Required (required)
|
|
376
396
|
:return: V1Job
|
|
377
397
|
If the method is called asynchronously,
|
|
378
398
|
returns the request thread.
|
|
@@ -384,7 +404,7 @@ class JobsServiceApi(object):
|
|
|
384
404
|
(data) = self.jobs_service_create_job_with_http_info(body, project_id, **kwargs) # noqa: E501
|
|
385
405
|
return data
|
|
386
406
|
|
|
387
|
-
def jobs_service_create_job_with_http_info(self, body: '
|
|
407
|
+
def jobs_service_create_job_with_http_info(self, body: 'JobsServiceCreateJobBody', project_id: 'str', **kwargs) -> 'V1Job': # noqa: E501
|
|
388
408
|
"""jobs_service_create_job # noqa: E501
|
|
389
409
|
|
|
390
410
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -393,8 +413,8 @@ class JobsServiceApi(object):
|
|
|
393
413
|
>>> result = thread.get()
|
|
394
414
|
|
|
395
415
|
:param async_req bool
|
|
396
|
-
:param
|
|
397
|
-
:param str project_id: (required)
|
|
416
|
+
:param JobsServiceCreateJobBody body: (required)
|
|
417
|
+
:param str project_id: Required (required)
|
|
398
418
|
:return: V1Job
|
|
399
419
|
If the method is called asynchronously,
|
|
400
420
|
returns the request thread.
|
|
@@ -467,7 +487,112 @@ class JobsServiceApi(object):
|
|
|
467
487
|
_request_timeout=params.get('_request_timeout'),
|
|
468
488
|
collection_formats=collection_formats)
|
|
469
489
|
|
|
470
|
-
def
|
|
490
|
+
def jobs_service_create_job_index(self, project_id: 'str', id: 'str', **kwargs) -> 'V1RefreshIndexResponse': # noqa: E501
|
|
491
|
+
"""jobs_service_create_job_index # noqa: E501
|
|
492
|
+
|
|
493
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
494
|
+
asynchronous HTTP request, please pass async_req=True
|
|
495
|
+
>>> thread = api.jobs_service_create_job_index(project_id, id, async_req=True)
|
|
496
|
+
>>> result = thread.get()
|
|
497
|
+
|
|
498
|
+
:param async_req bool
|
|
499
|
+
:param str project_id: (required)
|
|
500
|
+
:param str id: (required)
|
|
501
|
+
:param str cluster_id:
|
|
502
|
+
:return: V1RefreshIndexResponse
|
|
503
|
+
If the method is called asynchronously,
|
|
504
|
+
returns the request thread.
|
|
505
|
+
"""
|
|
506
|
+
kwargs['_return_http_data_only'] = True
|
|
507
|
+
if kwargs.get('async_req'):
|
|
508
|
+
return self.jobs_service_create_job_index_with_http_info(project_id, id, **kwargs) # noqa: E501
|
|
509
|
+
else:
|
|
510
|
+
(data) = self.jobs_service_create_job_index_with_http_info(project_id, id, **kwargs) # noqa: E501
|
|
511
|
+
return data
|
|
512
|
+
|
|
513
|
+
def jobs_service_create_job_index_with_http_info(self, project_id: 'str', id: 'str', **kwargs) -> 'V1RefreshIndexResponse': # noqa: E501
|
|
514
|
+
"""jobs_service_create_job_index # noqa: E501
|
|
515
|
+
|
|
516
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
517
|
+
asynchronous HTTP request, please pass async_req=True
|
|
518
|
+
>>> thread = api.jobs_service_create_job_index_with_http_info(project_id, id, async_req=True)
|
|
519
|
+
>>> result = thread.get()
|
|
520
|
+
|
|
521
|
+
:param async_req bool
|
|
522
|
+
:param str project_id: (required)
|
|
523
|
+
:param str id: (required)
|
|
524
|
+
:param str cluster_id:
|
|
525
|
+
:return: V1RefreshIndexResponse
|
|
526
|
+
If the method is called asynchronously,
|
|
527
|
+
returns the request thread.
|
|
528
|
+
"""
|
|
529
|
+
|
|
530
|
+
all_params = ['project_id', 'id', 'cluster_id'] # noqa: E501
|
|
531
|
+
all_params.append('async_req')
|
|
532
|
+
all_params.append('_return_http_data_only')
|
|
533
|
+
all_params.append('_preload_content')
|
|
534
|
+
all_params.append('_request_timeout')
|
|
535
|
+
|
|
536
|
+
params = locals()
|
|
537
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
538
|
+
if key not in all_params:
|
|
539
|
+
raise TypeError(
|
|
540
|
+
"Got an unexpected keyword argument '%s'"
|
|
541
|
+
" to method jobs_service_create_job_index" % key
|
|
542
|
+
)
|
|
543
|
+
params[key] = val
|
|
544
|
+
del params['kwargs']
|
|
545
|
+
# verify the required parameter 'project_id' is set
|
|
546
|
+
if ('project_id' not in params or
|
|
547
|
+
params['project_id'] is None):
|
|
548
|
+
raise ValueError("Missing the required parameter `project_id` when calling `jobs_service_create_job_index`") # noqa: E501
|
|
549
|
+
# verify the required parameter 'id' is set
|
|
550
|
+
if ('id' not in params or
|
|
551
|
+
params['id'] is None):
|
|
552
|
+
raise ValueError("Missing the required parameter `id` when calling `jobs_service_create_job_index`") # noqa: E501
|
|
553
|
+
|
|
554
|
+
collection_formats = {}
|
|
555
|
+
|
|
556
|
+
path_params = {}
|
|
557
|
+
if 'project_id' in params:
|
|
558
|
+
path_params['projectId'] = params['project_id'] # noqa: E501
|
|
559
|
+
if 'id' in params:
|
|
560
|
+
path_params['id'] = params['id'] # noqa: E501
|
|
561
|
+
|
|
562
|
+
query_params = []
|
|
563
|
+
if 'cluster_id' in params:
|
|
564
|
+
query_params.append(('clusterId', params['cluster_id'])) # noqa: E501
|
|
565
|
+
|
|
566
|
+
header_params = {}
|
|
567
|
+
|
|
568
|
+
form_params = []
|
|
569
|
+
local_var_files = {}
|
|
570
|
+
|
|
571
|
+
body_params = None
|
|
572
|
+
# HTTP header `Accept`
|
|
573
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
574
|
+
['application/json']) # noqa: E501
|
|
575
|
+
|
|
576
|
+
# Authentication setting
|
|
577
|
+
auth_settings = [] # noqa: E501
|
|
578
|
+
|
|
579
|
+
return self.api_client.call_api(
|
|
580
|
+
'/v1/projects/{projectId}/jobs/{id}/index', 'POST',
|
|
581
|
+
path_params,
|
|
582
|
+
query_params,
|
|
583
|
+
header_params,
|
|
584
|
+
body=body_params,
|
|
585
|
+
post_params=form_params,
|
|
586
|
+
files=local_var_files,
|
|
587
|
+
response_type='V1RefreshIndexResponse', # noqa: E501
|
|
588
|
+
auth_settings=auth_settings,
|
|
589
|
+
async_req=params.get('async_req'),
|
|
590
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
591
|
+
_preload_content=params.get('_preload_content', True),
|
|
592
|
+
_request_timeout=params.get('_request_timeout'),
|
|
593
|
+
collection_formats=collection_formats)
|
|
594
|
+
|
|
595
|
+
def jobs_service_create_multi_machine_job(self, body: 'JobsServiceCreateMultiMachineJobBody', project_id: 'str', **kwargs) -> 'V1MultiMachineJob': # noqa: E501
|
|
471
596
|
"""MultiMachineJob # noqa: E501
|
|
472
597
|
|
|
473
598
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -476,8 +601,8 @@ class JobsServiceApi(object):
|
|
|
476
601
|
>>> result = thread.get()
|
|
477
602
|
|
|
478
603
|
:param async_req bool
|
|
479
|
-
:param
|
|
480
|
-
:param str project_id: (required)
|
|
604
|
+
:param JobsServiceCreateMultiMachineJobBody body: (required)
|
|
605
|
+
:param str project_id: Required (required)
|
|
481
606
|
:return: V1MultiMachineJob
|
|
482
607
|
If the method is called asynchronously,
|
|
483
608
|
returns the request thread.
|
|
@@ -489,7 +614,7 @@ class JobsServiceApi(object):
|
|
|
489
614
|
(data) = self.jobs_service_create_multi_machine_job_with_http_info(body, project_id, **kwargs) # noqa: E501
|
|
490
615
|
return data
|
|
491
616
|
|
|
492
|
-
def jobs_service_create_multi_machine_job_with_http_info(self, body: '
|
|
617
|
+
def jobs_service_create_multi_machine_job_with_http_info(self, body: 'JobsServiceCreateMultiMachineJobBody', project_id: 'str', **kwargs) -> 'V1MultiMachineJob': # noqa: E501
|
|
493
618
|
"""MultiMachineJob # noqa: E501
|
|
494
619
|
|
|
495
620
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -498,8 +623,8 @@ class JobsServiceApi(object):
|
|
|
498
623
|
>>> result = thread.get()
|
|
499
624
|
|
|
500
625
|
:param async_req bool
|
|
501
|
-
:param
|
|
502
|
-
:param str project_id: (required)
|
|
626
|
+
:param JobsServiceCreateMultiMachineJobBody body: (required)
|
|
627
|
+
:param str project_id: Required (required)
|
|
503
628
|
:return: V1MultiMachineJob
|
|
504
629
|
If the method is called asynchronously,
|
|
505
630
|
returns the request thread.
|
|
@@ -581,7 +706,7 @@ class JobsServiceApi(object):
|
|
|
581
706
|
>>> result = thread.get()
|
|
582
707
|
|
|
583
708
|
:param async_req bool
|
|
584
|
-
:param str project_id: (required)
|
|
709
|
+
:param str project_id: Required (required)
|
|
585
710
|
:param str id: (required)
|
|
586
711
|
:param bool delete_templates:
|
|
587
712
|
:return: V1DeleteDeploymentResponse
|
|
@@ -604,7 +729,7 @@ class JobsServiceApi(object):
|
|
|
604
729
|
>>> result = thread.get()
|
|
605
730
|
|
|
606
731
|
:param async_req bool
|
|
607
|
-
:param str project_id: (required)
|
|
732
|
+
:param str project_id: Required (required)
|
|
608
733
|
:param str id: (required)
|
|
609
734
|
:param bool delete_templates:
|
|
610
735
|
:return: V1DeleteDeploymentResponse
|
|
@@ -795,9 +920,9 @@ class JobsServiceApi(object):
|
|
|
795
920
|
>>> result = thread.get()
|
|
796
921
|
|
|
797
922
|
:param async_req bool
|
|
798
|
-
:param str project_id: (required)
|
|
799
|
-
:param str deployment_id: (required)
|
|
800
|
-
:param str id: (required)
|
|
923
|
+
:param str project_id: Required (required)
|
|
924
|
+
:param str deployment_id: Required (required)
|
|
925
|
+
:param str id: Required (required)
|
|
801
926
|
:return: V1DeleteDeploymentReleaseResponse
|
|
802
927
|
If the method is called asynchronously,
|
|
803
928
|
returns the request thread.
|
|
@@ -818,9 +943,9 @@ class JobsServiceApi(object):
|
|
|
818
943
|
>>> result = thread.get()
|
|
819
944
|
|
|
820
945
|
:param async_req bool
|
|
821
|
-
:param str project_id: (required)
|
|
822
|
-
:param str deployment_id: (required)
|
|
823
|
-
:param str id: (required)
|
|
946
|
+
:param str project_id: Required (required)
|
|
947
|
+
:param str deployment_id: Required (required)
|
|
948
|
+
:param str id: Required (required)
|
|
824
949
|
:return: V1DeleteDeploymentReleaseResponse
|
|
825
950
|
If the method is called asynchronously,
|
|
826
951
|
returns the request thread.
|
|
@@ -904,7 +1029,7 @@ class JobsServiceApi(object):
|
|
|
904
1029
|
>>> result = thread.get()
|
|
905
1030
|
|
|
906
1031
|
:param async_req bool
|
|
907
|
-
:param str project_id: (required)
|
|
1032
|
+
:param str project_id: Required (required)
|
|
908
1033
|
:param str id: (required)
|
|
909
1034
|
:param str cloudspace_id:
|
|
910
1035
|
:return: V1DeleteJobResponse
|
|
@@ -927,7 +1052,7 @@ class JobsServiceApi(object):
|
|
|
927
1052
|
>>> result = thread.get()
|
|
928
1053
|
|
|
929
1054
|
:param async_req bool
|
|
930
|
-
:param str project_id: (required)
|
|
1055
|
+
:param str project_id: Required (required)
|
|
931
1056
|
:param str id: (required)
|
|
932
1057
|
:param str cloudspace_id:
|
|
933
1058
|
:return: V1DeleteJobResponse
|
|
@@ -1110,7 +1235,7 @@ class JobsServiceApi(object):
|
|
|
1110
1235
|
>>> result = thread.get()
|
|
1111
1236
|
|
|
1112
1237
|
:param async_req bool
|
|
1113
|
-
:param str project_id: (required)
|
|
1238
|
+
:param str project_id: Required (required)
|
|
1114
1239
|
:param str id: (required)
|
|
1115
1240
|
:return: V1DeleteMultiMachineJobResponse
|
|
1116
1241
|
If the method is called asynchronously,
|
|
@@ -1132,7 +1257,7 @@ class JobsServiceApi(object):
|
|
|
1132
1257
|
>>> result = thread.get()
|
|
1133
1258
|
|
|
1134
1259
|
:param async_req bool
|
|
1135
|
-
:param str project_id: (required)
|
|
1260
|
+
:param str project_id: Required (required)
|
|
1136
1261
|
:param str id: (required)
|
|
1137
1262
|
:return: V1DeleteMultiMachineJobResponse
|
|
1138
1263
|
If the method is called asynchronously,
|
|
@@ -1417,8 +1542,8 @@ class JobsServiceApi(object):
|
|
|
1417
1542
|
>>> result = thread.get()
|
|
1418
1543
|
|
|
1419
1544
|
:param async_req bool
|
|
1420
|
-
:param str project_id: (required)
|
|
1421
|
-
:param str id: (required)
|
|
1545
|
+
:param str project_id: Required (required)
|
|
1546
|
+
:param str id: Required (required)
|
|
1422
1547
|
:return: V1Deployment
|
|
1423
1548
|
If the method is called asynchronously,
|
|
1424
1549
|
returns the request thread.
|
|
@@ -1439,8 +1564,8 @@ class JobsServiceApi(object):
|
|
|
1439
1564
|
>>> result = thread.get()
|
|
1440
1565
|
|
|
1441
1566
|
:param async_req bool
|
|
1442
|
-
:param str project_id: (required)
|
|
1443
|
-
:param str id: (required)
|
|
1567
|
+
:param str project_id: Required (required)
|
|
1568
|
+
:param str id: Required (required)
|
|
1444
1569
|
:return: V1Deployment
|
|
1445
1570
|
If the method is called asynchronously,
|
|
1446
1571
|
returns the request thread.
|
|
@@ -1518,8 +1643,8 @@ class JobsServiceApi(object):
|
|
|
1518
1643
|
>>> result = thread.get()
|
|
1519
1644
|
|
|
1520
1645
|
:param async_req bool
|
|
1521
|
-
:param str project_id: (required)
|
|
1522
|
-
:param str name: (required)
|
|
1646
|
+
:param str project_id: Required (required)
|
|
1647
|
+
:param str name: Required (required)
|
|
1523
1648
|
:return: V1Deployment
|
|
1524
1649
|
If the method is called asynchronously,
|
|
1525
1650
|
returns the request thread.
|
|
@@ -1540,8 +1665,8 @@ class JobsServiceApi(object):
|
|
|
1540
1665
|
>>> result = thread.get()
|
|
1541
1666
|
|
|
1542
1667
|
:param async_req bool
|
|
1543
|
-
:param str project_id: (required)
|
|
1544
|
-
:param str name: (required)
|
|
1668
|
+
:param str project_id: Required (required)
|
|
1669
|
+
:param str name: Required (required)
|
|
1545
1670
|
:return: V1Deployment
|
|
1546
1671
|
If the method is called asynchronously,
|
|
1547
1672
|
returns the request thread.
|
|
@@ -1619,9 +1744,9 @@ class JobsServiceApi(object):
|
|
|
1619
1744
|
>>> result = thread.get()
|
|
1620
1745
|
|
|
1621
1746
|
:param async_req bool
|
|
1622
|
-
:param str project_owner_name: (required)
|
|
1623
|
-
:param str project_name: (required)
|
|
1624
|
-
:param str deployment_name: (required)
|
|
1747
|
+
:param str project_owner_name: Required (required)
|
|
1748
|
+
:param str project_name: Required (required)
|
|
1749
|
+
:param str deployment_name: Required (required)
|
|
1625
1750
|
:return: V1Deployment
|
|
1626
1751
|
If the method is called asynchronously,
|
|
1627
1752
|
returns the request thread.
|
|
@@ -1642,9 +1767,9 @@ class JobsServiceApi(object):
|
|
|
1642
1767
|
>>> result = thread.get()
|
|
1643
1768
|
|
|
1644
1769
|
:param async_req bool
|
|
1645
|
-
:param str project_owner_name: (required)
|
|
1646
|
-
:param str project_name: (required)
|
|
1647
|
-
:param str deployment_name: (required)
|
|
1770
|
+
:param str project_owner_name: Required (required)
|
|
1771
|
+
:param str project_name: Required (required)
|
|
1772
|
+
:param str deployment_name: Required (required)
|
|
1648
1773
|
:return: V1Deployment
|
|
1649
1774
|
If the method is called asynchronously,
|
|
1650
1775
|
returns the request thread.
|
|
@@ -1729,13 +1854,13 @@ class JobsServiceApi(object):
|
|
|
1729
1854
|
|
|
1730
1855
|
:param async_req bool
|
|
1731
1856
|
:param str project_id: (required)
|
|
1732
|
-
:param str id: (required)
|
|
1733
|
-
:param datetime start:
|
|
1734
|
-
:param datetime end:
|
|
1735
|
-
:param str path:
|
|
1736
|
-
:param int status_code:
|
|
1737
|
-
:param bool group_by_resource:
|
|
1738
|
-
:param str resolution:
|
|
1857
|
+
:param str id: Deployment ID (required)
|
|
1858
|
+
:param datetime start: Optional to filter
|
|
1859
|
+
:param datetime end: Optional to filter
|
|
1860
|
+
:param str path: Optional to filter
|
|
1861
|
+
:param int status_code: Optional to filter
|
|
1862
|
+
:param bool group_by_resource: Whether the telemetry should grouped by resource
|
|
1863
|
+
:param str resolution: Which time resolution to use
|
|
1739
1864
|
:return: V1GetDeploymentRoutingTelemetryResponse
|
|
1740
1865
|
If the method is called asynchronously,
|
|
1741
1866
|
returns the request thread.
|
|
@@ -1757,13 +1882,13 @@ class JobsServiceApi(object):
|
|
|
1757
1882
|
|
|
1758
1883
|
:param async_req bool
|
|
1759
1884
|
:param str project_id: (required)
|
|
1760
|
-
:param str id: (required)
|
|
1761
|
-
:param datetime start:
|
|
1762
|
-
:param datetime end:
|
|
1763
|
-
:param str path:
|
|
1764
|
-
:param int status_code:
|
|
1765
|
-
:param bool group_by_resource:
|
|
1766
|
-
:param str resolution:
|
|
1885
|
+
:param str id: Deployment ID (required)
|
|
1886
|
+
:param datetime start: Optional to filter
|
|
1887
|
+
:param datetime end: Optional to filter
|
|
1888
|
+
:param str path: Optional to filter
|
|
1889
|
+
:param int status_code: Optional to filter
|
|
1890
|
+
:param bool group_by_resource: Whether the telemetry should grouped by resource
|
|
1891
|
+
:param str resolution: Which time resolution to use
|
|
1767
1892
|
:return: V1GetDeploymentRoutingTelemetryResponse
|
|
1768
1893
|
If the method is called asynchronously,
|
|
1769
1894
|
returns the request thread.
|
|
@@ -1854,12 +1979,12 @@ class JobsServiceApi(object):
|
|
|
1854
1979
|
|
|
1855
1980
|
:param async_req bool
|
|
1856
1981
|
:param str project_id: (required)
|
|
1857
|
-
:param str id: (required)
|
|
1858
|
-
:param datetime start:
|
|
1859
|
-
:param datetime end:
|
|
1860
|
-
:param list[str] paths:
|
|
1861
|
-
:param list[str] status_codes:
|
|
1862
|
-
:param str resolution:
|
|
1982
|
+
:param str id: Deployment ID (required)
|
|
1983
|
+
:param datetime start: Optional to filter
|
|
1984
|
+
:param datetime end: Optional to filter
|
|
1985
|
+
:param list[str] paths: Optional to filter
|
|
1986
|
+
:param list[str] status_codes: Optional to filter
|
|
1987
|
+
:param str resolution: Which time resolution to use
|
|
1863
1988
|
:return: V1GetDeploymentRoutingTelemetryAggregatedResponse
|
|
1864
1989
|
If the method is called asynchronously,
|
|
1865
1990
|
returns the request thread.
|
|
@@ -1881,12 +2006,12 @@ class JobsServiceApi(object):
|
|
|
1881
2006
|
|
|
1882
2007
|
:param async_req bool
|
|
1883
2008
|
:param str project_id: (required)
|
|
1884
|
-
:param str id: (required)
|
|
1885
|
-
:param datetime start:
|
|
1886
|
-
:param datetime end:
|
|
1887
|
-
:param list[str] paths:
|
|
1888
|
-
:param list[str] status_codes:
|
|
1889
|
-
:param str resolution:
|
|
2009
|
+
:param str id: Deployment ID (required)
|
|
2010
|
+
:param datetime start: Optional to filter
|
|
2011
|
+
:param datetime end: Optional to filter
|
|
2012
|
+
:param list[str] paths: Optional to filter
|
|
2013
|
+
:param list[str] status_codes: Optional to filter
|
|
2014
|
+
:param str resolution: Which time resolution to use
|
|
1890
2015
|
:return: V1GetDeploymentRoutingTelemetryAggregatedResponse
|
|
1891
2016
|
If the method is called asynchronously,
|
|
1892
2017
|
returns the request thread.
|
|
@@ -1977,8 +2102,8 @@ class JobsServiceApi(object):
|
|
|
1977
2102
|
|
|
1978
2103
|
:param async_req bool
|
|
1979
2104
|
:param str project_id: (required)
|
|
1980
|
-
:param str id: (required)
|
|
1981
|
-
:param str request_id:
|
|
2105
|
+
:param str id: Deployment ID (required)
|
|
2106
|
+
:param str request_id: Request ID
|
|
1982
2107
|
:return: V1GetDeploymentRoutingTelemetryContentResponse
|
|
1983
2108
|
If the method is called asynchronously,
|
|
1984
2109
|
returns the request thread.
|
|
@@ -2000,8 +2125,8 @@ class JobsServiceApi(object):
|
|
|
2000
2125
|
|
|
2001
2126
|
:param async_req bool
|
|
2002
2127
|
:param str project_id: (required)
|
|
2003
|
-
:param str id: (required)
|
|
2004
|
-
:param str request_id:
|
|
2128
|
+
:param str id: Deployment ID (required)
|
|
2129
|
+
:param str request_id: Request ID
|
|
2005
2130
|
:return: V1GetDeploymentRoutingTelemetryContentResponse
|
|
2006
2131
|
If the method is called asynchronously,
|
|
2007
2132
|
returns the request thread.
|
|
@@ -2081,8 +2206,8 @@ class JobsServiceApi(object):
|
|
|
2081
2206
|
>>> result = thread.get()
|
|
2082
2207
|
|
|
2083
2208
|
:param async_req bool
|
|
2084
|
-
:param str project_id: (required)
|
|
2085
|
-
:param str id: (required)
|
|
2209
|
+
:param str project_id: Required (required)
|
|
2210
|
+
:param str id: Required (required)
|
|
2086
2211
|
:return: V1DeploymentStatus
|
|
2087
2212
|
If the method is called asynchronously,
|
|
2088
2213
|
returns the request thread.
|
|
@@ -2103,8 +2228,8 @@ class JobsServiceApi(object):
|
|
|
2103
2228
|
>>> result = thread.get()
|
|
2104
2229
|
|
|
2105
2230
|
:param async_req bool
|
|
2106
|
-
:param str project_id: (required)
|
|
2107
|
-
:param str id: (required)
|
|
2231
|
+
:param str project_id: Required (required)
|
|
2232
|
+
:param str id: Required (required)
|
|
2108
2233
|
:return: V1DeploymentStatus
|
|
2109
2234
|
If the method is called asynchronously,
|
|
2110
2235
|
returns the request thread.
|
|
@@ -2182,8 +2307,8 @@ class JobsServiceApi(object):
|
|
|
2182
2307
|
>>> result = thread.get()
|
|
2183
2308
|
|
|
2184
2309
|
:param async_req bool
|
|
2185
|
-
:param str project_id: (required)
|
|
2186
|
-
:param str id: (required)
|
|
2310
|
+
:param str project_id: Required (required)
|
|
2311
|
+
:param str id: Required (required)
|
|
2187
2312
|
:param str cloudspace_id:
|
|
2188
2313
|
:return: V1Job
|
|
2189
2314
|
If the method is called asynchronously,
|
|
@@ -2205,8 +2330,8 @@ class JobsServiceApi(object):
|
|
|
2205
2330
|
>>> result = thread.get()
|
|
2206
2331
|
|
|
2207
2332
|
:param async_req bool
|
|
2208
|
-
:param str project_id: (required)
|
|
2209
|
-
:param str id: (required)
|
|
2333
|
+
:param str project_id: Required (required)
|
|
2334
|
+
:param str id: Required (required)
|
|
2210
2335
|
:param str cloudspace_id:
|
|
2211
2336
|
:return: V1Job
|
|
2212
2337
|
If the method is called asynchronously,
|
|
@@ -2287,9 +2412,9 @@ class JobsServiceApi(object):
|
|
|
2287
2412
|
>>> result = thread.get()
|
|
2288
2413
|
|
|
2289
2414
|
:param async_req bool
|
|
2290
|
-
:param str project_owner_name: (required)
|
|
2291
|
-
:param str project_name: (required)
|
|
2292
|
-
:param str job_name: (required)
|
|
2415
|
+
:param str project_owner_name: Required (required)
|
|
2416
|
+
:param str project_name: Required (required)
|
|
2417
|
+
:param str job_name: Required (required)
|
|
2293
2418
|
:return: V1Job
|
|
2294
2419
|
If the method is called asynchronously,
|
|
2295
2420
|
returns the request thread.
|
|
@@ -2310,9 +2435,9 @@ class JobsServiceApi(object):
|
|
|
2310
2435
|
>>> result = thread.get()
|
|
2311
2436
|
|
|
2312
2437
|
:param async_req bool
|
|
2313
|
-
:param str project_owner_name: (required)
|
|
2314
|
-
:param str project_name: (required)
|
|
2315
|
-
:param str job_name: (required)
|
|
2438
|
+
:param str project_owner_name: Required (required)
|
|
2439
|
+
:param str project_name: Required (required)
|
|
2440
|
+
:param str job_name: Required (required)
|
|
2316
2441
|
:return: V1Job
|
|
2317
2442
|
If the method is called asynchronously,
|
|
2318
2443
|
returns the request thread.
|
|
@@ -2517,9 +2642,9 @@ class JobsServiceApi(object):
|
|
|
2517
2642
|
>>> result = thread.get()
|
|
2518
2643
|
|
|
2519
2644
|
:param async_req bool
|
|
2520
|
-
:param str org_id:
|
|
2521
|
-
:param str project_id:
|
|
2522
|
-
:param list[str] job_types:
|
|
2645
|
+
:param str org_id: Optional, filter by org
|
|
2646
|
+
:param str project_id: Optional, filter by project (jobs table total count)
|
|
2647
|
+
:param list[str] job_types: - JOB_TYPE_APP_INSTANCE: Lightning app instances - JOB_TYPE_BATCH_JOB: Regular jobs - JOB_TYPE_DEPLOYMENT: Deployments - JOB_TYPE_PIPELINE: Pipelines - JOB_TYPE_SLURM_JOB: Slurm jobs - JOB_TYPE_MULTI_MACHINE_JOB: Multi-machine jobs - JOB_TYPE_DEFAULT_JOBS: Default jobs (batch jobs, lightning apps, mmt, lit data, ...)
|
|
2523
2648
|
:return: V1GetJobStatsResponse
|
|
2524
2649
|
If the method is called asynchronously,
|
|
2525
2650
|
returns the request thread.
|
|
@@ -2540,9 +2665,9 @@ class JobsServiceApi(object):
|
|
|
2540
2665
|
>>> result = thread.get()
|
|
2541
2666
|
|
|
2542
2667
|
:param async_req bool
|
|
2543
|
-
:param str org_id:
|
|
2544
|
-
:param str project_id:
|
|
2545
|
-
:param list[str] job_types:
|
|
2668
|
+
:param str org_id: Optional, filter by org
|
|
2669
|
+
:param str project_id: Optional, filter by project (jobs table total count)
|
|
2670
|
+
:param list[str] job_types: - JOB_TYPE_APP_INSTANCE: Lightning app instances - JOB_TYPE_BATCH_JOB: Regular jobs - JOB_TYPE_DEPLOYMENT: Deployments - JOB_TYPE_PIPELINE: Pipelines - JOB_TYPE_SLURM_JOB: Slurm jobs - JOB_TYPE_MULTI_MACHINE_JOB: Multi-machine jobs - JOB_TYPE_DEFAULT_JOBS: Default jobs (batch jobs, lightning apps, mmt, lit data, ...)
|
|
2546
2671
|
:return: V1GetJobStatsResponse
|
|
2547
2672
|
If the method is called asynchronously,
|
|
2548
2673
|
returns the request thread.
|
|
@@ -2741,7 +2866,7 @@ class JobsServiceApi(object):
|
|
|
2741
2866
|
>>> result = thread.get()
|
|
2742
2867
|
|
|
2743
2868
|
:param async_req bool
|
|
2744
|
-
:param str project_id: (required)
|
|
2869
|
+
:param str project_id: Required (required)
|
|
2745
2870
|
:param str id: (required)
|
|
2746
2871
|
:return: V1MultiMachineJob
|
|
2747
2872
|
If the method is called asynchronously,
|
|
@@ -2763,7 +2888,7 @@ class JobsServiceApi(object):
|
|
|
2763
2888
|
>>> result = thread.get()
|
|
2764
2889
|
|
|
2765
2890
|
:param async_req bool
|
|
2766
|
-
:param str project_id: (required)
|
|
2891
|
+
:param str project_id: Required (required)
|
|
2767
2892
|
:param str id: (required)
|
|
2768
2893
|
:return: V1MultiMachineJob
|
|
2769
2894
|
If the method is called asynchronously,
|
|
@@ -2842,8 +2967,8 @@ class JobsServiceApi(object):
|
|
|
2842
2967
|
>>> result = thread.get()
|
|
2843
2968
|
|
|
2844
2969
|
:param async_req bool
|
|
2845
|
-
:param str project_id: (required)
|
|
2846
|
-
:param str name: (required)
|
|
2970
|
+
:param str project_id: Required (required)
|
|
2971
|
+
:param str name: Required (required)
|
|
2847
2972
|
:return: V1MultiMachineJob
|
|
2848
2973
|
If the method is called asynchronously,
|
|
2849
2974
|
returns the request thread.
|
|
@@ -2864,8 +2989,8 @@ class JobsServiceApi(object):
|
|
|
2864
2989
|
>>> result = thread.get()
|
|
2865
2990
|
|
|
2866
2991
|
:param async_req bool
|
|
2867
|
-
:param str project_id: (required)
|
|
2868
|
-
:param str name: (required)
|
|
2992
|
+
:param str project_id: Required (required)
|
|
2993
|
+
:param str name: Required (required)
|
|
2869
2994
|
:return: V1MultiMachineJob
|
|
2870
2995
|
If the method is called asynchronously,
|
|
2871
2996
|
returns the request thread.
|
|
@@ -2943,8 +3068,8 @@ class JobsServiceApi(object):
|
|
|
2943
3068
|
>>> result = thread.get()
|
|
2944
3069
|
|
|
2945
3070
|
:param async_req bool
|
|
2946
|
-
:param str org_id: (required)
|
|
2947
|
-
:param str deployment_id: (required)
|
|
3071
|
+
:param str org_id: Required (required)
|
|
3072
|
+
:param str deployment_id: Required (required)
|
|
2948
3073
|
:return: V1OrgDeploymentVisibility
|
|
2949
3074
|
If the method is called asynchronously,
|
|
2950
3075
|
returns the request thread.
|
|
@@ -2965,8 +3090,8 @@ class JobsServiceApi(object):
|
|
|
2965
3090
|
>>> result = thread.get()
|
|
2966
3091
|
|
|
2967
3092
|
:param async_req bool
|
|
2968
|
-
:param str org_id: (required)
|
|
2969
|
-
:param str deployment_id: (required)
|
|
3093
|
+
:param str org_id: Required (required)
|
|
3094
|
+
:param str deployment_id: Required (required)
|
|
2970
3095
|
:return: V1OrgDeploymentVisibility
|
|
2971
3096
|
If the method is called asynchronously,
|
|
2972
3097
|
returns the request thread.
|
|
@@ -3047,8 +3172,13 @@ class JobsServiceApi(object):
|
|
|
3047
3172
|
:param str project_id:
|
|
3048
3173
|
:param str page_token:
|
|
3049
3174
|
:param int limit:
|
|
3050
|
-
:param str
|
|
3051
|
-
:param str
|
|
3175
|
+
:param str search_query:
|
|
3176
|
+
:param list[str] states:
|
|
3177
|
+
:param list[str] job_types: - JOB_TYPE_APP_INSTANCE: Lightning app instances - JOB_TYPE_BATCH_JOB: Regular jobs - JOB_TYPE_DEPLOYMENT: Deployments - JOB_TYPE_PIPELINE: Pipelines - JOB_TYPE_SLURM_JOB: Slurm jobs - JOB_TYPE_MULTI_MACHINE_JOB: Multi-machine jobs - JOB_TYPE_DEFAULT_JOBS: Default jobs (batch jobs, lightning apps, mmt, lit data, ...)
|
|
3178
|
+
:param str org_id:
|
|
3179
|
+
:param str user_id:
|
|
3180
|
+
:param str sort_by: Column name to sort by
|
|
3181
|
+
:param str sort_order: ascending or descending
|
|
3052
3182
|
:return: V1ListAllJobsResponse
|
|
3053
3183
|
If the method is called asynchronously,
|
|
3054
3184
|
returns the request thread.
|
|
@@ -3072,14 +3202,19 @@ class JobsServiceApi(object):
|
|
|
3072
3202
|
:param str project_id:
|
|
3073
3203
|
:param str page_token:
|
|
3074
3204
|
:param int limit:
|
|
3075
|
-
:param str
|
|
3076
|
-
:param str
|
|
3205
|
+
:param str search_query:
|
|
3206
|
+
:param list[str] states:
|
|
3207
|
+
:param list[str] job_types: - JOB_TYPE_APP_INSTANCE: Lightning app instances - JOB_TYPE_BATCH_JOB: Regular jobs - JOB_TYPE_DEPLOYMENT: Deployments - JOB_TYPE_PIPELINE: Pipelines - JOB_TYPE_SLURM_JOB: Slurm jobs - JOB_TYPE_MULTI_MACHINE_JOB: Multi-machine jobs - JOB_TYPE_DEFAULT_JOBS: Default jobs (batch jobs, lightning apps, mmt, lit data, ...)
|
|
3208
|
+
:param str org_id:
|
|
3209
|
+
:param str user_id:
|
|
3210
|
+
:param str sort_by: Column name to sort by
|
|
3211
|
+
:param str sort_order: ascending or descending
|
|
3077
3212
|
:return: V1ListAllJobsResponse
|
|
3078
3213
|
If the method is called asynchronously,
|
|
3079
3214
|
returns the request thread.
|
|
3080
3215
|
"""
|
|
3081
3216
|
|
|
3082
|
-
all_params = ['project_id', 'page_token', 'limit', 'sort_by', 'sort_order'] # noqa: E501
|
|
3217
|
+
all_params = ['project_id', 'page_token', 'limit', 'search_query', 'states', 'job_types', 'org_id', 'user_id', 'sort_by', 'sort_order'] # noqa: E501
|
|
3083
3218
|
all_params.append('async_req')
|
|
3084
3219
|
all_params.append('_return_http_data_only')
|
|
3085
3220
|
all_params.append('_preload_content')
|
|
@@ -3106,6 +3241,18 @@ class JobsServiceApi(object):
|
|
|
3106
3241
|
query_params.append(('pageToken', params['page_token'])) # noqa: E501
|
|
3107
3242
|
if 'limit' in params:
|
|
3108
3243
|
query_params.append(('limit', params['limit'])) # noqa: E501
|
|
3244
|
+
if 'search_query' in params:
|
|
3245
|
+
query_params.append(('searchQuery', params['search_query'])) # noqa: E501
|
|
3246
|
+
if 'states' in params:
|
|
3247
|
+
query_params.append(('states', params['states'])) # noqa: E501
|
|
3248
|
+
collection_formats['states'] = 'multi' # noqa: E501
|
|
3249
|
+
if 'job_types' in params:
|
|
3250
|
+
query_params.append(('jobTypes', params['job_types'])) # noqa: E501
|
|
3251
|
+
collection_formats['jobTypes'] = 'multi' # noqa: E501
|
|
3252
|
+
if 'org_id' in params:
|
|
3253
|
+
query_params.append(('orgId', params['org_id'])) # noqa: E501
|
|
3254
|
+
if 'user_id' in params:
|
|
3255
|
+
query_params.append(('userId', params['user_id'])) # noqa: E501
|
|
3109
3256
|
if 'sort_by' in params:
|
|
3110
3257
|
query_params.append(('sortBy', params['sort_by'])) # noqa: E501
|
|
3111
3258
|
if 'sort_order' in params:
|
|
@@ -3352,8 +3499,8 @@ class JobsServiceApi(object):
|
|
|
3352
3499
|
|
|
3353
3500
|
:param async_req bool
|
|
3354
3501
|
:param str project_id: (required)
|
|
3355
|
-
:param str id: (required)
|
|
3356
|
-
:param str release_id:
|
|
3502
|
+
:param str id: Deployment ID (required)
|
|
3503
|
+
:param str release_id: Release ID
|
|
3357
3504
|
:param str limit:
|
|
3358
3505
|
:return: V1ListDeploymentEventsResponse
|
|
3359
3506
|
If the method is called asynchronously,
|
|
@@ -3376,8 +3523,8 @@ class JobsServiceApi(object):
|
|
|
3376
3523
|
|
|
3377
3524
|
:param async_req bool
|
|
3378
3525
|
:param str project_id: (required)
|
|
3379
|
-
:param str id: (required)
|
|
3380
|
-
:param str release_id:
|
|
3526
|
+
:param str id: Deployment ID (required)
|
|
3527
|
+
:param str release_id: Release ID
|
|
3381
3528
|
:param str limit:
|
|
3382
3529
|
:return: V1ListDeploymentEventsResponse
|
|
3383
3530
|
If the method is called asynchronously,
|
|
@@ -3460,8 +3607,8 @@ class JobsServiceApi(object):
|
|
|
3460
3607
|
>>> result = thread.get()
|
|
3461
3608
|
|
|
3462
3609
|
:param async_req bool
|
|
3463
|
-
:param str project_id: (required)
|
|
3464
|
-
:param str deployment_id: (required)
|
|
3610
|
+
:param str project_id: Required (required)
|
|
3611
|
+
:param str deployment_id: Required (required)
|
|
3465
3612
|
:param bool include_archived:
|
|
3466
3613
|
:return: V1ListDeploymentReleasesResponse
|
|
3467
3614
|
If the method is called asynchronously,
|
|
@@ -3483,8 +3630,8 @@ class JobsServiceApi(object):
|
|
|
3483
3630
|
>>> result = thread.get()
|
|
3484
3631
|
|
|
3485
3632
|
:param async_req bool
|
|
3486
|
-
:param str project_id: (required)
|
|
3487
|
-
:param str deployment_id: (required)
|
|
3633
|
+
:param str project_id: Required (required)
|
|
3634
|
+
:param str deployment_id: Required (required)
|
|
3488
3635
|
:param bool include_archived:
|
|
3489
3636
|
:return: V1ListDeploymentReleasesResponse
|
|
3490
3637
|
If the method is called asynchronously,
|
|
@@ -3566,15 +3713,15 @@ class JobsServiceApi(object):
|
|
|
3566
3713
|
|
|
3567
3714
|
:param async_req bool
|
|
3568
3715
|
:param str project_id: (required)
|
|
3569
|
-
:param str id: (required)
|
|
3570
|
-
:param str first_request_id:
|
|
3571
|
-
:param str last_request_id:
|
|
3572
|
-
:param datetime start:
|
|
3573
|
-
:param datetime end:
|
|
3574
|
-
:param list[str] path:
|
|
3575
|
-
:param list[int] status_code:
|
|
3576
|
-
:param int limit:
|
|
3577
|
-
:param bool filter_successful:
|
|
3716
|
+
:param str id: Deployment ID (required)
|
|
3717
|
+
:param str first_request_id: The first request id
|
|
3718
|
+
:param str last_request_id: The last request id
|
|
3719
|
+
:param datetime start: Optional to filter
|
|
3720
|
+
:param datetime end: Optional to filter
|
|
3721
|
+
:param list[str] path: Optional to filter
|
|
3722
|
+
:param list[int] status_code: Optional to filter
|
|
3723
|
+
:param int limit: Optional to filter
|
|
3724
|
+
:param bool filter_successful: Optional to filter 200 status codes
|
|
3578
3725
|
:return: V1GeListDeploymentRoutingTelemetryResponse
|
|
3579
3726
|
If the method is called asynchronously,
|
|
3580
3727
|
returns the request thread.
|
|
@@ -3596,15 +3743,15 @@ class JobsServiceApi(object):
|
|
|
3596
3743
|
|
|
3597
3744
|
:param async_req bool
|
|
3598
3745
|
:param str project_id: (required)
|
|
3599
|
-
:param str id: (required)
|
|
3600
|
-
:param str first_request_id:
|
|
3601
|
-
:param str last_request_id:
|
|
3602
|
-
:param datetime start:
|
|
3603
|
-
:param datetime end:
|
|
3604
|
-
:param list[str] path:
|
|
3605
|
-
:param list[int] status_code:
|
|
3606
|
-
:param int limit:
|
|
3607
|
-
:param bool filter_successful:
|
|
3746
|
+
:param str id: Deployment ID (required)
|
|
3747
|
+
:param str first_request_id: The first request id
|
|
3748
|
+
:param str last_request_id: The last request id
|
|
3749
|
+
:param datetime start: Optional to filter
|
|
3750
|
+
:param datetime end: Optional to filter
|
|
3751
|
+
:param list[str] path: Optional to filter
|
|
3752
|
+
:param list[int] status_code: Optional to filter
|
|
3753
|
+
:param int limit: Optional to filter
|
|
3754
|
+
:param bool filter_successful: Optional to filter 200 status codes
|
|
3608
3755
|
:return: V1GeListDeploymentRoutingTelemetryResponse
|
|
3609
3756
|
If the method is called asynchronously,
|
|
3610
3757
|
returns the request thread.
|
|
@@ -3700,7 +3847,7 @@ class JobsServiceApi(object):
|
|
|
3700
3847
|
>>> result = thread.get()
|
|
3701
3848
|
|
|
3702
3849
|
:param async_req bool
|
|
3703
|
-
:param str project_id: (required)
|
|
3850
|
+
:param str project_id: Required (required)
|
|
3704
3851
|
:param str cloudspace_id:
|
|
3705
3852
|
:param list[str] user_ids:
|
|
3706
3853
|
:param bool standalone:
|
|
@@ -3724,7 +3871,7 @@ class JobsServiceApi(object):
|
|
|
3724
3871
|
>>> result = thread.get()
|
|
3725
3872
|
|
|
3726
3873
|
:param async_req bool
|
|
3727
|
-
:param str project_id: (required)
|
|
3874
|
+
:param str project_id: Required (required)
|
|
3728
3875
|
:param str cloudspace_id:
|
|
3729
3876
|
:param list[str] user_ids:
|
|
3730
3877
|
:param bool standalone:
|
|
@@ -3809,14 +3956,14 @@ class JobsServiceApi(object):
|
|
|
3809
3956
|
:param list[str] project_ids:
|
|
3810
3957
|
:param list[str] user_ids:
|
|
3811
3958
|
:param str org_id:
|
|
3812
|
-
:param str state:
|
|
3813
|
-
:param list[str] job_types:
|
|
3959
|
+
:param str state: For example, running, stopped, completed, failed
|
|
3960
|
+
:param list[str] job_types: - JOB_TYPE_APP_INSTANCE: Lightning app instances - JOB_TYPE_BATCH_JOB: Regular jobs - JOB_TYPE_DEPLOYMENT: Deployments - JOB_TYPE_PIPELINE: Pipelines - JOB_TYPE_SLURM_JOB: Slurm jobs - JOB_TYPE_MULTI_MACHINE_JOB: Multi-machine jobs - JOB_TYPE_DEFAULT_JOBS: Default jobs (batch jobs, lightning apps, mmt, lit data, ...)
|
|
3814
3961
|
:param datetime end_time:
|
|
3815
3962
|
:param str page_token:
|
|
3816
3963
|
:param int limit:
|
|
3817
3964
|
:param str cloudspace_id:
|
|
3818
|
-
:param bool standalone: fields specific to deployments
|
|
3819
|
-
:param str parent_pipeline_id: fields specific to pipelines
|
|
3965
|
+
:param bool standalone: fields specific to deployments
|
|
3966
|
+
:param str parent_pipeline_id: fields specific to pipelines
|
|
3820
3967
|
:return: V1ListJobResourcesResponse
|
|
3821
3968
|
If the method is called asynchronously,
|
|
3822
3969
|
returns the request thread.
|
|
@@ -3840,14 +3987,14 @@ class JobsServiceApi(object):
|
|
|
3840
3987
|
:param list[str] project_ids:
|
|
3841
3988
|
:param list[str] user_ids:
|
|
3842
3989
|
:param str org_id:
|
|
3843
|
-
:param str state:
|
|
3844
|
-
:param list[str] job_types:
|
|
3990
|
+
:param str state: For example, running, stopped, completed, failed
|
|
3991
|
+
:param list[str] job_types: - JOB_TYPE_APP_INSTANCE: Lightning app instances - JOB_TYPE_BATCH_JOB: Regular jobs - JOB_TYPE_DEPLOYMENT: Deployments - JOB_TYPE_PIPELINE: Pipelines - JOB_TYPE_SLURM_JOB: Slurm jobs - JOB_TYPE_MULTI_MACHINE_JOB: Multi-machine jobs - JOB_TYPE_DEFAULT_JOBS: Default jobs (batch jobs, lightning apps, mmt, lit data, ...)
|
|
3845
3992
|
:param datetime end_time:
|
|
3846
3993
|
:param str page_token:
|
|
3847
3994
|
:param int limit:
|
|
3848
3995
|
:param str cloudspace_id:
|
|
3849
|
-
:param bool standalone: fields specific to deployments
|
|
3850
|
-
:param str parent_pipeline_id: fields specific to pipelines
|
|
3996
|
+
:param bool standalone: fields specific to deployments
|
|
3997
|
+
:param str parent_pipeline_id: fields specific to pipelines
|
|
3851
3998
|
:return: V1ListJobResourcesResponse
|
|
3852
3999
|
If the method is called asynchronously,
|
|
3853
4000
|
returns the request thread.
|
|
@@ -3938,17 +4085,17 @@ class JobsServiceApi(object):
|
|
|
3938
4085
|
>>> result = thread.get()
|
|
3939
4086
|
|
|
3940
4087
|
:param async_req bool
|
|
3941
|
-
:param str project_id: (required)
|
|
4088
|
+
:param str project_id: Required (required)
|
|
3942
4089
|
:param str cloudspace_id:
|
|
3943
4090
|
:param str user_id:
|
|
3944
4091
|
:param str deployment_id:
|
|
3945
4092
|
:param str multi_machine_job_id:
|
|
3946
|
-
:param bool standalone: Whether to list standalone jobs, not part of a deployment or mmt
|
|
4093
|
+
:param bool standalone: Whether to list standalone jobs, not part of a deployment or mmt
|
|
3947
4094
|
:param str page_token:
|
|
3948
4095
|
:param int limit:
|
|
3949
|
-
:param str state:
|
|
3950
|
-
:param str sort_by:
|
|
3951
|
-
:param str sort_order:
|
|
4096
|
+
:param str state: For example, running, stopped, completed, failed
|
|
4097
|
+
:param str sort_by: Column name to sort by
|
|
4098
|
+
:param str sort_order: ascending or descending
|
|
3952
4099
|
:return: V1ListJobsResponse
|
|
3953
4100
|
If the method is called asynchronously,
|
|
3954
4101
|
returns the request thread.
|
|
@@ -3969,17 +4116,17 @@ class JobsServiceApi(object):
|
|
|
3969
4116
|
>>> result = thread.get()
|
|
3970
4117
|
|
|
3971
4118
|
:param async_req bool
|
|
3972
|
-
:param str project_id: (required)
|
|
4119
|
+
:param str project_id: Required (required)
|
|
3973
4120
|
:param str cloudspace_id:
|
|
3974
4121
|
:param str user_id:
|
|
3975
4122
|
:param str deployment_id:
|
|
3976
4123
|
:param str multi_machine_job_id:
|
|
3977
|
-
:param bool standalone: Whether to list standalone jobs, not part of a deployment or mmt
|
|
4124
|
+
:param bool standalone: Whether to list standalone jobs, not part of a deployment or mmt
|
|
3978
4125
|
:param str page_token:
|
|
3979
4126
|
:param int limit:
|
|
3980
|
-
:param str state:
|
|
3981
|
-
:param str sort_by:
|
|
3982
|
-
:param str sort_order:
|
|
4127
|
+
:param str state: For example, running, stopped, completed, failed
|
|
4128
|
+
:param str sort_by: Column name to sort by
|
|
4129
|
+
:param str sort_order: ascending or descending
|
|
3983
4130
|
:return: V1ListJobsResponse
|
|
3984
4131
|
If the method is called asynchronously,
|
|
3985
4132
|
returns the request thread.
|
|
@@ -4072,8 +4219,8 @@ class JobsServiceApi(object):
|
|
|
4072
4219
|
|
|
4073
4220
|
:param async_req bool
|
|
4074
4221
|
:param str project_id: (required)
|
|
4075
|
-
:param str id: (required)
|
|
4076
|
-
:param str release_id:
|
|
4222
|
+
:param str id: Deployment ID (required)
|
|
4223
|
+
:param str release_id: Release ID
|
|
4077
4224
|
:param str limit:
|
|
4078
4225
|
:return: V1ListMultiMachineJobEventsResponse
|
|
4079
4226
|
If the method is called asynchronously,
|
|
@@ -4096,8 +4243,8 @@ class JobsServiceApi(object):
|
|
|
4096
4243
|
|
|
4097
4244
|
:param async_req bool
|
|
4098
4245
|
:param str project_id: (required)
|
|
4099
|
-
:param str id: (required)
|
|
4100
|
-
:param str release_id:
|
|
4246
|
+
:param str id: Deployment ID (required)
|
|
4247
|
+
:param str release_id: Release ID
|
|
4101
4248
|
:param str limit:
|
|
4102
4249
|
:return: V1ListMultiMachineJobEventsResponse
|
|
4103
4250
|
If the method is called asynchronously,
|
|
@@ -4180,7 +4327,7 @@ class JobsServiceApi(object):
|
|
|
4180
4327
|
>>> result = thread.get()
|
|
4181
4328
|
|
|
4182
4329
|
:param async_req bool
|
|
4183
|
-
:param str project_id: (required)
|
|
4330
|
+
:param str project_id: Required (required)
|
|
4184
4331
|
:param str cloudspace_id:
|
|
4185
4332
|
:param str user_id:
|
|
4186
4333
|
:param bool standalone:
|
|
@@ -4204,7 +4351,7 @@ class JobsServiceApi(object):
|
|
|
4204
4351
|
>>> result = thread.get()
|
|
4205
4352
|
|
|
4206
4353
|
:param async_req bool
|
|
4207
|
-
:param str project_id: (required)
|
|
4354
|
+
:param str project_id: Required (required)
|
|
4208
4355
|
:param str cloudspace_id:
|
|
4209
4356
|
:param str user_id:
|
|
4210
4357
|
:param bool standalone:
|
|
@@ -4285,7 +4432,7 @@ class JobsServiceApi(object):
|
|
|
4285
4432
|
>>> result = thread.get()
|
|
4286
4433
|
|
|
4287
4434
|
:param async_req bool
|
|
4288
|
-
:param str org_id: (required)
|
|
4435
|
+
:param str org_id: Required (required)
|
|
4289
4436
|
:return: V1ListDeploymentsResponse
|
|
4290
4437
|
If the method is called asynchronously,
|
|
4291
4438
|
returns the request thread.
|
|
@@ -4306,7 +4453,7 @@ class JobsServiceApi(object):
|
|
|
4306
4453
|
>>> result = thread.get()
|
|
4307
4454
|
|
|
4308
4455
|
:param async_req bool
|
|
4309
|
-
:param str org_id: (required)
|
|
4456
|
+
:param str org_id: Required (required)
|
|
4310
4457
|
:return: V1ListDeploymentsResponse
|
|
4311
4458
|
If the method is called asynchronously,
|
|
4312
4459
|
returns the request thread.
|
|
@@ -4369,7 +4516,7 @@ class JobsServiceApi(object):
|
|
|
4369
4516
|
_request_timeout=params.get('_request_timeout'),
|
|
4370
4517
|
collection_formats=collection_formats)
|
|
4371
4518
|
|
|
4372
|
-
def jobs_service_report_deployment_routing_telemetry(self, body: '
|
|
4519
|
+
def jobs_service_report_deployment_routing_telemetry(self, body: 'JobsServiceReportDeploymentRoutingTelemetryBody', project_id: 'str', deployment_id: 'str', job_id: 'str', **kwargs) -> 'V1ReportDeploymentRoutingTelemetryResponse': # noqa: E501
|
|
4373
4520
|
"""The tired proxy collects the requests sent to the resource and inform the CP # noqa: E501
|
|
4374
4521
|
|
|
4375
4522
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -4378,10 +4525,10 @@ class JobsServiceApi(object):
|
|
|
4378
4525
|
>>> result = thread.get()
|
|
4379
4526
|
|
|
4380
4527
|
:param async_req bool
|
|
4381
|
-
:param
|
|
4382
|
-
:param str project_id: (required)
|
|
4383
|
-
:param str deployment_id: (required)
|
|
4384
|
-
:param str job_id: (required)
|
|
4528
|
+
:param JobsServiceReportDeploymentRoutingTelemetryBody body: (required)
|
|
4529
|
+
:param str project_id: Required (required)
|
|
4530
|
+
:param str deployment_id: Required (required)
|
|
4531
|
+
:param str job_id: Required (required)
|
|
4385
4532
|
:return: V1ReportDeploymentRoutingTelemetryResponse
|
|
4386
4533
|
If the method is called asynchronously,
|
|
4387
4534
|
returns the request thread.
|
|
@@ -4393,7 +4540,7 @@ class JobsServiceApi(object):
|
|
|
4393
4540
|
(data) = self.jobs_service_report_deployment_routing_telemetry_with_http_info(body, project_id, deployment_id, job_id, **kwargs) # noqa: E501
|
|
4394
4541
|
return data
|
|
4395
4542
|
|
|
4396
|
-
def jobs_service_report_deployment_routing_telemetry_with_http_info(self, body: '
|
|
4543
|
+
def jobs_service_report_deployment_routing_telemetry_with_http_info(self, body: 'JobsServiceReportDeploymentRoutingTelemetryBody', project_id: 'str', deployment_id: 'str', job_id: 'str', **kwargs) -> 'V1ReportDeploymentRoutingTelemetryResponse': # noqa: E501
|
|
4397
4544
|
"""The tired proxy collects the requests sent to the resource and inform the CP # noqa: E501
|
|
4398
4545
|
|
|
4399
4546
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -4402,10 +4549,10 @@ class JobsServiceApi(object):
|
|
|
4402
4549
|
>>> result = thread.get()
|
|
4403
4550
|
|
|
4404
4551
|
:param async_req bool
|
|
4405
|
-
:param
|
|
4406
|
-
:param str project_id: (required)
|
|
4407
|
-
:param str deployment_id: (required)
|
|
4408
|
-
:param str job_id: (required)
|
|
4552
|
+
:param JobsServiceReportDeploymentRoutingTelemetryBody body: (required)
|
|
4553
|
+
:param str project_id: Required (required)
|
|
4554
|
+
:param str deployment_id: Required (required)
|
|
4555
|
+
:param str job_id: Required (required)
|
|
4409
4556
|
:return: V1ReportDeploymentRoutingTelemetryResponse
|
|
4410
4557
|
If the method is called asynchronously,
|
|
4411
4558
|
returns the request thread.
|
|
@@ -4490,7 +4637,7 @@ class JobsServiceApi(object):
|
|
|
4490
4637
|
_request_timeout=params.get('_request_timeout'),
|
|
4491
4638
|
collection_formats=collection_formats)
|
|
4492
4639
|
|
|
4493
|
-
def jobs_service_report_job_system_metrics(self, body: '
|
|
4640
|
+
def jobs_service_report_job_system_metrics(self, body: 'JobsServiceReportJobSystemMetricsBody', project_id: 'str', job_id: 'str', **kwargs) -> 'V1ReportJobSystemMetricsResponse': # noqa: E501
|
|
4494
4641
|
"""ReportJobSystemMetrics is used by the tired proxy to report job system metrics back to the CP # noqa: E501
|
|
4495
4642
|
|
|
4496
4643
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -4499,7 +4646,7 @@ class JobsServiceApi(object):
|
|
|
4499
4646
|
>>> result = thread.get()
|
|
4500
4647
|
|
|
4501
4648
|
:param async_req bool
|
|
4502
|
-
:param
|
|
4649
|
+
:param JobsServiceReportJobSystemMetricsBody body: (required)
|
|
4503
4650
|
:param str project_id: (required)
|
|
4504
4651
|
:param str job_id: (required)
|
|
4505
4652
|
:return: V1ReportJobSystemMetricsResponse
|
|
@@ -4513,7 +4660,7 @@ class JobsServiceApi(object):
|
|
|
4513
4660
|
(data) = self.jobs_service_report_job_system_metrics_with_http_info(body, project_id, job_id, **kwargs) # noqa: E501
|
|
4514
4661
|
return data
|
|
4515
4662
|
|
|
4516
|
-
def jobs_service_report_job_system_metrics_with_http_info(self, body: '
|
|
4663
|
+
def jobs_service_report_job_system_metrics_with_http_info(self, body: 'JobsServiceReportJobSystemMetricsBody', project_id: 'str', job_id: 'str', **kwargs) -> 'V1ReportJobSystemMetricsResponse': # noqa: E501
|
|
4517
4664
|
"""ReportJobSystemMetrics is used by the tired proxy to report job system metrics back to the CP # noqa: E501
|
|
4518
4665
|
|
|
4519
4666
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -4522,7 +4669,7 @@ class JobsServiceApi(object):
|
|
|
4522
4669
|
>>> result = thread.get()
|
|
4523
4670
|
|
|
4524
4671
|
:param async_req bool
|
|
4525
|
-
:param
|
|
4672
|
+
:param JobsServiceReportJobSystemMetricsBody body: (required)
|
|
4526
4673
|
:param str project_id: (required)
|
|
4527
4674
|
:param str job_id: (required)
|
|
4528
4675
|
:return: V1ReportJobSystemMetricsResponse
|
|
@@ -4603,7 +4750,7 @@ class JobsServiceApi(object):
|
|
|
4603
4750
|
_request_timeout=params.get('_request_timeout'),
|
|
4604
4751
|
collection_formats=collection_formats)
|
|
4605
4752
|
|
|
4606
|
-
def jobs_service_report_logs_activity(self, body: '
|
|
4753
|
+
def jobs_service_report_logs_activity(self, body: 'JobsServiceReportLogsActivityBody', project_id: 'str', id: 'str', **kwargs) -> 'V1ReportLogsActivityResponse': # noqa: E501
|
|
4607
4754
|
"""The tired proxy collects the time at which the user logs started and inform the CP # noqa: E501
|
|
4608
4755
|
|
|
4609
4756
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -4612,8 +4759,8 @@ class JobsServiceApi(object):
|
|
|
4612
4759
|
>>> result = thread.get()
|
|
4613
4760
|
|
|
4614
4761
|
:param async_req bool
|
|
4615
|
-
:param
|
|
4616
|
-
:param str project_id: (required)
|
|
4762
|
+
:param JobsServiceReportLogsActivityBody body: (required)
|
|
4763
|
+
:param str project_id: Required (required)
|
|
4617
4764
|
:param str id: (required)
|
|
4618
4765
|
:return: V1ReportLogsActivityResponse
|
|
4619
4766
|
If the method is called asynchronously,
|
|
@@ -4626,7 +4773,7 @@ class JobsServiceApi(object):
|
|
|
4626
4773
|
(data) = self.jobs_service_report_logs_activity_with_http_info(body, project_id, id, **kwargs) # noqa: E501
|
|
4627
4774
|
return data
|
|
4628
4775
|
|
|
4629
|
-
def jobs_service_report_logs_activity_with_http_info(self, body: '
|
|
4776
|
+
def jobs_service_report_logs_activity_with_http_info(self, body: 'JobsServiceReportLogsActivityBody', project_id: 'str', id: 'str', **kwargs) -> 'V1ReportLogsActivityResponse': # noqa: E501
|
|
4630
4777
|
"""The tired proxy collects the time at which the user logs started and inform the CP # noqa: E501
|
|
4631
4778
|
|
|
4632
4779
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -4635,8 +4782,8 @@ class JobsServiceApi(object):
|
|
|
4635
4782
|
>>> result = thread.get()
|
|
4636
4783
|
|
|
4637
4784
|
:param async_req bool
|
|
4638
|
-
:param
|
|
4639
|
-
:param str project_id: (required)
|
|
4785
|
+
:param JobsServiceReportLogsActivityBody body: (required)
|
|
4786
|
+
:param str project_id: Required (required)
|
|
4640
4787
|
:param str id: (required)
|
|
4641
4788
|
:return: V1ReportLogsActivityResponse
|
|
4642
4789
|
If the method is called asynchronously,
|
|
@@ -4716,7 +4863,7 @@ class JobsServiceApi(object):
|
|
|
4716
4863
|
_request_timeout=params.get('_request_timeout'),
|
|
4717
4864
|
collection_formats=collection_formats)
|
|
4718
4865
|
|
|
4719
|
-
def jobs_service_report_restart_timings(self, body: '
|
|
4866
|
+
def jobs_service_report_restart_timings(self, body: 'JobsServiceReportRestartTimingsBody', project_id: 'str', id: 'str', **kwargs) -> 'V1ReportRestartTimingsResponse': # noqa: E501
|
|
4720
4867
|
"""The tired proxy collects the time at which the user logs started and inform the CP # noqa: E501
|
|
4721
4868
|
|
|
4722
4869
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -4725,8 +4872,8 @@ class JobsServiceApi(object):
|
|
|
4725
4872
|
>>> result = thread.get()
|
|
4726
4873
|
|
|
4727
4874
|
:param async_req bool
|
|
4728
|
-
:param
|
|
4729
|
-
:param str project_id: (required)
|
|
4875
|
+
:param JobsServiceReportRestartTimingsBody body: (required)
|
|
4876
|
+
:param str project_id: Required (required)
|
|
4730
4877
|
:param str id: (required)
|
|
4731
4878
|
:return: V1ReportRestartTimingsResponse
|
|
4732
4879
|
If the method is called asynchronously,
|
|
@@ -4739,7 +4886,7 @@ class JobsServiceApi(object):
|
|
|
4739
4886
|
(data) = self.jobs_service_report_restart_timings_with_http_info(body, project_id, id, **kwargs) # noqa: E501
|
|
4740
4887
|
return data
|
|
4741
4888
|
|
|
4742
|
-
def jobs_service_report_restart_timings_with_http_info(self, body: '
|
|
4889
|
+
def jobs_service_report_restart_timings_with_http_info(self, body: 'JobsServiceReportRestartTimingsBody', project_id: 'str', id: 'str', **kwargs) -> 'V1ReportRestartTimingsResponse': # noqa: E501
|
|
4743
4890
|
"""The tired proxy collects the time at which the user logs started and inform the CP # noqa: E501
|
|
4744
4891
|
|
|
4745
4892
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -4748,8 +4895,8 @@ class JobsServiceApi(object):
|
|
|
4748
4895
|
>>> result = thread.get()
|
|
4749
4896
|
|
|
4750
4897
|
:param async_req bool
|
|
4751
|
-
:param
|
|
4752
|
-
:param str project_id: (required)
|
|
4898
|
+
:param JobsServiceReportRestartTimingsBody body: (required)
|
|
4899
|
+
:param str project_id: Required (required)
|
|
4753
4900
|
:param str id: (required)
|
|
4754
4901
|
:return: V1ReportRestartTimingsResponse
|
|
4755
4902
|
If the method is called asynchronously,
|
|
@@ -4829,7 +4976,7 @@ class JobsServiceApi(object):
|
|
|
4829
4976
|
_request_timeout=params.get('_request_timeout'),
|
|
4830
4977
|
collection_formats=collection_formats)
|
|
4831
4978
|
|
|
4832
|
-
def jobs_service_restore_deployment_release(self, body: '
|
|
4979
|
+
def jobs_service_restore_deployment_release(self, body: 'JobsServiceRestoreDeploymentReleaseBody', project_id: 'str', deployment_id: 'str', id: 'str', **kwargs) -> 'V1RestoreDeploymentReleaseResponse': # noqa: E501
|
|
4833
4980
|
"""jobs_service_restore_deployment_release # noqa: E501
|
|
4834
4981
|
|
|
4835
4982
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -4838,10 +4985,10 @@ class JobsServiceApi(object):
|
|
|
4838
4985
|
>>> result = thread.get()
|
|
4839
4986
|
|
|
4840
4987
|
:param async_req bool
|
|
4841
|
-
:param
|
|
4842
|
-
:param str project_id: (required)
|
|
4843
|
-
:param str deployment_id: (required)
|
|
4844
|
-
:param str id: (required)
|
|
4988
|
+
:param JobsServiceRestoreDeploymentReleaseBody body: (required)
|
|
4989
|
+
:param str project_id: Required (required)
|
|
4990
|
+
:param str deployment_id: Required (required)
|
|
4991
|
+
:param str id: Required (required)
|
|
4845
4992
|
:return: V1RestoreDeploymentReleaseResponse
|
|
4846
4993
|
If the method is called asynchronously,
|
|
4847
4994
|
returns the request thread.
|
|
@@ -4853,7 +5000,7 @@ class JobsServiceApi(object):
|
|
|
4853
5000
|
(data) = self.jobs_service_restore_deployment_release_with_http_info(body, project_id, deployment_id, id, **kwargs) # noqa: E501
|
|
4854
5001
|
return data
|
|
4855
5002
|
|
|
4856
|
-
def jobs_service_restore_deployment_release_with_http_info(self, body: '
|
|
5003
|
+
def jobs_service_restore_deployment_release_with_http_info(self, body: 'JobsServiceRestoreDeploymentReleaseBody', project_id: 'str', deployment_id: 'str', id: 'str', **kwargs) -> 'V1RestoreDeploymentReleaseResponse': # noqa: E501
|
|
4857
5004
|
"""jobs_service_restore_deployment_release # noqa: E501
|
|
4858
5005
|
|
|
4859
5006
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -4862,10 +5009,10 @@ class JobsServiceApi(object):
|
|
|
4862
5009
|
>>> result = thread.get()
|
|
4863
5010
|
|
|
4864
5011
|
:param async_req bool
|
|
4865
|
-
:param
|
|
4866
|
-
:param str project_id: (required)
|
|
4867
|
-
:param str deployment_id: (required)
|
|
4868
|
-
:param str id: (required)
|
|
5012
|
+
:param JobsServiceRestoreDeploymentReleaseBody body: (required)
|
|
5013
|
+
:param str project_id: Required (required)
|
|
5014
|
+
:param str deployment_id: Required (required)
|
|
5015
|
+
:param str id: Required (required)
|
|
4869
5016
|
:return: V1RestoreDeploymentReleaseResponse
|
|
4870
5017
|
If the method is called asynchronously,
|
|
4871
5018
|
returns the request thread.
|
|
@@ -4966,7 +5113,7 @@ class JobsServiceApi(object):
|
|
|
4966
5113
|
:param datetime until:
|
|
4967
5114
|
:param str query:
|
|
4968
5115
|
:param str page_size:
|
|
4969
|
-
:param str page_token:
|
|
5116
|
+
:param str page_token: When we add pagination
|
|
4970
5117
|
:return: V1SearchJobLogsResponse
|
|
4971
5118
|
If the method is called asynchronously,
|
|
4972
5119
|
returns the request thread.
|
|
@@ -4994,7 +5141,7 @@ class JobsServiceApi(object):
|
|
|
4994
5141
|
:param datetime until:
|
|
4995
5142
|
:param str query:
|
|
4996
5143
|
:param str page_size:
|
|
4997
|
-
:param str page_token:
|
|
5144
|
+
:param str page_token: When we add pagination
|
|
4998
5145
|
:return: V1SearchJobLogsResponse
|
|
4999
5146
|
If the method is called asynchronously,
|
|
5000
5147
|
returns the request thread.
|
|
@@ -5071,7 +5218,7 @@ class JobsServiceApi(object):
|
|
|
5071
5218
|
_request_timeout=params.get('_request_timeout'),
|
|
5072
5219
|
collection_formats=collection_formats)
|
|
5073
5220
|
|
|
5074
|
-
def jobs_service_update_deployment(self, body: '
|
|
5221
|
+
def jobs_service_update_deployment(self, body: 'JobsServiceUpdateDeploymentBody', project_id: 'str', id: 'str', **kwargs) -> 'V1Deployment': # noqa: E501
|
|
5075
5222
|
"""jobs_service_update_deployment # noqa: E501
|
|
5076
5223
|
|
|
5077
5224
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5080,9 +5227,9 @@ class JobsServiceApi(object):
|
|
|
5080
5227
|
>>> result = thread.get()
|
|
5081
5228
|
|
|
5082
5229
|
:param async_req bool
|
|
5083
|
-
:param
|
|
5084
|
-
:param str project_id: (required)
|
|
5085
|
-
:param str id: (required)
|
|
5230
|
+
:param JobsServiceUpdateDeploymentBody body: (required)
|
|
5231
|
+
:param str project_id: Required (required)
|
|
5232
|
+
:param str id: Read only (required)
|
|
5086
5233
|
:return: V1Deployment
|
|
5087
5234
|
If the method is called asynchronously,
|
|
5088
5235
|
returns the request thread.
|
|
@@ -5094,7 +5241,7 @@ class JobsServiceApi(object):
|
|
|
5094
5241
|
(data) = self.jobs_service_update_deployment_with_http_info(body, project_id, id, **kwargs) # noqa: E501
|
|
5095
5242
|
return data
|
|
5096
5243
|
|
|
5097
|
-
def jobs_service_update_deployment_with_http_info(self, body: '
|
|
5244
|
+
def jobs_service_update_deployment_with_http_info(self, body: 'JobsServiceUpdateDeploymentBody', project_id: 'str', id: 'str', **kwargs) -> 'V1Deployment': # noqa: E501
|
|
5098
5245
|
"""jobs_service_update_deployment # noqa: E501
|
|
5099
5246
|
|
|
5100
5247
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5103,9 +5250,9 @@ class JobsServiceApi(object):
|
|
|
5103
5250
|
>>> result = thread.get()
|
|
5104
5251
|
|
|
5105
5252
|
:param async_req bool
|
|
5106
|
-
:param
|
|
5107
|
-
:param str project_id: (required)
|
|
5108
|
-
:param str id: (required)
|
|
5253
|
+
:param JobsServiceUpdateDeploymentBody body: (required)
|
|
5254
|
+
:param str project_id: Required (required)
|
|
5255
|
+
:param str id: Read only (required)
|
|
5109
5256
|
:return: V1Deployment
|
|
5110
5257
|
If the method is called asynchronously,
|
|
5111
5258
|
returns the request thread.
|
|
@@ -5184,7 +5331,7 @@ class JobsServiceApi(object):
|
|
|
5184
5331
|
_request_timeout=params.get('_request_timeout'),
|
|
5185
5332
|
collection_formats=collection_formats)
|
|
5186
5333
|
|
|
5187
|
-
def jobs_service_update_deployment_alerting_event(self, body: '
|
|
5334
|
+
def jobs_service_update_deployment_alerting_event(self, body: 'JobsServiceUpdateDeploymentAlertingEventBody', project_id: 'str', deployment_id: 'str', id: 'str', **kwargs) -> 'V1DeploymentAlertingEvent': # noqa: E501
|
|
5188
5335
|
"""UpdateDeploymentAlertingEvent lists the deployment alert events # noqa: E501
|
|
5189
5336
|
|
|
5190
5337
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5193,7 +5340,7 @@ class JobsServiceApi(object):
|
|
|
5193
5340
|
>>> result = thread.get()
|
|
5194
5341
|
|
|
5195
5342
|
:param async_req bool
|
|
5196
|
-
:param
|
|
5343
|
+
:param JobsServiceUpdateDeploymentAlertingEventBody body: (required)
|
|
5197
5344
|
:param str project_id: (required)
|
|
5198
5345
|
:param str deployment_id: (required)
|
|
5199
5346
|
:param str id: (required)
|
|
@@ -5208,7 +5355,7 @@ class JobsServiceApi(object):
|
|
|
5208
5355
|
(data) = self.jobs_service_update_deployment_alerting_event_with_http_info(body, project_id, deployment_id, id, **kwargs) # noqa: E501
|
|
5209
5356
|
return data
|
|
5210
5357
|
|
|
5211
|
-
def jobs_service_update_deployment_alerting_event_with_http_info(self, body: '
|
|
5358
|
+
def jobs_service_update_deployment_alerting_event_with_http_info(self, body: 'JobsServiceUpdateDeploymentAlertingEventBody', project_id: 'str', deployment_id: 'str', id: 'str', **kwargs) -> 'V1DeploymentAlertingEvent': # noqa: E501
|
|
5212
5359
|
"""UpdateDeploymentAlertingEvent lists the deployment alert events # noqa: E501
|
|
5213
5360
|
|
|
5214
5361
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5217,7 +5364,7 @@ class JobsServiceApi(object):
|
|
|
5217
5364
|
>>> result = thread.get()
|
|
5218
5365
|
|
|
5219
5366
|
:param async_req bool
|
|
5220
|
-
:param
|
|
5367
|
+
:param JobsServiceUpdateDeploymentAlertingEventBody body: (required)
|
|
5221
5368
|
:param str project_id: (required)
|
|
5222
5369
|
:param str deployment_id: (required)
|
|
5223
5370
|
:param str id: (required)
|
|
@@ -5305,7 +5452,120 @@ class JobsServiceApi(object):
|
|
|
5305
5452
|
_request_timeout=params.get('_request_timeout'),
|
|
5306
5453
|
collection_formats=collection_formats)
|
|
5307
5454
|
|
|
5308
|
-
def
|
|
5455
|
+
def jobs_service_update_deployment_alerting_events_bulk(self, body: 'JobsServiceUpdateDeploymentAlertingEventsBulkBody', project_id: 'str', deployment_id: 'str', **kwargs) -> 'V1UpdateDeploymentAlertingEventsBulkResponse': # noqa: E501
|
|
5456
|
+
"""UpdateDeploymentAlertingEvent updates a deployment alert read status # noqa: E501
|
|
5457
|
+
|
|
5458
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
5459
|
+
asynchronous HTTP request, please pass async_req=True
|
|
5460
|
+
>>> thread = api.jobs_service_update_deployment_alerting_events_bulk(body, project_id, deployment_id, async_req=True)
|
|
5461
|
+
>>> result = thread.get()
|
|
5462
|
+
|
|
5463
|
+
:param async_req bool
|
|
5464
|
+
:param JobsServiceUpdateDeploymentAlertingEventsBulkBody body: (required)
|
|
5465
|
+
:param str project_id: (required)
|
|
5466
|
+
:param str deployment_id: (required)
|
|
5467
|
+
:return: V1UpdateDeploymentAlertingEventsBulkResponse
|
|
5468
|
+
If the method is called asynchronously,
|
|
5469
|
+
returns the request thread.
|
|
5470
|
+
"""
|
|
5471
|
+
kwargs['_return_http_data_only'] = True
|
|
5472
|
+
if kwargs.get('async_req'):
|
|
5473
|
+
return self.jobs_service_update_deployment_alerting_events_bulk_with_http_info(body, project_id, deployment_id, **kwargs) # noqa: E501
|
|
5474
|
+
else:
|
|
5475
|
+
(data) = self.jobs_service_update_deployment_alerting_events_bulk_with_http_info(body, project_id, deployment_id, **kwargs) # noqa: E501
|
|
5476
|
+
return data
|
|
5477
|
+
|
|
5478
|
+
def jobs_service_update_deployment_alerting_events_bulk_with_http_info(self, body: 'JobsServiceUpdateDeploymentAlertingEventsBulkBody', project_id: 'str', deployment_id: 'str', **kwargs) -> 'V1UpdateDeploymentAlertingEventsBulkResponse': # noqa: E501
|
|
5479
|
+
"""UpdateDeploymentAlertingEvent updates a deployment alert read status # noqa: E501
|
|
5480
|
+
|
|
5481
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
5482
|
+
asynchronous HTTP request, please pass async_req=True
|
|
5483
|
+
>>> thread = api.jobs_service_update_deployment_alerting_events_bulk_with_http_info(body, project_id, deployment_id, async_req=True)
|
|
5484
|
+
>>> result = thread.get()
|
|
5485
|
+
|
|
5486
|
+
:param async_req bool
|
|
5487
|
+
:param JobsServiceUpdateDeploymentAlertingEventsBulkBody body: (required)
|
|
5488
|
+
:param str project_id: (required)
|
|
5489
|
+
:param str deployment_id: (required)
|
|
5490
|
+
:return: V1UpdateDeploymentAlertingEventsBulkResponse
|
|
5491
|
+
If the method is called asynchronously,
|
|
5492
|
+
returns the request thread.
|
|
5493
|
+
"""
|
|
5494
|
+
|
|
5495
|
+
all_params = ['body', 'project_id', 'deployment_id'] # noqa: E501
|
|
5496
|
+
all_params.append('async_req')
|
|
5497
|
+
all_params.append('_return_http_data_only')
|
|
5498
|
+
all_params.append('_preload_content')
|
|
5499
|
+
all_params.append('_request_timeout')
|
|
5500
|
+
|
|
5501
|
+
params = locals()
|
|
5502
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
5503
|
+
if key not in all_params:
|
|
5504
|
+
raise TypeError(
|
|
5505
|
+
"Got an unexpected keyword argument '%s'"
|
|
5506
|
+
" to method jobs_service_update_deployment_alerting_events_bulk" % key
|
|
5507
|
+
)
|
|
5508
|
+
params[key] = val
|
|
5509
|
+
del params['kwargs']
|
|
5510
|
+
# verify the required parameter 'body' is set
|
|
5511
|
+
if ('body' not in params or
|
|
5512
|
+
params['body'] is None):
|
|
5513
|
+
raise ValueError("Missing the required parameter `body` when calling `jobs_service_update_deployment_alerting_events_bulk`") # noqa: E501
|
|
5514
|
+
# verify the required parameter 'project_id' is set
|
|
5515
|
+
if ('project_id' not in params or
|
|
5516
|
+
params['project_id'] is None):
|
|
5517
|
+
raise ValueError("Missing the required parameter `project_id` when calling `jobs_service_update_deployment_alerting_events_bulk`") # noqa: E501
|
|
5518
|
+
# verify the required parameter 'deployment_id' is set
|
|
5519
|
+
if ('deployment_id' not in params or
|
|
5520
|
+
params['deployment_id'] is None):
|
|
5521
|
+
raise ValueError("Missing the required parameter `deployment_id` when calling `jobs_service_update_deployment_alerting_events_bulk`") # noqa: E501
|
|
5522
|
+
|
|
5523
|
+
collection_formats = {}
|
|
5524
|
+
|
|
5525
|
+
path_params = {}
|
|
5526
|
+
if 'project_id' in params:
|
|
5527
|
+
path_params['projectId'] = params['project_id'] # noqa: E501
|
|
5528
|
+
if 'deployment_id' in params:
|
|
5529
|
+
path_params['deploymentId'] = params['deployment_id'] # noqa: E501
|
|
5530
|
+
|
|
5531
|
+
query_params = []
|
|
5532
|
+
|
|
5533
|
+
header_params = {}
|
|
5534
|
+
|
|
5535
|
+
form_params = []
|
|
5536
|
+
local_var_files = {}
|
|
5537
|
+
|
|
5538
|
+
body_params = None
|
|
5539
|
+
if 'body' in params:
|
|
5540
|
+
body_params = params['body']
|
|
5541
|
+
# HTTP header `Accept`
|
|
5542
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
5543
|
+
['application/json']) # noqa: E501
|
|
5544
|
+
|
|
5545
|
+
# HTTP header `Content-Type`
|
|
5546
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
5547
|
+
['application/json']) # noqa: E501
|
|
5548
|
+
|
|
5549
|
+
# Authentication setting
|
|
5550
|
+
auth_settings = [] # noqa: E501
|
|
5551
|
+
|
|
5552
|
+
return self.api_client.call_api(
|
|
5553
|
+
'/v1/projects/{projectId}/deployments/{deploymentId}/alerting-events', 'PUT',
|
|
5554
|
+
path_params,
|
|
5555
|
+
query_params,
|
|
5556
|
+
header_params,
|
|
5557
|
+
body=body_params,
|
|
5558
|
+
post_params=form_params,
|
|
5559
|
+
files=local_var_files,
|
|
5560
|
+
response_type='V1UpdateDeploymentAlertingEventsBulkResponse', # noqa: E501
|
|
5561
|
+
auth_settings=auth_settings,
|
|
5562
|
+
async_req=params.get('async_req'),
|
|
5563
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
5564
|
+
_preload_content=params.get('_preload_content', True),
|
|
5565
|
+
_request_timeout=params.get('_request_timeout'),
|
|
5566
|
+
collection_formats=collection_formats)
|
|
5567
|
+
|
|
5568
|
+
def jobs_service_update_deployment_alerting_policy(self, body: 'JobsServiceUpdateDeploymentAlertingPolicyBody', project_id: 'str', deployment_id: 'str', **kwargs) -> 'V1DeploymentAlertingPolicy': # noqa: E501
|
|
5309
5569
|
"""jobs_service_update_deployment_alerting_policy # noqa: E501
|
|
5310
5570
|
|
|
5311
5571
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5314,7 +5574,7 @@ class JobsServiceApi(object):
|
|
|
5314
5574
|
>>> result = thread.get()
|
|
5315
5575
|
|
|
5316
5576
|
:param async_req bool
|
|
5317
|
-
:param
|
|
5577
|
+
:param JobsServiceUpdateDeploymentAlertingPolicyBody body: (required)
|
|
5318
5578
|
:param str project_id: (required)
|
|
5319
5579
|
:param str deployment_id: (required)
|
|
5320
5580
|
:return: V1DeploymentAlertingPolicy
|
|
@@ -5328,7 +5588,7 @@ class JobsServiceApi(object):
|
|
|
5328
5588
|
(data) = self.jobs_service_update_deployment_alerting_policy_with_http_info(body, project_id, deployment_id, **kwargs) # noqa: E501
|
|
5329
5589
|
return data
|
|
5330
5590
|
|
|
5331
|
-
def jobs_service_update_deployment_alerting_policy_with_http_info(self, body: '
|
|
5591
|
+
def jobs_service_update_deployment_alerting_policy_with_http_info(self, body: 'JobsServiceUpdateDeploymentAlertingPolicyBody', project_id: 'str', deployment_id: 'str', **kwargs) -> 'V1DeploymentAlertingPolicy': # noqa: E501
|
|
5332
5592
|
"""jobs_service_update_deployment_alerting_policy # noqa: E501
|
|
5333
5593
|
|
|
5334
5594
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5337,7 +5597,7 @@ class JobsServiceApi(object):
|
|
|
5337
5597
|
>>> result = thread.get()
|
|
5338
5598
|
|
|
5339
5599
|
:param async_req bool
|
|
5340
|
-
:param
|
|
5600
|
+
:param JobsServiceUpdateDeploymentAlertingPolicyBody body: (required)
|
|
5341
5601
|
:param str project_id: (required)
|
|
5342
5602
|
:param str deployment_id: (required)
|
|
5343
5603
|
:return: V1DeploymentAlertingPolicy
|
|
@@ -5418,7 +5678,7 @@ class JobsServiceApi(object):
|
|
|
5418
5678
|
_request_timeout=params.get('_request_timeout'),
|
|
5419
5679
|
collection_formats=collection_formats)
|
|
5420
5680
|
|
|
5421
|
-
def jobs_service_update_deployment_visibility(self, body: '
|
|
5681
|
+
def jobs_service_update_deployment_visibility(self, body: 'JobsServiceUpdateDeploymentVisibilityBody', project_id: 'str', id: 'str', **kwargs) -> 'V1UpdateDeploymentVisibilityResponse': # noqa: E501
|
|
5422
5682
|
"""UpdateDeploymentVisibility updates the deployment visibility, mainly switch between public and private # noqa: E501
|
|
5423
5683
|
|
|
5424
5684
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5427,7 +5687,7 @@ class JobsServiceApi(object):
|
|
|
5427
5687
|
>>> result = thread.get()
|
|
5428
5688
|
|
|
5429
5689
|
:param async_req bool
|
|
5430
|
-
:param
|
|
5690
|
+
:param JobsServiceUpdateDeploymentVisibilityBody body: (required)
|
|
5431
5691
|
:param str project_id: (required)
|
|
5432
5692
|
:param str id: (required)
|
|
5433
5693
|
:return: V1UpdateDeploymentVisibilityResponse
|
|
@@ -5441,7 +5701,7 @@ class JobsServiceApi(object):
|
|
|
5441
5701
|
(data) = self.jobs_service_update_deployment_visibility_with_http_info(body, project_id, id, **kwargs) # noqa: E501
|
|
5442
5702
|
return data
|
|
5443
5703
|
|
|
5444
|
-
def jobs_service_update_deployment_visibility_with_http_info(self, body: '
|
|
5704
|
+
def jobs_service_update_deployment_visibility_with_http_info(self, body: 'JobsServiceUpdateDeploymentVisibilityBody', project_id: 'str', id: 'str', **kwargs) -> 'V1UpdateDeploymentVisibilityResponse': # noqa: E501
|
|
5445
5705
|
"""UpdateDeploymentVisibility updates the deployment visibility, mainly switch between public and private # noqa: E501
|
|
5446
5706
|
|
|
5447
5707
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5450,7 +5710,7 @@ class JobsServiceApi(object):
|
|
|
5450
5710
|
>>> result = thread.get()
|
|
5451
5711
|
|
|
5452
5712
|
:param async_req bool
|
|
5453
|
-
:param
|
|
5713
|
+
:param JobsServiceUpdateDeploymentVisibilityBody body: (required)
|
|
5454
5714
|
:param str project_id: (required)
|
|
5455
5715
|
:param str id: (required)
|
|
5456
5716
|
:return: V1UpdateDeploymentVisibilityResponse
|
|
@@ -5531,7 +5791,7 @@ class JobsServiceApi(object):
|
|
|
5531
5791
|
_request_timeout=params.get('_request_timeout'),
|
|
5532
5792
|
collection_formats=collection_formats)
|
|
5533
5793
|
|
|
5534
|
-
def jobs_service_update_job(self, body: '
|
|
5794
|
+
def jobs_service_update_job(self, body: 'JobsServiceUpdateJobBody', project_id: 'str', id: 'str', **kwargs) -> 'V1Job': # noqa: E501
|
|
5535
5795
|
"""jobs_service_update_job # noqa: E501
|
|
5536
5796
|
|
|
5537
5797
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5540,9 +5800,9 @@ class JobsServiceApi(object):
|
|
|
5540
5800
|
>>> result = thread.get()
|
|
5541
5801
|
|
|
5542
5802
|
:param async_req bool
|
|
5543
|
-
:param
|
|
5544
|
-
:param str project_id: (required)
|
|
5545
|
-
:param str id: (required)
|
|
5803
|
+
:param JobsServiceUpdateJobBody body: (required)
|
|
5804
|
+
:param str project_id: Required (required)
|
|
5805
|
+
:param str id: Required (required)
|
|
5546
5806
|
:return: V1Job
|
|
5547
5807
|
If the method is called asynchronously,
|
|
5548
5808
|
returns the request thread.
|
|
@@ -5554,7 +5814,7 @@ class JobsServiceApi(object):
|
|
|
5554
5814
|
(data) = self.jobs_service_update_job_with_http_info(body, project_id, id, **kwargs) # noqa: E501
|
|
5555
5815
|
return data
|
|
5556
5816
|
|
|
5557
|
-
def jobs_service_update_job_with_http_info(self, body: '
|
|
5817
|
+
def jobs_service_update_job_with_http_info(self, body: 'JobsServiceUpdateJobBody', project_id: 'str', id: 'str', **kwargs) -> 'V1Job': # noqa: E501
|
|
5558
5818
|
"""jobs_service_update_job # noqa: E501
|
|
5559
5819
|
|
|
5560
5820
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5563,9 +5823,9 @@ class JobsServiceApi(object):
|
|
|
5563
5823
|
>>> result = thread.get()
|
|
5564
5824
|
|
|
5565
5825
|
:param async_req bool
|
|
5566
|
-
:param
|
|
5567
|
-
:param str project_id: (required)
|
|
5568
|
-
:param str id: (required)
|
|
5826
|
+
:param JobsServiceUpdateJobBody body: (required)
|
|
5827
|
+
:param str project_id: Required (required)
|
|
5828
|
+
:param str id: Required (required)
|
|
5569
5829
|
:return: V1Job
|
|
5570
5830
|
If the method is called asynchronously,
|
|
5571
5831
|
returns the request thread.
|
|
@@ -5644,7 +5904,7 @@ class JobsServiceApi(object):
|
|
|
5644
5904
|
_request_timeout=params.get('_request_timeout'),
|
|
5645
5905
|
collection_formats=collection_formats)
|
|
5646
5906
|
|
|
5647
|
-
def jobs_service_update_job_index(self, body: '
|
|
5907
|
+
def jobs_service_update_job_index(self, body: 'JobsServiceUpdateJobIndexBody', project_id: 'str', id: 'str', **kwargs) -> 'V1UpdateIndexResponse': # noqa: E501
|
|
5648
5908
|
"""jobs_service_update_job_index # noqa: E501
|
|
5649
5909
|
|
|
5650
5910
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5653,7 +5913,7 @@ class JobsServiceApi(object):
|
|
|
5653
5913
|
>>> result = thread.get()
|
|
5654
5914
|
|
|
5655
5915
|
:param async_req bool
|
|
5656
|
-
:param
|
|
5916
|
+
:param JobsServiceUpdateJobIndexBody body: (required)
|
|
5657
5917
|
:param str project_id: (required)
|
|
5658
5918
|
:param str id: (required)
|
|
5659
5919
|
:return: V1UpdateIndexResponse
|
|
@@ -5667,7 +5927,7 @@ class JobsServiceApi(object):
|
|
|
5667
5927
|
(data) = self.jobs_service_update_job_index_with_http_info(body, project_id, id, **kwargs) # noqa: E501
|
|
5668
5928
|
return data
|
|
5669
5929
|
|
|
5670
|
-
def jobs_service_update_job_index_with_http_info(self, body: '
|
|
5930
|
+
def jobs_service_update_job_index_with_http_info(self, body: 'JobsServiceUpdateJobIndexBody', project_id: 'str', id: 'str', **kwargs) -> 'V1UpdateIndexResponse': # noqa: E501
|
|
5671
5931
|
"""jobs_service_update_job_index # noqa: E501
|
|
5672
5932
|
|
|
5673
5933
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5676,7 +5936,7 @@ class JobsServiceApi(object):
|
|
|
5676
5936
|
>>> result = thread.get()
|
|
5677
5937
|
|
|
5678
5938
|
:param async_req bool
|
|
5679
|
-
:param
|
|
5939
|
+
:param JobsServiceUpdateJobIndexBody body: (required)
|
|
5680
5940
|
:param str project_id: (required)
|
|
5681
5941
|
:param str id: (required)
|
|
5682
5942
|
:return: V1UpdateIndexResponse
|
|
@@ -5757,7 +6017,7 @@ class JobsServiceApi(object):
|
|
|
5757
6017
|
_request_timeout=params.get('_request_timeout'),
|
|
5758
6018
|
collection_formats=collection_formats)
|
|
5759
6019
|
|
|
5760
|
-
def jobs_service_update_job_visibility(self, body: '
|
|
6020
|
+
def jobs_service_update_job_visibility(self, body: 'JobsServiceUpdateJobVisibilityBody', project_id: 'str', id: 'str', **kwargs) -> 'V1UpdateJobVisibilityResponse': # noqa: E501
|
|
5761
6021
|
"""UpdateJobVisibility updates the jobs visibility, mainly switch between public and private # noqa: E501
|
|
5762
6022
|
|
|
5763
6023
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5766,7 +6026,7 @@ class JobsServiceApi(object):
|
|
|
5766
6026
|
>>> result = thread.get()
|
|
5767
6027
|
|
|
5768
6028
|
:param async_req bool
|
|
5769
|
-
:param
|
|
6029
|
+
:param JobsServiceUpdateJobVisibilityBody body: (required)
|
|
5770
6030
|
:param str project_id: (required)
|
|
5771
6031
|
:param str id: (required)
|
|
5772
6032
|
:return: V1UpdateJobVisibilityResponse
|
|
@@ -5780,7 +6040,7 @@ class JobsServiceApi(object):
|
|
|
5780
6040
|
(data) = self.jobs_service_update_job_visibility_with_http_info(body, project_id, id, **kwargs) # noqa: E501
|
|
5781
6041
|
return data
|
|
5782
6042
|
|
|
5783
|
-
def jobs_service_update_job_visibility_with_http_info(self, body: '
|
|
6043
|
+
def jobs_service_update_job_visibility_with_http_info(self, body: 'JobsServiceUpdateJobVisibilityBody', project_id: 'str', id: 'str', **kwargs) -> 'V1UpdateJobVisibilityResponse': # noqa: E501
|
|
5784
6044
|
"""UpdateJobVisibility updates the jobs visibility, mainly switch between public and private # noqa: E501
|
|
5785
6045
|
|
|
5786
6046
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5789,7 +6049,7 @@ class JobsServiceApi(object):
|
|
|
5789
6049
|
>>> result = thread.get()
|
|
5790
6050
|
|
|
5791
6051
|
:param async_req bool
|
|
5792
|
-
:param
|
|
6052
|
+
:param JobsServiceUpdateJobVisibilityBody body: (required)
|
|
5793
6053
|
:param str project_id: (required)
|
|
5794
6054
|
:param str id: (required)
|
|
5795
6055
|
:return: V1UpdateJobVisibilityResponse
|
|
@@ -5870,7 +6130,7 @@ class JobsServiceApi(object):
|
|
|
5870
6130
|
_request_timeout=params.get('_request_timeout'),
|
|
5871
6131
|
collection_formats=collection_formats)
|
|
5872
6132
|
|
|
5873
|
-
def jobs_service_update_multi_machine_job(self, body: '
|
|
6133
|
+
def jobs_service_update_multi_machine_job(self, body: 'JobsServiceUpdateMultiMachineJobBody', project_id: 'str', id: 'str', **kwargs) -> 'V1MultiMachineJob': # noqa: E501
|
|
5874
6134
|
"""jobs_service_update_multi_machine_job # noqa: E501
|
|
5875
6135
|
|
|
5876
6136
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5879,7 +6139,7 @@ class JobsServiceApi(object):
|
|
|
5879
6139
|
>>> result = thread.get()
|
|
5880
6140
|
|
|
5881
6141
|
:param async_req bool
|
|
5882
|
-
:param
|
|
6142
|
+
:param JobsServiceUpdateMultiMachineJobBody body: (required)
|
|
5883
6143
|
:param str project_id: (required)
|
|
5884
6144
|
:param str id: (required)
|
|
5885
6145
|
:return: V1MultiMachineJob
|
|
@@ -5893,7 +6153,7 @@ class JobsServiceApi(object):
|
|
|
5893
6153
|
(data) = self.jobs_service_update_multi_machine_job_with_http_info(body, project_id, id, **kwargs) # noqa: E501
|
|
5894
6154
|
return data
|
|
5895
6155
|
|
|
5896
|
-
def jobs_service_update_multi_machine_job_with_http_info(self, body: '
|
|
6156
|
+
def jobs_service_update_multi_machine_job_with_http_info(self, body: 'JobsServiceUpdateMultiMachineJobBody', project_id: 'str', id: 'str', **kwargs) -> 'V1MultiMachineJob': # noqa: E501
|
|
5897
6157
|
"""jobs_service_update_multi_machine_job # noqa: E501
|
|
5898
6158
|
|
|
5899
6159
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5902,7 +6162,7 @@ class JobsServiceApi(object):
|
|
|
5902
6162
|
>>> result = thread.get()
|
|
5903
6163
|
|
|
5904
6164
|
:param async_req bool
|
|
5905
|
-
:param
|
|
6165
|
+
:param JobsServiceUpdateMultiMachineJobBody body: (required)
|
|
5906
6166
|
:param str project_id: (required)
|
|
5907
6167
|
:param str id: (required)
|
|
5908
6168
|
:return: V1MultiMachineJob
|
|
@@ -5983,7 +6243,7 @@ class JobsServiceApi(object):
|
|
|
5983
6243
|
_request_timeout=params.get('_request_timeout'),
|
|
5984
6244
|
collection_formats=collection_formats)
|
|
5985
6245
|
|
|
5986
|
-
def jobs_service_update_org_deployment_visibility(self, body: '
|
|
6246
|
+
def jobs_service_update_org_deployment_visibility(self, body: 'JobsServiceUpdateOrgDeploymentVisibilityBody', org_id: 'str', deployment_id: 'str', **kwargs) -> 'V1OrgDeploymentVisibility': # noqa: E501
|
|
5987
6247
|
"""jobs_service_update_org_deployment_visibility # noqa: E501
|
|
5988
6248
|
|
|
5989
6249
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -5992,7 +6252,7 @@ class JobsServiceApi(object):
|
|
|
5992
6252
|
>>> result = thread.get()
|
|
5993
6253
|
|
|
5994
6254
|
:param async_req bool
|
|
5995
|
-
:param
|
|
6255
|
+
:param JobsServiceUpdateOrgDeploymentVisibilityBody body: (required)
|
|
5996
6256
|
:param str org_id: (required)
|
|
5997
6257
|
:param str deployment_id: (required)
|
|
5998
6258
|
:return: V1OrgDeploymentVisibility
|
|
@@ -6006,7 +6266,7 @@ class JobsServiceApi(object):
|
|
|
6006
6266
|
(data) = self.jobs_service_update_org_deployment_visibility_with_http_info(body, org_id, deployment_id, **kwargs) # noqa: E501
|
|
6007
6267
|
return data
|
|
6008
6268
|
|
|
6009
|
-
def jobs_service_update_org_deployment_visibility_with_http_info(self, body: '
|
|
6269
|
+
def jobs_service_update_org_deployment_visibility_with_http_info(self, body: 'JobsServiceUpdateOrgDeploymentVisibilityBody', org_id: 'str', deployment_id: 'str', **kwargs) -> 'V1OrgDeploymentVisibility': # noqa: E501
|
|
6010
6270
|
"""jobs_service_update_org_deployment_visibility # noqa: E501
|
|
6011
6271
|
|
|
6012
6272
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -6015,7 +6275,7 @@ class JobsServiceApi(object):
|
|
|
6015
6275
|
>>> result = thread.get()
|
|
6016
6276
|
|
|
6017
6277
|
:param async_req bool
|
|
6018
|
-
:param
|
|
6278
|
+
:param JobsServiceUpdateOrgDeploymentVisibilityBody body: (required)
|
|
6019
6279
|
:param str org_id: (required)
|
|
6020
6280
|
:param str deployment_id: (required)
|
|
6021
6281
|
:return: V1OrgDeploymentVisibility
|