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
|
@@ -43,7 +43,7 @@ class StorageServiceApi(object):
|
|
|
43
43
|
api_client = ApiClient()
|
|
44
44
|
self.api_client = api_client
|
|
45
45
|
|
|
46
|
-
def storage_service_abort_storage_transfer(self, body: '
|
|
46
|
+
def storage_service_abort_storage_transfer(self, body: 'StorageServiceAbortStorageTransferBody', project_id: 'str', id: 'str', **kwargs) -> 'V1AbortStorageTransferResponse': # noqa: E501
|
|
47
47
|
"""storage_service_abort_storage_transfer # noqa: E501
|
|
48
48
|
|
|
49
49
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -52,7 +52,7 @@ class StorageServiceApi(object):
|
|
|
52
52
|
>>> result = thread.get()
|
|
53
53
|
|
|
54
54
|
:param async_req bool
|
|
55
|
-
:param
|
|
55
|
+
:param StorageServiceAbortStorageTransferBody body: (required)
|
|
56
56
|
:param str project_id: (required)
|
|
57
57
|
:param str id: (required)
|
|
58
58
|
:return: V1AbortStorageTransferResponse
|
|
@@ -66,7 +66,7 @@ class StorageServiceApi(object):
|
|
|
66
66
|
(data) = self.storage_service_abort_storage_transfer_with_http_info(body, project_id, id, **kwargs) # noqa: E501
|
|
67
67
|
return data
|
|
68
68
|
|
|
69
|
-
def storage_service_abort_storage_transfer_with_http_info(self, body: '
|
|
69
|
+
def storage_service_abort_storage_transfer_with_http_info(self, body: 'StorageServiceAbortStorageTransferBody', project_id: 'str', id: 'str', **kwargs) -> 'V1AbortStorageTransferResponse': # noqa: E501
|
|
70
70
|
"""storage_service_abort_storage_transfer # noqa: E501
|
|
71
71
|
|
|
72
72
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -75,7 +75,7 @@ class StorageServiceApi(object):
|
|
|
75
75
|
>>> result = thread.get()
|
|
76
76
|
|
|
77
77
|
:param async_req bool
|
|
78
|
-
:param
|
|
78
|
+
:param StorageServiceAbortStorageTransferBody body: (required)
|
|
79
79
|
:param str project_id: (required)
|
|
80
80
|
:param str id: (required)
|
|
81
81
|
:return: V1AbortStorageTransferResponse
|
|
@@ -156,7 +156,7 @@ class StorageServiceApi(object):
|
|
|
156
156
|
_request_timeout=params.get('_request_timeout'),
|
|
157
157
|
collection_formats=collection_formats)
|
|
158
158
|
|
|
159
|
-
def storage_service_complete_upload_project_artifact(self, body: '
|
|
159
|
+
def storage_service_complete_upload_project_artifact(self, body: 'StorageServiceCompleteUploadProjectArtifactBody', project_id: 'str', **kwargs) -> 'V1CompleteUploadProjectArtifactResponse': # noqa: E501
|
|
160
160
|
"""storage_service_complete_upload_project_artifact # noqa: E501
|
|
161
161
|
|
|
162
162
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -165,7 +165,7 @@ class StorageServiceApi(object):
|
|
|
165
165
|
>>> result = thread.get()
|
|
166
166
|
|
|
167
167
|
:param async_req bool
|
|
168
|
-
:param
|
|
168
|
+
:param StorageServiceCompleteUploadProjectArtifactBody body: (required)
|
|
169
169
|
:param str project_id: (required)
|
|
170
170
|
:return: V1CompleteUploadProjectArtifactResponse
|
|
171
171
|
If the method is called asynchronously,
|
|
@@ -178,7 +178,7 @@ class StorageServiceApi(object):
|
|
|
178
178
|
(data) = self.storage_service_complete_upload_project_artifact_with_http_info(body, project_id, **kwargs) # noqa: E501
|
|
179
179
|
return data
|
|
180
180
|
|
|
181
|
-
def storage_service_complete_upload_project_artifact_with_http_info(self, body: '
|
|
181
|
+
def storage_service_complete_upload_project_artifact_with_http_info(self, body: 'StorageServiceCompleteUploadProjectArtifactBody', project_id: 'str', **kwargs) -> 'V1CompleteUploadProjectArtifactResponse': # noqa: E501
|
|
182
182
|
"""storage_service_complete_upload_project_artifact # noqa: E501
|
|
183
183
|
|
|
184
184
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -187,7 +187,7 @@ class StorageServiceApi(object):
|
|
|
187
187
|
>>> result = thread.get()
|
|
188
188
|
|
|
189
189
|
:param async_req bool
|
|
190
|
-
:param
|
|
190
|
+
:param StorageServiceCompleteUploadProjectArtifactBody body: (required)
|
|
191
191
|
:param str project_id: (required)
|
|
192
192
|
:return: V1CompleteUploadProjectArtifactResponse
|
|
193
193
|
If the method is called asynchronously,
|
|
@@ -358,7 +358,7 @@ class StorageServiceApi(object):
|
|
|
358
358
|
_request_timeout=params.get('_request_timeout'),
|
|
359
359
|
collection_formats=collection_formats)
|
|
360
360
|
|
|
361
|
-
def storage_service_create_storage_transfer(self, body: '
|
|
361
|
+
def storage_service_create_storage_transfer(self, body: 'StorageServiceCreateStorageTransferBody', project_id: 'str', **kwargs) -> 'V1StorageTransfer': # noqa: E501
|
|
362
362
|
"""storage_service_create_storage_transfer # noqa: E501
|
|
363
363
|
|
|
364
364
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -367,7 +367,7 @@ class StorageServiceApi(object):
|
|
|
367
367
|
>>> result = thread.get()
|
|
368
368
|
|
|
369
369
|
:param async_req bool
|
|
370
|
-
:param
|
|
370
|
+
:param StorageServiceCreateStorageTransferBody body: (required)
|
|
371
371
|
:param str project_id: (required)
|
|
372
372
|
:return: V1StorageTransfer
|
|
373
373
|
If the method is called asynchronously,
|
|
@@ -380,7 +380,7 @@ class StorageServiceApi(object):
|
|
|
380
380
|
(data) = self.storage_service_create_storage_transfer_with_http_info(body, project_id, **kwargs) # noqa: E501
|
|
381
381
|
return data
|
|
382
382
|
|
|
383
|
-
def storage_service_create_storage_transfer_with_http_info(self, body: '
|
|
383
|
+
def storage_service_create_storage_transfer_with_http_info(self, body: 'StorageServiceCreateStorageTransferBody', project_id: 'str', **kwargs) -> 'V1StorageTransfer': # noqa: E501
|
|
384
384
|
"""storage_service_create_storage_transfer # noqa: E501
|
|
385
385
|
|
|
386
386
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -389,7 +389,7 @@ class StorageServiceApi(object):
|
|
|
389
389
|
>>> result = thread.get()
|
|
390
390
|
|
|
391
391
|
:param async_req bool
|
|
392
|
-
:param
|
|
392
|
+
:param StorageServiceCreateStorageTransferBody body: (required)
|
|
393
393
|
:param str project_id: (required)
|
|
394
394
|
:return: V1StorageTransfer
|
|
395
395
|
If the method is called asynchronously,
|
|
@@ -870,7 +870,7 @@ class StorageServiceApi(object):
|
|
|
870
870
|
:param str prefix:
|
|
871
871
|
:param bool include_download_url:
|
|
872
872
|
:param str cluster_id:
|
|
873
|
-
:param bool local_index:
|
|
873
|
+
:param bool local_index: if true, fetch from the local index
|
|
874
874
|
:return: V1GetArtifactsPageResponse
|
|
875
875
|
If the method is called asynchronously,
|
|
876
876
|
returns the request thread.
|
|
@@ -897,7 +897,7 @@ class StorageServiceApi(object):
|
|
|
897
897
|
:param str prefix:
|
|
898
898
|
:param bool include_download_url:
|
|
899
899
|
:param str cluster_id:
|
|
900
|
-
:param bool local_index:
|
|
900
|
+
:param bool local_index: if true, fetch from the local index
|
|
901
901
|
:return: V1GetArtifactsPageResponse
|
|
902
902
|
If the method is called asynchronously,
|
|
903
903
|
returns the request thread.
|
|
@@ -985,7 +985,7 @@ class StorageServiceApi(object):
|
|
|
985
985
|
:param str id:
|
|
986
986
|
:param str prefix:
|
|
987
987
|
:param str cluster_id:
|
|
988
|
-
:param bool local_index:
|
|
988
|
+
:param bool local_index: if true, fetch from the local index
|
|
989
989
|
:return: V1GetFolderIndexResponse
|
|
990
990
|
If the method is called asynchronously,
|
|
991
991
|
returns the request thread.
|
|
@@ -1010,7 +1010,7 @@ class StorageServiceApi(object):
|
|
|
1010
1010
|
:param str id:
|
|
1011
1011
|
:param str prefix:
|
|
1012
1012
|
:param str cluster_id:
|
|
1013
|
-
:param bool local_index:
|
|
1013
|
+
:param bool local_index: if true, fetch from the local index
|
|
1014
1014
|
:return: V1GetFolderIndexResponse
|
|
1015
1015
|
If the method is called asynchronously,
|
|
1016
1016
|
returns the request thread.
|
|
@@ -1498,7 +1498,7 @@ class StorageServiceApi(object):
|
|
|
1498
1498
|
_request_timeout=params.get('_request_timeout'),
|
|
1499
1499
|
collection_formats=collection_formats)
|
|
1500
1500
|
|
|
1501
|
-
def storage_service_pause_storage_transfer(self, body: '
|
|
1501
|
+
def storage_service_pause_storage_transfer(self, body: 'StorageServicePauseStorageTransferBody', project_id: 'str', id: 'str', **kwargs) -> 'V1PauseStorageTransferResponse': # noqa: E501
|
|
1502
1502
|
"""storage_service_pause_storage_transfer # noqa: E501
|
|
1503
1503
|
|
|
1504
1504
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -1507,7 +1507,7 @@ class StorageServiceApi(object):
|
|
|
1507
1507
|
>>> result = thread.get()
|
|
1508
1508
|
|
|
1509
1509
|
:param async_req bool
|
|
1510
|
-
:param
|
|
1510
|
+
:param StorageServicePauseStorageTransferBody body: (required)
|
|
1511
1511
|
:param str project_id: (required)
|
|
1512
1512
|
:param str id: (required)
|
|
1513
1513
|
:return: V1PauseStorageTransferResponse
|
|
@@ -1521,7 +1521,7 @@ class StorageServiceApi(object):
|
|
|
1521
1521
|
(data) = self.storage_service_pause_storage_transfer_with_http_info(body, project_id, id, **kwargs) # noqa: E501
|
|
1522
1522
|
return data
|
|
1523
1523
|
|
|
1524
|
-
def storage_service_pause_storage_transfer_with_http_info(self, body: '
|
|
1524
|
+
def storage_service_pause_storage_transfer_with_http_info(self, body: 'StorageServicePauseStorageTransferBody', project_id: 'str', id: 'str', **kwargs) -> 'V1PauseStorageTransferResponse': # noqa: E501
|
|
1525
1525
|
"""storage_service_pause_storage_transfer # noqa: E501
|
|
1526
1526
|
|
|
1527
1527
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -1530,7 +1530,7 @@ class StorageServiceApi(object):
|
|
|
1530
1530
|
>>> result = thread.get()
|
|
1531
1531
|
|
|
1532
1532
|
:param async_req bool
|
|
1533
|
-
:param
|
|
1533
|
+
:param StorageServicePauseStorageTransferBody body: (required)
|
|
1534
1534
|
:param str project_id: (required)
|
|
1535
1535
|
:param str id: (required)
|
|
1536
1536
|
:return: V1PauseStorageTransferResponse
|
|
@@ -1712,7 +1712,7 @@ class StorageServiceApi(object):
|
|
|
1712
1712
|
_request_timeout=params.get('_request_timeout'),
|
|
1713
1713
|
collection_formats=collection_formats)
|
|
1714
1714
|
|
|
1715
|
-
def storage_service_resume_storage_transfer(self, body: '
|
|
1715
|
+
def storage_service_resume_storage_transfer(self, body: 'StorageServiceResumeStorageTransferBody', project_id: 'str', id: 'str', **kwargs) -> 'V1ResumeStorageTransferResponse': # noqa: E501
|
|
1716
1716
|
"""storage_service_resume_storage_transfer # noqa: E501
|
|
1717
1717
|
|
|
1718
1718
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -1721,7 +1721,7 @@ class StorageServiceApi(object):
|
|
|
1721
1721
|
>>> result = thread.get()
|
|
1722
1722
|
|
|
1723
1723
|
:param async_req bool
|
|
1724
|
-
:param
|
|
1724
|
+
:param StorageServiceResumeStorageTransferBody body: (required)
|
|
1725
1725
|
:param str project_id: (required)
|
|
1726
1726
|
:param str id: (required)
|
|
1727
1727
|
:return: V1ResumeStorageTransferResponse
|
|
@@ -1735,7 +1735,7 @@ class StorageServiceApi(object):
|
|
|
1735
1735
|
(data) = self.storage_service_resume_storage_transfer_with_http_info(body, project_id, id, **kwargs) # noqa: E501
|
|
1736
1736
|
return data
|
|
1737
1737
|
|
|
1738
|
-
def storage_service_resume_storage_transfer_with_http_info(self, body: '
|
|
1738
|
+
def storage_service_resume_storage_transfer_with_http_info(self, body: 'StorageServiceResumeStorageTransferBody', project_id: 'str', id: 'str', **kwargs) -> 'V1ResumeStorageTransferResponse': # noqa: E501
|
|
1739
1739
|
"""storage_service_resume_storage_transfer # noqa: E501
|
|
1740
1740
|
|
|
1741
1741
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -1744,7 +1744,7 @@ class StorageServiceApi(object):
|
|
|
1744
1744
|
>>> result = thread.get()
|
|
1745
1745
|
|
|
1746
1746
|
:param async_req bool
|
|
1747
|
-
:param
|
|
1747
|
+
:param StorageServiceResumeStorageTransferBody body: (required)
|
|
1748
1748
|
:param str project_id: (required)
|
|
1749
1749
|
:param str id: (required)
|
|
1750
1750
|
:return: V1ResumeStorageTransferResponse
|
|
@@ -1825,7 +1825,7 @@ class StorageServiceApi(object):
|
|
|
1825
1825
|
_request_timeout=params.get('_request_timeout'),
|
|
1826
1826
|
collection_formats=collection_formats)
|
|
1827
1827
|
|
|
1828
|
-
def storage_service_upload_project_artifact(self, body: '
|
|
1828
|
+
def storage_service_upload_project_artifact(self, body: 'StorageServiceUploadProjectArtifactBody', project_id: 'str', **kwargs) -> 'V1UploadProjectArtifactResponse': # noqa: E501
|
|
1829
1829
|
"""UploadProjectArtifact - starts the multipart upload process and returns the upload ID. You will then need to use the upload ID with UploadProjectArtifactParts to get the upload URLs # noqa: E501
|
|
1830
1830
|
|
|
1831
1831
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -1834,7 +1834,7 @@ class StorageServiceApi(object):
|
|
|
1834
1834
|
>>> result = thread.get()
|
|
1835
1835
|
|
|
1836
1836
|
:param async_req bool
|
|
1837
|
-
:param
|
|
1837
|
+
:param StorageServiceUploadProjectArtifactBody body: (required)
|
|
1838
1838
|
:param str project_id: (required)
|
|
1839
1839
|
:return: V1UploadProjectArtifactResponse
|
|
1840
1840
|
If the method is called asynchronously,
|
|
@@ -1847,7 +1847,7 @@ class StorageServiceApi(object):
|
|
|
1847
1847
|
(data) = self.storage_service_upload_project_artifact_with_http_info(body, project_id, **kwargs) # noqa: E501
|
|
1848
1848
|
return data
|
|
1849
1849
|
|
|
1850
|
-
def storage_service_upload_project_artifact_with_http_info(self, body: '
|
|
1850
|
+
def storage_service_upload_project_artifact_with_http_info(self, body: 'StorageServiceUploadProjectArtifactBody', project_id: 'str', **kwargs) -> 'V1UploadProjectArtifactResponse': # noqa: E501
|
|
1851
1851
|
"""UploadProjectArtifact - starts the multipart upload process and returns the upload ID. You will then need to use the upload ID with UploadProjectArtifactParts to get the upload URLs # noqa: E501
|
|
1852
1852
|
|
|
1853
1853
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -1856,7 +1856,7 @@ class StorageServiceApi(object):
|
|
|
1856
1856
|
>>> result = thread.get()
|
|
1857
1857
|
|
|
1858
1858
|
:param async_req bool
|
|
1859
|
-
:param
|
|
1859
|
+
:param StorageServiceUploadProjectArtifactBody body: (required)
|
|
1860
1860
|
:param str project_id: (required)
|
|
1861
1861
|
:return: V1UploadProjectArtifactResponse
|
|
1862
1862
|
If the method is called asynchronously,
|
|
@@ -1930,7 +1930,7 @@ class StorageServiceApi(object):
|
|
|
1930
1930
|
_request_timeout=params.get('_request_timeout'),
|
|
1931
1931
|
collection_formats=collection_formats)
|
|
1932
1932
|
|
|
1933
|
-
def storage_service_upload_project_artifact_parts(self, body: '
|
|
1933
|
+
def storage_service_upload_project_artifact_parts(self, body: 'StorageServiceUploadProjectArtifactPartsBody', project_id: 'str', upload_id: 'str', **kwargs) -> 'V1UploadProjectArtifactPartsResponse': # noqa: E501
|
|
1934
1934
|
"""storage_service_upload_project_artifact_parts # noqa: E501
|
|
1935
1935
|
|
|
1936
1936
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -1939,7 +1939,7 @@ class StorageServiceApi(object):
|
|
|
1939
1939
|
>>> result = thread.get()
|
|
1940
1940
|
|
|
1941
1941
|
:param async_req bool
|
|
1942
|
-
:param
|
|
1942
|
+
:param StorageServiceUploadProjectArtifactPartsBody body: (required)
|
|
1943
1943
|
:param str project_id: (required)
|
|
1944
1944
|
:param str upload_id: (required)
|
|
1945
1945
|
:return: V1UploadProjectArtifactPartsResponse
|
|
@@ -1953,7 +1953,7 @@ class StorageServiceApi(object):
|
|
|
1953
1953
|
(data) = self.storage_service_upload_project_artifact_parts_with_http_info(body, project_id, upload_id, **kwargs) # noqa: E501
|
|
1954
1954
|
return data
|
|
1955
1955
|
|
|
1956
|
-
def storage_service_upload_project_artifact_parts_with_http_info(self, body: '
|
|
1956
|
+
def storage_service_upload_project_artifact_parts_with_http_info(self, body: 'StorageServiceUploadProjectArtifactPartsBody', project_id: 'str', upload_id: 'str', **kwargs) -> 'V1UploadProjectArtifactPartsResponse': # noqa: E501
|
|
1957
1957
|
"""storage_service_upload_project_artifact_parts # noqa: E501
|
|
1958
1958
|
|
|
1959
1959
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -1962,7 +1962,7 @@ class StorageServiceApi(object):
|
|
|
1962
1962
|
>>> result = thread.get()
|
|
1963
1963
|
|
|
1964
1964
|
:param async_req bool
|
|
1965
|
-
:param
|
|
1965
|
+
:param StorageServiceUploadProjectArtifactPartsBody body: (required)
|
|
1966
1966
|
:param str project_id: (required)
|
|
1967
1967
|
:param str upload_id: (required)
|
|
1968
1968
|
:return: V1UploadProjectArtifactPartsResponse
|
|
@@ -2140,7 +2140,7 @@ class StorageServiceApi(object):
|
|
|
2140
2140
|
_request_timeout=params.get('_request_timeout'),
|
|
2141
2141
|
collection_formats=collection_formats)
|
|
2142
2142
|
|
|
2143
|
-
def storage_service_upload_temporary_artifact_parts(self, body: '
|
|
2143
|
+
def storage_service_upload_temporary_artifact_parts(self, body: 'StorageServiceUploadTemporaryArtifactPartsBody', upload_id: 'str', **kwargs) -> 'V1UploadProjectArtifactPartsResponse': # noqa: E501
|
|
2144
2144
|
"""storage_service_upload_temporary_artifact_parts # noqa: E501
|
|
2145
2145
|
|
|
2146
2146
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2149,7 +2149,7 @@ class StorageServiceApi(object):
|
|
|
2149
2149
|
>>> result = thread.get()
|
|
2150
2150
|
|
|
2151
2151
|
:param async_req bool
|
|
2152
|
-
:param
|
|
2152
|
+
:param StorageServiceUploadTemporaryArtifactPartsBody body: (required)
|
|
2153
2153
|
:param str upload_id: (required)
|
|
2154
2154
|
:return: V1UploadProjectArtifactPartsResponse
|
|
2155
2155
|
If the method is called asynchronously,
|
|
@@ -2162,7 +2162,7 @@ class StorageServiceApi(object):
|
|
|
2162
2162
|
(data) = self.storage_service_upload_temporary_artifact_parts_with_http_info(body, upload_id, **kwargs) # noqa: E501
|
|
2163
2163
|
return data
|
|
2164
2164
|
|
|
2165
|
-
def storage_service_upload_temporary_artifact_parts_with_http_info(self, body: '
|
|
2165
|
+
def storage_service_upload_temporary_artifact_parts_with_http_info(self, body: 'StorageServiceUploadTemporaryArtifactPartsBody', upload_id: 'str', **kwargs) -> 'V1UploadProjectArtifactPartsResponse': # noqa: E501
|
|
2166
2166
|
"""storage_service_upload_temporary_artifact_parts # noqa: E501
|
|
2167
2167
|
|
|
2168
2168
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2171,7 +2171,7 @@ class StorageServiceApi(object):
|
|
|
2171
2171
|
>>> result = thread.get()
|
|
2172
2172
|
|
|
2173
2173
|
:param async_req bool
|
|
2174
|
-
:param
|
|
2174
|
+
:param StorageServiceUploadTemporaryArtifactPartsBody body: (required)
|
|
2175
2175
|
:param str upload_id: (required)
|
|
2176
2176
|
:return: V1UploadProjectArtifactPartsResponse
|
|
2177
2177
|
If the method is called asynchronously,
|
|
@@ -2245,7 +2245,7 @@ class StorageServiceApi(object):
|
|
|
2245
2245
|
_request_timeout=params.get('_request_timeout'),
|
|
2246
2246
|
collection_formats=collection_formats)
|
|
2247
2247
|
|
|
2248
|
-
def storage_service_validate_storage_transfer(self, body: '
|
|
2248
|
+
def storage_service_validate_storage_transfer(self, body: 'StorageServiceValidateStorageTransferBody', project_id: 'str', **kwargs) -> 'V1ValidateStorageTransferResponse': # noqa: E501
|
|
2249
2249
|
"""storage_service_validate_storage_transfer # noqa: E501
|
|
2250
2250
|
|
|
2251
2251
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2254,7 +2254,7 @@ class StorageServiceApi(object):
|
|
|
2254
2254
|
>>> result = thread.get()
|
|
2255
2255
|
|
|
2256
2256
|
:param async_req bool
|
|
2257
|
-
:param
|
|
2257
|
+
:param StorageServiceValidateStorageTransferBody body: (required)
|
|
2258
2258
|
:param str project_id: (required)
|
|
2259
2259
|
:return: V1ValidateStorageTransferResponse
|
|
2260
2260
|
If the method is called asynchronously,
|
|
@@ -2267,7 +2267,7 @@ class StorageServiceApi(object):
|
|
|
2267
2267
|
(data) = self.storage_service_validate_storage_transfer_with_http_info(body, project_id, **kwargs) # noqa: E501
|
|
2268
2268
|
return data
|
|
2269
2269
|
|
|
2270
|
-
def storage_service_validate_storage_transfer_with_http_info(self, body: '
|
|
2270
|
+
def storage_service_validate_storage_transfer_with_http_info(self, body: 'StorageServiceValidateStorageTransferBody', project_id: 'str', **kwargs) -> 'V1ValidateStorageTransferResponse': # noqa: E501
|
|
2271
2271
|
"""storage_service_validate_storage_transfer # noqa: E501
|
|
2272
2272
|
|
|
2273
2273
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2276,7 +2276,7 @@ class StorageServiceApi(object):
|
|
|
2276
2276
|
>>> result = thread.get()
|
|
2277
2277
|
|
|
2278
2278
|
:param async_req bool
|
|
2279
|
-
:param
|
|
2279
|
+
:param StorageServiceValidateStorageTransferBody body: (required)
|
|
2280
2280
|
:param str project_id: (required)
|
|
2281
2281
|
:return: V1ValidateStorageTransferResponse
|
|
2282
2282
|
If the method is called asynchronously,
|
|
@@ -43,7 +43,7 @@ class StudioJobsServiceApi(object):
|
|
|
43
43
|
api_client = ApiClient()
|
|
44
44
|
self.api_client = api_client
|
|
45
45
|
|
|
46
|
-
def studio_jobs_service_create_studio_job(self, body: '
|
|
46
|
+
def studio_jobs_service_create_studio_job(self, body: 'StudioJobsServiceCreateStudioJobBody', project_id: 'str', **kwargs) -> 'V1StudioJob': # noqa: E501
|
|
47
47
|
"""studio_jobs_service_create_studio_job # noqa: E501
|
|
48
48
|
|
|
49
49
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -52,7 +52,7 @@ class StudioJobsServiceApi(object):
|
|
|
52
52
|
>>> result = thread.get()
|
|
53
53
|
|
|
54
54
|
:param async_req bool
|
|
55
|
-
:param
|
|
55
|
+
:param StudioJobsServiceCreateStudioJobBody body: (required)
|
|
56
56
|
:param str project_id: (required)
|
|
57
57
|
:return: V1StudioJob
|
|
58
58
|
If the method is called asynchronously,
|
|
@@ -65,7 +65,7 @@ class StudioJobsServiceApi(object):
|
|
|
65
65
|
(data) = self.studio_jobs_service_create_studio_job_with_http_info(body, project_id, **kwargs) # noqa: E501
|
|
66
66
|
return data
|
|
67
67
|
|
|
68
|
-
def studio_jobs_service_create_studio_job_with_http_info(self, body: '
|
|
68
|
+
def studio_jobs_service_create_studio_job_with_http_info(self, body: 'StudioJobsServiceCreateStudioJobBody', project_id: 'str', **kwargs) -> 'V1StudioJob': # noqa: E501
|
|
69
69
|
"""studio_jobs_service_create_studio_job # noqa: E501
|
|
70
70
|
|
|
71
71
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -74,7 +74,7 @@ class StudioJobsServiceApi(object):
|
|
|
74
74
|
>>> result = thread.get()
|
|
75
75
|
|
|
76
76
|
:param async_req bool
|
|
77
|
-
:param
|
|
77
|
+
:param StudioJobsServiceCreateStudioJobBody body: (required)
|
|
78
78
|
:param str project_id: (required)
|
|
79
79
|
:return: V1StudioJob
|
|
80
80
|
If the method is called asynchronously,
|
|
@@ -553,7 +553,7 @@ class StudioJobsServiceApi(object):
|
|
|
553
553
|
_request_timeout=params.get('_request_timeout'),
|
|
554
554
|
collection_formats=collection_formats)
|
|
555
555
|
|
|
556
|
-
def studio_jobs_service_update_studio_job(self, body: '
|
|
556
|
+
def studio_jobs_service_update_studio_job(self, body: 'StudioJobsServiceUpdateStudioJobBody', project_id: 'str', id: 'str', **kwargs) -> 'V1StudioJob': # noqa: E501
|
|
557
557
|
"""studio_jobs_service_update_studio_job # noqa: E501
|
|
558
558
|
|
|
559
559
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -562,7 +562,7 @@ class StudioJobsServiceApi(object):
|
|
|
562
562
|
>>> result = thread.get()
|
|
563
563
|
|
|
564
564
|
:param async_req bool
|
|
565
|
-
:param
|
|
565
|
+
:param StudioJobsServiceUpdateStudioJobBody body: (required)
|
|
566
566
|
:param str project_id: (required)
|
|
567
567
|
:param str id: (required)
|
|
568
568
|
:return: V1StudioJob
|
|
@@ -576,7 +576,7 @@ class StudioJobsServiceApi(object):
|
|
|
576
576
|
(data) = self.studio_jobs_service_update_studio_job_with_http_info(body, project_id, id, **kwargs) # noqa: E501
|
|
577
577
|
return data
|
|
578
578
|
|
|
579
|
-
def studio_jobs_service_update_studio_job_with_http_info(self, body: '
|
|
579
|
+
def studio_jobs_service_update_studio_job_with_http_info(self, body: 'StudioJobsServiceUpdateStudioJobBody', project_id: 'str', id: 'str', **kwargs) -> 'V1StudioJob': # noqa: E501
|
|
580
580
|
"""studio_jobs_service_update_studio_job # noqa: E501
|
|
581
581
|
|
|
582
582
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -585,7 +585,7 @@ class StudioJobsServiceApi(object):
|
|
|
585
585
|
>>> result = thread.get()
|
|
586
586
|
|
|
587
587
|
:param async_req bool
|
|
588
|
-
:param
|
|
588
|
+
:param StudioJobsServiceUpdateStudioJobBody body: (required)
|
|
589
589
|
:param str project_id: (required)
|
|
590
590
|
:param str id: (required)
|
|
591
591
|
:return: V1StudioJob
|
|
@@ -213,7 +213,7 @@ class UserServiceApi(object):
|
|
|
213
213
|
_request_timeout=params.get('_request_timeout'),
|
|
214
214
|
collection_formats=collection_formats)
|
|
215
215
|
|
|
216
|
-
def user_service_create_affiliate_link(self, body: '
|
|
216
|
+
def user_service_create_affiliate_link(self, body: 'UserServiceCreateAffiliateLinkBody', user_id: 'str', **kwargs) -> 'V1AffiliateLink': # noqa: E501
|
|
217
217
|
"""create affiliate link # noqa: E501
|
|
218
218
|
|
|
219
219
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -222,7 +222,7 @@ class UserServiceApi(object):
|
|
|
222
222
|
>>> result = thread.get()
|
|
223
223
|
|
|
224
224
|
:param async_req bool
|
|
225
|
-
:param
|
|
225
|
+
:param UserServiceCreateAffiliateLinkBody body: (required)
|
|
226
226
|
:param str user_id: (required)
|
|
227
227
|
:return: V1AffiliateLink
|
|
228
228
|
If the method is called asynchronously,
|
|
@@ -235,7 +235,7 @@ class UserServiceApi(object):
|
|
|
235
235
|
(data) = self.user_service_create_affiliate_link_with_http_info(body, user_id, **kwargs) # noqa: E501
|
|
236
236
|
return data
|
|
237
237
|
|
|
238
|
-
def user_service_create_affiliate_link_with_http_info(self, body: '
|
|
238
|
+
def user_service_create_affiliate_link_with_http_info(self, body: 'UserServiceCreateAffiliateLinkBody', user_id: 'str', **kwargs) -> 'V1AffiliateLink': # noqa: E501
|
|
239
239
|
"""create affiliate link # noqa: E501
|
|
240
240
|
|
|
241
241
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -244,7 +244,7 @@ class UserServiceApi(object):
|
|
|
244
244
|
>>> result = thread.get()
|
|
245
245
|
|
|
246
246
|
:param async_req bool
|
|
247
|
-
:param
|
|
247
|
+
:param UserServiceCreateAffiliateLinkBody body: (required)
|
|
248
248
|
:param str user_id: (required)
|
|
249
249
|
:return: V1AffiliateLink
|
|
250
250
|
If the method is called asynchronously,
|
|
@@ -893,7 +893,7 @@ class UserServiceApi(object):
|
|
|
893
893
|
>>> result = thread.get()
|
|
894
894
|
|
|
895
895
|
:param async_req bool
|
|
896
|
-
:param bool unseen:
|
|
896
|
+
:param bool unseen: if true, only return unseen features
|
|
897
897
|
:return: V1ListNotificationDialogsResponse
|
|
898
898
|
If the method is called asynchronously,
|
|
899
899
|
returns the request thread.
|
|
@@ -914,7 +914,7 @@ class UserServiceApi(object):
|
|
|
914
914
|
>>> result = thread.get()
|
|
915
915
|
|
|
916
916
|
:param async_req bool
|
|
917
|
-
:param bool unseen:
|
|
917
|
+
:param bool unseen: if true, only return unseen features
|
|
918
918
|
:return: V1ListNotificationDialogsResponse
|
|
919
919
|
If the method is called asynchronously,
|
|
920
920
|
returns the request thread.
|
|
@@ -1081,7 +1081,7 @@ class UserServiceApi(object):
|
|
|
1081
1081
|
:param async_req bool
|
|
1082
1082
|
:param str page_token:
|
|
1083
1083
|
:param str page_size:
|
|
1084
|
-
:param str query:
|
|
1084
|
+
:param str query: they can query can be by id, username, email, or name (if org provided)
|
|
1085
1085
|
:param str organization_id:
|
|
1086
1086
|
:return: V1SearchUsersResponse
|
|
1087
1087
|
If the method is called asynchronously,
|
|
@@ -1105,7 +1105,7 @@ class UserServiceApi(object):
|
|
|
1105
1105
|
:param async_req bool
|
|
1106
1106
|
:param str page_token:
|
|
1107
1107
|
:param str page_size:
|
|
1108
|
-
:param str query:
|
|
1108
|
+
:param str query: they can query can be by id, username, email, or name (if org provided)
|
|
1109
1109
|
:param str organization_id:
|
|
1110
1110
|
:return: V1SearchUsersResponse
|
|
1111
1111
|
If the method is called asynchronously,
|
|
@@ -1171,7 +1171,7 @@ class UserServiceApi(object):
|
|
|
1171
1171
|
_request_timeout=params.get('_request_timeout'),
|
|
1172
1172
|
collection_formats=collection_formats)
|
|
1173
1173
|
|
|
1174
|
-
def user_service_update_affiliate_link(self, body: '
|
|
1174
|
+
def user_service_update_affiliate_link(self, body: 'UserServiceUpdateAffiliateLinkBody', user_id: 'str', id: 'str', **kwargs) -> 'V1AffiliateLink': # noqa: E501
|
|
1175
1175
|
"""update affiliate link # noqa: E501
|
|
1176
1176
|
|
|
1177
1177
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -1180,7 +1180,7 @@ class UserServiceApi(object):
|
|
|
1180
1180
|
>>> result = thread.get()
|
|
1181
1181
|
|
|
1182
1182
|
:param async_req bool
|
|
1183
|
-
:param
|
|
1183
|
+
:param UserServiceUpdateAffiliateLinkBody body: (required)
|
|
1184
1184
|
:param str user_id: (required)
|
|
1185
1185
|
:param str id: (required)
|
|
1186
1186
|
:return: V1AffiliateLink
|
|
@@ -1194,7 +1194,7 @@ class UserServiceApi(object):
|
|
|
1194
1194
|
(data) = self.user_service_update_affiliate_link_with_http_info(body, user_id, id, **kwargs) # noqa: E501
|
|
1195
1195
|
return data
|
|
1196
1196
|
|
|
1197
|
-
def user_service_update_affiliate_link_with_http_info(self, body: '
|
|
1197
|
+
def user_service_update_affiliate_link_with_http_info(self, body: 'UserServiceUpdateAffiliateLinkBody', user_id: 'str', id: 'str', **kwargs) -> 'V1AffiliateLink': # noqa: E501
|
|
1198
1198
|
"""update affiliate link # noqa: E501
|
|
1199
1199
|
|
|
1200
1200
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -1203,7 +1203,7 @@ class UserServiceApi(object):
|
|
|
1203
1203
|
>>> result = thread.get()
|
|
1204
1204
|
|
|
1205
1205
|
:param async_req bool
|
|
1206
|
-
:param
|
|
1206
|
+
:param UserServiceUpdateAffiliateLinkBody body: (required)
|
|
1207
1207
|
:param str user_id: (required)
|
|
1208
1208
|
:param str id: (required)
|
|
1209
1209
|
:return: V1AffiliateLink
|
|
@@ -1284,7 +1284,7 @@ class UserServiceApi(object):
|
|
|
1284
1284
|
_request_timeout=params.get('_request_timeout'),
|
|
1285
1285
|
collection_formats=collection_formats)
|
|
1286
1286
|
|
|
1287
|
-
def user_service_update_user_credits_auto_replenish(self, body: '
|
|
1287
|
+
def user_service_update_user_credits_auto_replenish(self, body: 'UserServiceUpdateUserCreditsAutoReplenishBody', user_id: 'str', **kwargs) -> 'V1UpdateUserCreditsAutoReplenishResponse': # noqa: E501
|
|
1288
1288
|
"""user_service_update_user_credits_auto_replenish # noqa: E501
|
|
1289
1289
|
|
|
1290
1290
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -1293,7 +1293,7 @@ class UserServiceApi(object):
|
|
|
1293
1293
|
>>> result = thread.get()
|
|
1294
1294
|
|
|
1295
1295
|
:param async_req bool
|
|
1296
|
-
:param
|
|
1296
|
+
:param UserServiceUpdateUserCreditsAutoReplenishBody body: (required)
|
|
1297
1297
|
:param str user_id: (required)
|
|
1298
1298
|
:return: V1UpdateUserCreditsAutoReplenishResponse
|
|
1299
1299
|
If the method is called asynchronously,
|
|
@@ -1306,7 +1306,7 @@ class UserServiceApi(object):
|
|
|
1306
1306
|
(data) = self.user_service_update_user_credits_auto_replenish_with_http_info(body, user_id, **kwargs) # noqa: E501
|
|
1307
1307
|
return data
|
|
1308
1308
|
|
|
1309
|
-
def user_service_update_user_credits_auto_replenish_with_http_info(self, body: '
|
|
1309
|
+
def user_service_update_user_credits_auto_replenish_with_http_info(self, body: 'UserServiceUpdateUserCreditsAutoReplenishBody', user_id: 'str', **kwargs) -> 'V1UpdateUserCreditsAutoReplenishResponse': # noqa: E501
|
|
1310
1310
|
"""user_service_update_user_credits_auto_replenish # noqa: E501
|
|
1311
1311
|
|
|
1312
1312
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -1315,7 +1315,7 @@ class UserServiceApi(object):
|
|
|
1315
1315
|
>>> result = thread.get()
|
|
1316
1316
|
|
|
1317
1317
|
:param async_req bool
|
|
1318
|
-
:param
|
|
1318
|
+
:param UserServiceUpdateUserCreditsAutoReplenishBody body: (required)
|
|
1319
1319
|
:param str user_id: (required)
|
|
1320
1320
|
:return: V1UpdateUserCreditsAutoReplenishResponse
|
|
1321
1321
|
If the method is called asynchronously,
|
|
@@ -1486,7 +1486,7 @@ class UserServiceApi(object):
|
|
|
1486
1486
|
_request_timeout=params.get('_request_timeout'),
|
|
1487
1487
|
collection_formats=collection_formats)
|
|
1488
1488
|
|
|
1489
|
-
def user_service_upload_settings(self, body: '
|
|
1489
|
+
def user_service_upload_settings(self, body: 'UserServiceUploadSettingsBody', filename: 'str', **kwargs) -> 'V1UploadSettingsResponse': # noqa: E501
|
|
1490
1490
|
"""user_service_upload_settings # noqa: E501
|
|
1491
1491
|
|
|
1492
1492
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -1495,7 +1495,7 @@ class UserServiceApi(object):
|
|
|
1495
1495
|
>>> result = thread.get()
|
|
1496
1496
|
|
|
1497
1497
|
:param async_req bool
|
|
1498
|
-
:param
|
|
1498
|
+
:param UserServiceUploadSettingsBody body: (required)
|
|
1499
1499
|
:param str filename: (required)
|
|
1500
1500
|
:return: V1UploadSettingsResponse
|
|
1501
1501
|
If the method is called asynchronously,
|
|
@@ -1508,7 +1508,7 @@ class UserServiceApi(object):
|
|
|
1508
1508
|
(data) = self.user_service_upload_settings_with_http_info(body, filename, **kwargs) # noqa: E501
|
|
1509
1509
|
return data
|
|
1510
1510
|
|
|
1511
|
-
def user_service_upload_settings_with_http_info(self, body: '
|
|
1511
|
+
def user_service_upload_settings_with_http_info(self, body: 'UserServiceUploadSettingsBody', filename: 'str', **kwargs) -> 'V1UploadSettingsResponse': # noqa: E501
|
|
1512
1512
|
"""user_service_upload_settings # noqa: E501
|
|
1513
1513
|
|
|
1514
1514
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -1517,7 +1517,7 @@ class UserServiceApi(object):
|
|
|
1517
1517
|
>>> result = thread.get()
|
|
1518
1518
|
|
|
1519
1519
|
:param async_req bool
|
|
1520
|
-
:param
|
|
1520
|
+
:param UserServiceUploadSettingsBody body: (required)
|
|
1521
1521
|
:param str filename: (required)
|
|
1522
1522
|
:return: V1UploadSettingsResponse
|
|
1523
1523
|
If the method is called asynchronously,
|
|
@@ -144,7 +144,7 @@ class VolumeServiceApi(object):
|
|
|
144
144
|
_request_timeout=params.get('_request_timeout'),
|
|
145
145
|
collection_formats=collection_formats)
|
|
146
146
|
|
|
147
|
-
def volume_service_update_volume(self, body: '
|
|
147
|
+
def volume_service_update_volume(self, body: 'VolumeServiceUpdateVolumeBody', project_id: 'str', id: 'str', **kwargs) -> 'V1UpdateVolumeResponse': # noqa: E501
|
|
148
148
|
"""volume_service_update_volume # noqa: E501
|
|
149
149
|
|
|
150
150
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -153,7 +153,7 @@ class VolumeServiceApi(object):
|
|
|
153
153
|
>>> result = thread.get()
|
|
154
154
|
|
|
155
155
|
:param async_req bool
|
|
156
|
-
:param
|
|
156
|
+
:param VolumeServiceUpdateVolumeBody body: (required)
|
|
157
157
|
:param str project_id: (required)
|
|
158
158
|
:param str id: (required)
|
|
159
159
|
:return: V1UpdateVolumeResponse
|
|
@@ -167,7 +167,7 @@ class VolumeServiceApi(object):
|
|
|
167
167
|
(data) = self.volume_service_update_volume_with_http_info(body, project_id, id, **kwargs) # noqa: E501
|
|
168
168
|
return data
|
|
169
169
|
|
|
170
|
-
def volume_service_update_volume_with_http_info(self, body: '
|
|
170
|
+
def volume_service_update_volume_with_http_info(self, body: 'VolumeServiceUpdateVolumeBody', project_id: 'str', id: 'str', **kwargs) -> 'V1UpdateVolumeResponse': # noqa: E501
|
|
171
171
|
"""volume_service_update_volume # noqa: E501
|
|
172
172
|
|
|
173
173
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -176,7 +176,7 @@ class VolumeServiceApi(object):
|
|
|
176
176
|
>>> result = thread.get()
|
|
177
177
|
|
|
178
178
|
:param async_req bool
|
|
179
|
-
:param
|
|
179
|
+
:param VolumeServiceUpdateVolumeBody body: (required)
|
|
180
180
|
:param str project_id: (required)
|
|
181
181
|
:param str id: (required)
|
|
182
182
|
:return: V1UpdateVolumeResponse
|