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 AssistantsServiceApi(object):
|
|
|
43
43
|
api_client = ApiClient()
|
|
44
44
|
self.api_client = api_client
|
|
45
45
|
|
|
46
|
-
def assistants_service_contact_assistant_owner(self, body: '
|
|
46
|
+
def assistants_service_contact_assistant_owner(self, body: 'AssistantsServiceContactAssistantOwnerBody', id: 'str', **kwargs) -> 'V1ContactAssistantOwnerResponse': # noqa: E501
|
|
47
47
|
"""assistants_service_contact_assistant_owner # noqa: E501
|
|
48
48
|
|
|
49
49
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -52,7 +52,7 @@ class AssistantsServiceApi(object):
|
|
|
52
52
|
>>> result = thread.get()
|
|
53
53
|
|
|
54
54
|
:param async_req bool
|
|
55
|
-
:param
|
|
55
|
+
:param AssistantsServiceContactAssistantOwnerBody body: (required)
|
|
56
56
|
:param str id: (required)
|
|
57
57
|
:return: V1ContactAssistantOwnerResponse
|
|
58
58
|
If the method is called asynchronously,
|
|
@@ -65,7 +65,7 @@ class AssistantsServiceApi(object):
|
|
|
65
65
|
(data) = self.assistants_service_contact_assistant_owner_with_http_info(body, id, **kwargs) # noqa: E501
|
|
66
66
|
return data
|
|
67
67
|
|
|
68
|
-
def assistants_service_contact_assistant_owner_with_http_info(self, body: '
|
|
68
|
+
def assistants_service_contact_assistant_owner_with_http_info(self, body: 'AssistantsServiceContactAssistantOwnerBody', id: 'str', **kwargs) -> 'V1ContactAssistantOwnerResponse': # noqa: E501
|
|
69
69
|
"""assistants_service_contact_assistant_owner # noqa: E501
|
|
70
70
|
|
|
71
71
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -74,7 +74,7 @@ class AssistantsServiceApi(object):
|
|
|
74
74
|
>>> result = thread.get()
|
|
75
75
|
|
|
76
76
|
:param async_req bool
|
|
77
|
-
:param
|
|
77
|
+
:param AssistantsServiceContactAssistantOwnerBody body: (required)
|
|
78
78
|
:param str id: (required)
|
|
79
79
|
:return: V1ContactAssistantOwnerResponse
|
|
80
80
|
If the method is called asynchronously,
|
|
@@ -148,7 +148,7 @@ class AssistantsServiceApi(object):
|
|
|
148
148
|
_request_timeout=params.get('_request_timeout'),
|
|
149
149
|
collection_formats=collection_formats)
|
|
150
150
|
|
|
151
|
-
def assistants_service_create_assistant(self, body: '
|
|
151
|
+
def assistants_service_create_assistant(self, body: 'AssistantsServiceCreateAssistantBody', project_id: 'str', **kwargs) -> 'V1Assistant': # noqa: E501
|
|
152
152
|
"""assistants_service_create_assistant # noqa: E501
|
|
153
153
|
|
|
154
154
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -157,8 +157,8 @@ class AssistantsServiceApi(object):
|
|
|
157
157
|
>>> result = thread.get()
|
|
158
158
|
|
|
159
159
|
:param async_req bool
|
|
160
|
-
:param
|
|
161
|
-
:param str project_id: (required)
|
|
160
|
+
:param AssistantsServiceCreateAssistantBody body: (required)
|
|
161
|
+
:param str project_id: Creates an assistant within a project, required if used with cloudspace (required)
|
|
162
162
|
:return: V1Assistant
|
|
163
163
|
If the method is called asynchronously,
|
|
164
164
|
returns the request thread.
|
|
@@ -170,7 +170,7 @@ class AssistantsServiceApi(object):
|
|
|
170
170
|
(data) = self.assistants_service_create_assistant_with_http_info(body, project_id, **kwargs) # noqa: E501
|
|
171
171
|
return data
|
|
172
172
|
|
|
173
|
-
def assistants_service_create_assistant_with_http_info(self, body: '
|
|
173
|
+
def assistants_service_create_assistant_with_http_info(self, body: 'AssistantsServiceCreateAssistantBody', project_id: 'str', **kwargs) -> 'V1Assistant': # noqa: E501
|
|
174
174
|
"""assistants_service_create_assistant # noqa: E501
|
|
175
175
|
|
|
176
176
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -179,8 +179,8 @@ class AssistantsServiceApi(object):
|
|
|
179
179
|
>>> result = thread.get()
|
|
180
180
|
|
|
181
181
|
:param async_req bool
|
|
182
|
-
:param
|
|
183
|
-
:param str project_id: (required)
|
|
182
|
+
:param AssistantsServiceCreateAssistantBody body: (required)
|
|
183
|
+
:param str project_id: Creates an assistant within a project, required if used with cloudspace (required)
|
|
184
184
|
:return: V1Assistant
|
|
185
185
|
If the method is called asynchronously,
|
|
186
186
|
returns the request thread.
|
|
@@ -253,7 +253,7 @@ class AssistantsServiceApi(object):
|
|
|
253
253
|
_request_timeout=params.get('_request_timeout'),
|
|
254
254
|
collection_formats=collection_formats)
|
|
255
255
|
|
|
256
|
-
def assistants_service_create_assistant_managed_endpoint(self, body: '
|
|
256
|
+
def assistants_service_create_assistant_managed_endpoint(self, body: 'AssistantsServiceCreateAssistantManagedEndpointBody', project_id: 'str', **kwargs) -> 'V1CreateManagedEndpointResponse': # noqa: E501
|
|
257
257
|
"""assistants_service_create_assistant_managed_endpoint # noqa: E501
|
|
258
258
|
|
|
259
259
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -262,7 +262,7 @@ class AssistantsServiceApi(object):
|
|
|
262
262
|
>>> result = thread.get()
|
|
263
263
|
|
|
264
264
|
:param async_req bool
|
|
265
|
-
:param
|
|
265
|
+
:param AssistantsServiceCreateAssistantManagedEndpointBody body: (required)
|
|
266
266
|
:param str project_id: (required)
|
|
267
267
|
:return: V1CreateManagedEndpointResponse
|
|
268
268
|
If the method is called asynchronously,
|
|
@@ -275,7 +275,7 @@ class AssistantsServiceApi(object):
|
|
|
275
275
|
(data) = self.assistants_service_create_assistant_managed_endpoint_with_http_info(body, project_id, **kwargs) # noqa: E501
|
|
276
276
|
return data
|
|
277
277
|
|
|
278
|
-
def assistants_service_create_assistant_managed_endpoint_with_http_info(self, body: '
|
|
278
|
+
def assistants_service_create_assistant_managed_endpoint_with_http_info(self, body: 'AssistantsServiceCreateAssistantManagedEndpointBody', project_id: 'str', **kwargs) -> 'V1CreateManagedEndpointResponse': # noqa: E501
|
|
279
279
|
"""assistants_service_create_assistant_managed_endpoint # noqa: E501
|
|
280
280
|
|
|
281
281
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -284,7 +284,7 @@ class AssistantsServiceApi(object):
|
|
|
284
284
|
>>> result = thread.get()
|
|
285
285
|
|
|
286
286
|
:param async_req bool
|
|
287
|
-
:param
|
|
287
|
+
:param AssistantsServiceCreateAssistantManagedEndpointBody body: (required)
|
|
288
288
|
:param str project_id: (required)
|
|
289
289
|
:return: V1CreateManagedEndpointResponse
|
|
290
290
|
If the method is called asynchronously,
|
|
@@ -358,7 +358,7 @@ class AssistantsServiceApi(object):
|
|
|
358
358
|
_request_timeout=params.get('_request_timeout'),
|
|
359
359
|
collection_formats=collection_formats)
|
|
360
360
|
|
|
361
|
-
def assistants_service_create_conversation_message_action(self, body: '
|
|
361
|
+
def assistants_service_create_conversation_message_action(self, body: 'AssistantsServiceCreateConversationMessageActionBody', assistant_id: 'str', conversation_id: 'str', message_id: 'str', **kwargs) -> 'V1MessageAction': # noqa: E501
|
|
362
362
|
"""assistants_service_create_conversation_message_action # noqa: E501
|
|
363
363
|
|
|
364
364
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -367,7 +367,7 @@ class AssistantsServiceApi(object):
|
|
|
367
367
|
>>> result = thread.get()
|
|
368
368
|
|
|
369
369
|
:param async_req bool
|
|
370
|
-
:param
|
|
370
|
+
:param AssistantsServiceCreateConversationMessageActionBody body: (required)
|
|
371
371
|
:param str assistant_id: (required)
|
|
372
372
|
:param str conversation_id: (required)
|
|
373
373
|
:param str message_id: (required)
|
|
@@ -382,7 +382,7 @@ class AssistantsServiceApi(object):
|
|
|
382
382
|
(data) = self.assistants_service_create_conversation_message_action_with_http_info(body, assistant_id, conversation_id, message_id, **kwargs) # noqa: E501
|
|
383
383
|
return data
|
|
384
384
|
|
|
385
|
-
def assistants_service_create_conversation_message_action_with_http_info(self, body: '
|
|
385
|
+
def assistants_service_create_conversation_message_action_with_http_info(self, body: 'AssistantsServiceCreateConversationMessageActionBody', assistant_id: 'str', conversation_id: 'str', message_id: 'str', **kwargs) -> 'V1MessageAction': # noqa: E501
|
|
386
386
|
"""assistants_service_create_conversation_message_action # noqa: E501
|
|
387
387
|
|
|
388
388
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -391,7 +391,7 @@ class AssistantsServiceApi(object):
|
|
|
391
391
|
>>> result = thread.get()
|
|
392
392
|
|
|
393
393
|
:param async_req bool
|
|
394
|
-
:param
|
|
394
|
+
:param AssistantsServiceCreateConversationMessageActionBody body: (required)
|
|
395
395
|
:param str assistant_id: (required)
|
|
396
396
|
:param str conversation_id: (required)
|
|
397
397
|
:param str message_id: (required)
|
|
@@ -479,7 +479,7 @@ class AssistantsServiceApi(object):
|
|
|
479
479
|
_request_timeout=params.get('_request_timeout'),
|
|
480
480
|
collection_formats=collection_formats)
|
|
481
481
|
|
|
482
|
-
def assistants_service_create_model_metrics(self, body: '
|
|
482
|
+
def assistants_service_create_model_metrics(self, body: 'AssistantsServiceCreateModelMetricsBody', model_id: 'str', **kwargs) -> 'V1CreateModelMetricsResponse': # noqa: E501
|
|
483
483
|
"""assistants_service_create_model_metrics # noqa: E501
|
|
484
484
|
|
|
485
485
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -488,7 +488,7 @@ class AssistantsServiceApi(object):
|
|
|
488
488
|
>>> result = thread.get()
|
|
489
489
|
|
|
490
490
|
:param async_req bool
|
|
491
|
-
:param
|
|
491
|
+
:param AssistantsServiceCreateModelMetricsBody body: (required)
|
|
492
492
|
:param str model_id: (required)
|
|
493
493
|
:return: V1CreateModelMetricsResponse
|
|
494
494
|
If the method is called asynchronously,
|
|
@@ -501,7 +501,7 @@ class AssistantsServiceApi(object):
|
|
|
501
501
|
(data) = self.assistants_service_create_model_metrics_with_http_info(body, model_id, **kwargs) # noqa: E501
|
|
502
502
|
return data
|
|
503
503
|
|
|
504
|
-
def assistants_service_create_model_metrics_with_http_info(self, body: '
|
|
504
|
+
def assistants_service_create_model_metrics_with_http_info(self, body: 'AssistantsServiceCreateModelMetricsBody', model_id: 'str', **kwargs) -> 'V1CreateModelMetricsResponse': # noqa: E501
|
|
505
505
|
"""assistants_service_create_model_metrics # noqa: E501
|
|
506
506
|
|
|
507
507
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -510,7 +510,7 @@ class AssistantsServiceApi(object):
|
|
|
510
510
|
>>> result = thread.get()
|
|
511
511
|
|
|
512
512
|
:param async_req bool
|
|
513
|
-
:param
|
|
513
|
+
:param AssistantsServiceCreateModelMetricsBody body: (required)
|
|
514
514
|
:param str model_id: (required)
|
|
515
515
|
:return: V1CreateModelMetricsResponse
|
|
516
516
|
If the method is called asynchronously,
|
|
@@ -797,7 +797,7 @@ class AssistantsServiceApi(object):
|
|
|
797
797
|
:param async_req bool
|
|
798
798
|
:param str assistant_id: (required)
|
|
799
799
|
:param str id: (required)
|
|
800
|
-
:param bool delete_data:
|
|
800
|
+
:param bool delete_data: Removes all data associated with the conversation
|
|
801
801
|
:return: V1DeleteConversationResponse
|
|
802
802
|
If the method is called asynchronously,
|
|
803
803
|
returns the request thread.
|
|
@@ -820,7 +820,7 @@ class AssistantsServiceApi(object):
|
|
|
820
820
|
:param async_req bool
|
|
821
821
|
:param str assistant_id: (required)
|
|
822
822
|
:param str id: (required)
|
|
823
|
-
:param bool delete_data:
|
|
823
|
+
:param bool delete_data: Removes all data associated with the conversation
|
|
824
824
|
:return: V1DeleteConversationResponse
|
|
825
825
|
If the method is called asynchronously,
|
|
826
826
|
returns the request thread.
|
|
@@ -900,7 +900,7 @@ class AssistantsServiceApi(object):
|
|
|
900
900
|
>>> result = thread.get()
|
|
901
901
|
|
|
902
902
|
:param async_req bool
|
|
903
|
-
:param str id: (required)
|
|
903
|
+
:param str id: Assistant ID (required)
|
|
904
904
|
:return: V1Assistant
|
|
905
905
|
If the method is called asynchronously,
|
|
906
906
|
returns the request thread.
|
|
@@ -921,7 +921,7 @@ class AssistantsServiceApi(object):
|
|
|
921
921
|
>>> result = thread.get()
|
|
922
922
|
|
|
923
923
|
:param async_req bool
|
|
924
|
-
:param str id: (required)
|
|
924
|
+
:param str id: Assistant ID (required)
|
|
925
925
|
:return: V1Assistant
|
|
926
926
|
If the method is called asynchronously,
|
|
927
927
|
returns the request thread.
|
|
@@ -993,7 +993,7 @@ class AssistantsServiceApi(object):
|
|
|
993
993
|
>>> result = thread.get()
|
|
994
994
|
|
|
995
995
|
:param async_req bool
|
|
996
|
-
:param str id: (required)
|
|
996
|
+
:param str id: Assistant ID (required)
|
|
997
997
|
:return: V1AssistantKnowledgeStatus
|
|
998
998
|
If the method is called asynchronously,
|
|
999
999
|
returns the request thread.
|
|
@@ -1014,7 +1014,7 @@ class AssistantsServiceApi(object):
|
|
|
1014
1014
|
>>> result = thread.get()
|
|
1015
1015
|
|
|
1016
1016
|
:param async_req bool
|
|
1017
|
-
:param str id: (required)
|
|
1017
|
+
:param str id: Assistant ID (required)
|
|
1018
1018
|
:return: V1AssistantKnowledgeStatus
|
|
1019
1019
|
If the method is called asynchronously,
|
|
1020
1020
|
returns the request thread.
|
|
@@ -1886,14 +1886,14 @@ class AssistantsServiceApi(object):
|
|
|
1886
1886
|
>>> result = thread.get()
|
|
1887
1887
|
|
|
1888
1888
|
:param async_req bool
|
|
1889
|
-
:param str org_id:
|
|
1890
|
-
:param str project_id:
|
|
1891
|
-
:param str cloudspace_id:
|
|
1892
|
-
:param bool published:
|
|
1893
|
-
:param str internal_name:
|
|
1894
|
-
:param str user_id:
|
|
1895
|
-
:param bool cloudy_compatible:
|
|
1896
|
-
:param bool model_assistants_only:
|
|
1889
|
+
:param str org_id: Filter by org
|
|
1890
|
+
:param str project_id: Filter by project
|
|
1891
|
+
:param str cloudspace_id: Filter by cloudspace
|
|
1892
|
+
:param bool published: Filter by public
|
|
1893
|
+
:param str internal_name: Filter by internal assistant name
|
|
1894
|
+
:param str user_id: Filter by user
|
|
1895
|
+
:param bool cloudy_compatible: Filter by cloudy compatibility
|
|
1896
|
+
:param bool model_assistants_only: get only assistants that are used as models, not regular assistants
|
|
1897
1897
|
:return: V1ListAssistantsResponse
|
|
1898
1898
|
If the method is called asynchronously,
|
|
1899
1899
|
returns the request thread.
|
|
@@ -1914,14 +1914,14 @@ class AssistantsServiceApi(object):
|
|
|
1914
1914
|
>>> result = thread.get()
|
|
1915
1915
|
|
|
1916
1916
|
:param async_req bool
|
|
1917
|
-
:param str org_id:
|
|
1918
|
-
:param str project_id:
|
|
1919
|
-
:param str cloudspace_id:
|
|
1920
|
-
:param bool published:
|
|
1921
|
-
:param str internal_name:
|
|
1922
|
-
:param str user_id:
|
|
1923
|
-
:param bool cloudy_compatible:
|
|
1924
|
-
:param bool model_assistants_only:
|
|
1917
|
+
:param str org_id: Filter by org
|
|
1918
|
+
:param str project_id: Filter by project
|
|
1919
|
+
:param str cloudspace_id: Filter by cloudspace
|
|
1920
|
+
:param bool published: Filter by public
|
|
1921
|
+
:param str internal_name: Filter by internal assistant name
|
|
1922
|
+
:param str user_id: Filter by user
|
|
1923
|
+
:param bool cloudy_compatible: Filter by cloudy compatibility
|
|
1924
|
+
:param bool model_assistants_only: get only assistants that are used as models, not regular assistants
|
|
1925
1925
|
:return: V1ListAssistantsResponse
|
|
1926
1926
|
If the method is called asynchronously,
|
|
1927
1927
|
returns the request thread.
|
|
@@ -2122,7 +2122,7 @@ class AssistantsServiceApi(object):
|
|
|
2122
2122
|
:param async_req bool
|
|
2123
2123
|
:param str assistant_id: (required)
|
|
2124
2124
|
:param str page_token:
|
|
2125
|
-
:param bool filter_internal:
|
|
2125
|
+
:param bool filter_internal: Filter internal conversations
|
|
2126
2126
|
:return: V1ListConversationsResponse
|
|
2127
2127
|
If the method is called asynchronously,
|
|
2128
2128
|
returns the request thread.
|
|
@@ -2145,7 +2145,7 @@ class AssistantsServiceApi(object):
|
|
|
2145
2145
|
:param async_req bool
|
|
2146
2146
|
:param str assistant_id: (required)
|
|
2147
2147
|
:param str page_token:
|
|
2148
|
-
:param bool filter_internal:
|
|
2148
|
+
:param bool filter_internal: Filter internal conversations
|
|
2149
2149
|
:return: V1ListConversationsResponse
|
|
2150
2150
|
If the method is called asynchronously,
|
|
2151
2151
|
returns the request thread.
|
|
@@ -2301,7 +2301,7 @@ class AssistantsServiceApi(object):
|
|
|
2301
2301
|
_request_timeout=params.get('_request_timeout'),
|
|
2302
2302
|
collection_formats=collection_formats)
|
|
2303
2303
|
|
|
2304
|
-
def assistants_service_start_conversation(self, body: '
|
|
2304
|
+
def assistants_service_start_conversation(self, body: 'AssistantsServiceStartConversationBody', assistant_id: 'str', **kwargs) -> 'StreamResultOfV1ConversationResponseChunk': # noqa: E501
|
|
2305
2305
|
"""assistants_service_start_conversation # noqa: E501
|
|
2306
2306
|
|
|
2307
2307
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2310,7 +2310,7 @@ class AssistantsServiceApi(object):
|
|
|
2310
2310
|
>>> result = thread.get()
|
|
2311
2311
|
|
|
2312
2312
|
:param async_req bool
|
|
2313
|
-
:param
|
|
2313
|
+
:param AssistantsServiceStartConversationBody body: (required)
|
|
2314
2314
|
:param str assistant_id: (required)
|
|
2315
2315
|
:return: StreamResultOfV1ConversationResponseChunk
|
|
2316
2316
|
If the method is called asynchronously,
|
|
@@ -2323,7 +2323,7 @@ class AssistantsServiceApi(object):
|
|
|
2323
2323
|
(data) = self.assistants_service_start_conversation_with_http_info(body, assistant_id, **kwargs) # noqa: E501
|
|
2324
2324
|
return data
|
|
2325
2325
|
|
|
2326
|
-
def assistants_service_start_conversation_with_http_info(self, body: '
|
|
2326
|
+
def assistants_service_start_conversation_with_http_info(self, body: 'AssistantsServiceStartConversationBody', assistant_id: 'str', **kwargs) -> 'StreamResultOfV1ConversationResponseChunk': # noqa: E501
|
|
2327
2327
|
"""assistants_service_start_conversation # noqa: E501
|
|
2328
2328
|
|
|
2329
2329
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2332,7 +2332,7 @@ class AssistantsServiceApi(object):
|
|
|
2332
2332
|
>>> result = thread.get()
|
|
2333
2333
|
|
|
2334
2334
|
:param async_req bool
|
|
2335
|
-
:param
|
|
2335
|
+
:param AssistantsServiceStartConversationBody body: (required)
|
|
2336
2336
|
:param str assistant_id: (required)
|
|
2337
2337
|
:return: StreamResultOfV1ConversationResponseChunk
|
|
2338
2338
|
If the method is called asynchronously,
|
|
@@ -2406,7 +2406,7 @@ class AssistantsServiceApi(object):
|
|
|
2406
2406
|
_request_timeout=params.get('_request_timeout'),
|
|
2407
2407
|
collection_formats=collection_formats)
|
|
2408
2408
|
|
|
2409
|
-
def assistants_service_update_assistant(self, body: '
|
|
2409
|
+
def assistants_service_update_assistant(self, body: 'AssistantsServiceUpdateAssistantBody', project_id: 'str', id: 'str', **kwargs) -> 'V1Assistant': # noqa: E501
|
|
2410
2410
|
"""assistants_service_update_assistant # noqa: E501
|
|
2411
2411
|
|
|
2412
2412
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2415,7 +2415,7 @@ class AssistantsServiceApi(object):
|
|
|
2415
2415
|
>>> result = thread.get()
|
|
2416
2416
|
|
|
2417
2417
|
:param async_req bool
|
|
2418
|
-
:param
|
|
2418
|
+
:param AssistantsServiceUpdateAssistantBody body: (required)
|
|
2419
2419
|
:param str project_id: (required)
|
|
2420
2420
|
:param str id: (required)
|
|
2421
2421
|
:return: V1Assistant
|
|
@@ -2429,7 +2429,7 @@ class AssistantsServiceApi(object):
|
|
|
2429
2429
|
(data) = self.assistants_service_update_assistant_with_http_info(body, project_id, id, **kwargs) # noqa: E501
|
|
2430
2430
|
return data
|
|
2431
2431
|
|
|
2432
|
-
def assistants_service_update_assistant_with_http_info(self, body: '
|
|
2432
|
+
def assistants_service_update_assistant_with_http_info(self, body: 'AssistantsServiceUpdateAssistantBody', project_id: 'str', id: 'str', **kwargs) -> 'V1Assistant': # noqa: E501
|
|
2433
2433
|
"""assistants_service_update_assistant # noqa: E501
|
|
2434
2434
|
|
|
2435
2435
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2438,7 +2438,7 @@ class AssistantsServiceApi(object):
|
|
|
2438
2438
|
>>> result = thread.get()
|
|
2439
2439
|
|
|
2440
2440
|
:param async_req bool
|
|
2441
|
-
:param
|
|
2441
|
+
:param AssistantsServiceUpdateAssistantBody body: (required)
|
|
2442
2442
|
:param str project_id: (required)
|
|
2443
2443
|
:param str id: (required)
|
|
2444
2444
|
:return: V1Assistant
|
|
@@ -2519,7 +2519,7 @@ class AssistantsServiceApi(object):
|
|
|
2519
2519
|
_request_timeout=params.get('_request_timeout'),
|
|
2520
2520
|
collection_formats=collection_formats)
|
|
2521
2521
|
|
|
2522
|
-
def assistants_service_update_assistant_managed_endpoint(self, body: '
|
|
2522
|
+
def assistants_service_update_assistant_managed_endpoint(self, body: 'AssistantsServiceUpdateAssistantManagedEndpointBody', project_id: 'str', id: 'str', **kwargs) -> 'V1ManagedEndpoint': # noqa: E501
|
|
2523
2523
|
"""assistants_service_update_assistant_managed_endpoint # noqa: E501
|
|
2524
2524
|
|
|
2525
2525
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2528,7 +2528,7 @@ class AssistantsServiceApi(object):
|
|
|
2528
2528
|
>>> result = thread.get()
|
|
2529
2529
|
|
|
2530
2530
|
:param async_req bool
|
|
2531
|
-
:param
|
|
2531
|
+
:param AssistantsServiceUpdateAssistantManagedEndpointBody body: (required)
|
|
2532
2532
|
:param str project_id: (required)
|
|
2533
2533
|
:param str id: (required)
|
|
2534
2534
|
:return: V1ManagedEndpoint
|
|
@@ -2542,7 +2542,7 @@ class AssistantsServiceApi(object):
|
|
|
2542
2542
|
(data) = self.assistants_service_update_assistant_managed_endpoint_with_http_info(body, project_id, id, **kwargs) # noqa: E501
|
|
2543
2543
|
return data
|
|
2544
2544
|
|
|
2545
|
-
def assistants_service_update_assistant_managed_endpoint_with_http_info(self, body: '
|
|
2545
|
+
def assistants_service_update_assistant_managed_endpoint_with_http_info(self, body: 'AssistantsServiceUpdateAssistantManagedEndpointBody', project_id: 'str', id: 'str', **kwargs) -> 'V1ManagedEndpoint': # noqa: E501
|
|
2546
2546
|
"""assistants_service_update_assistant_managed_endpoint # noqa: E501
|
|
2547
2547
|
|
|
2548
2548
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2551,7 +2551,7 @@ class AssistantsServiceApi(object):
|
|
|
2551
2551
|
>>> result = thread.get()
|
|
2552
2552
|
|
|
2553
2553
|
:param async_req bool
|
|
2554
|
-
:param
|
|
2554
|
+
:param AssistantsServiceUpdateAssistantManagedEndpointBody body: (required)
|
|
2555
2555
|
:param str project_id: (required)
|
|
2556
2556
|
:param str id: (required)
|
|
2557
2557
|
:return: V1ManagedEndpoint
|
|
@@ -2632,7 +2632,7 @@ class AssistantsServiceApi(object):
|
|
|
2632
2632
|
_request_timeout=params.get('_request_timeout'),
|
|
2633
2633
|
collection_formats=collection_formats)
|
|
2634
2634
|
|
|
2635
|
-
def assistants_service_update_assistant_managed_endpoint_model(self, body: '
|
|
2635
|
+
def assistants_service_update_assistant_managed_endpoint_model(self, body: 'AssistantsServiceUpdateAssistantManagedEndpointModelBody', project_id: 'str', managed_endpoint_id: 'str', id: 'str', **kwargs) -> 'V1ManagedModel': # noqa: E501
|
|
2636
2636
|
"""assistants_service_update_assistant_managed_endpoint_model # noqa: E501
|
|
2637
2637
|
|
|
2638
2638
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2641,7 +2641,7 @@ class AssistantsServiceApi(object):
|
|
|
2641
2641
|
>>> result = thread.get()
|
|
2642
2642
|
|
|
2643
2643
|
:param async_req bool
|
|
2644
|
-
:param
|
|
2644
|
+
:param AssistantsServiceUpdateAssistantManagedEndpointModelBody body: (required)
|
|
2645
2645
|
:param str project_id: (required)
|
|
2646
2646
|
:param str managed_endpoint_id: (required)
|
|
2647
2647
|
:param str id: (required)
|
|
@@ -2656,7 +2656,7 @@ class AssistantsServiceApi(object):
|
|
|
2656
2656
|
(data) = self.assistants_service_update_assistant_managed_endpoint_model_with_http_info(body, project_id, managed_endpoint_id, id, **kwargs) # noqa: E501
|
|
2657
2657
|
return data
|
|
2658
2658
|
|
|
2659
|
-
def assistants_service_update_assistant_managed_endpoint_model_with_http_info(self, body: '
|
|
2659
|
+
def assistants_service_update_assistant_managed_endpoint_model_with_http_info(self, body: 'AssistantsServiceUpdateAssistantManagedEndpointModelBody', project_id: 'str', managed_endpoint_id: 'str', id: 'str', **kwargs) -> 'V1ManagedModel': # noqa: E501
|
|
2660
2660
|
"""assistants_service_update_assistant_managed_endpoint_model # noqa: E501
|
|
2661
2661
|
|
|
2662
2662
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2665,7 +2665,7 @@ class AssistantsServiceApi(object):
|
|
|
2665
2665
|
>>> result = thread.get()
|
|
2666
2666
|
|
|
2667
2667
|
:param async_req bool
|
|
2668
|
-
:param
|
|
2668
|
+
:param AssistantsServiceUpdateAssistantManagedEndpointModelBody body: (required)
|
|
2669
2669
|
:param str project_id: (required)
|
|
2670
2670
|
:param str managed_endpoint_id: (required)
|
|
2671
2671
|
:param str id: (required)
|
|
@@ -2753,7 +2753,7 @@ class AssistantsServiceApi(object):
|
|
|
2753
2753
|
_request_timeout=params.get('_request_timeout'),
|
|
2754
2754
|
collection_formats=collection_formats)
|
|
2755
2755
|
|
|
2756
|
-
def assistants_service_update_conversation(self, body: '
|
|
2756
|
+
def assistants_service_update_conversation(self, body: 'AssistantsServiceUpdateConversationBody', assistant_id: 'str', id: 'str', **kwargs) -> 'V1Conversation': # noqa: E501
|
|
2757
2757
|
"""assistants_service_update_conversation # noqa: E501
|
|
2758
2758
|
|
|
2759
2759
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2762,7 +2762,7 @@ class AssistantsServiceApi(object):
|
|
|
2762
2762
|
>>> result = thread.get()
|
|
2763
2763
|
|
|
2764
2764
|
:param async_req bool
|
|
2765
|
-
:param
|
|
2765
|
+
:param AssistantsServiceUpdateConversationBody body: (required)
|
|
2766
2766
|
:param str assistant_id: (required)
|
|
2767
2767
|
:param str id: (required)
|
|
2768
2768
|
:return: V1Conversation
|
|
@@ -2776,7 +2776,7 @@ class AssistantsServiceApi(object):
|
|
|
2776
2776
|
(data) = self.assistants_service_update_conversation_with_http_info(body, assistant_id, id, **kwargs) # noqa: E501
|
|
2777
2777
|
return data
|
|
2778
2778
|
|
|
2779
|
-
def assistants_service_update_conversation_with_http_info(self, body: '
|
|
2779
|
+
def assistants_service_update_conversation_with_http_info(self, body: 'AssistantsServiceUpdateConversationBody', assistant_id: 'str', id: 'str', **kwargs) -> 'V1Conversation': # noqa: E501
|
|
2780
2780
|
"""assistants_service_update_conversation # noqa: E501
|
|
2781
2781
|
|
|
2782
2782
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2785,7 +2785,7 @@ class AssistantsServiceApi(object):
|
|
|
2785
2785
|
>>> result = thread.get()
|
|
2786
2786
|
|
|
2787
2787
|
:param async_req bool
|
|
2788
|
-
:param
|
|
2788
|
+
:param AssistantsServiceUpdateConversationBody body: (required)
|
|
2789
2789
|
:param str assistant_id: (required)
|
|
2790
2790
|
:param str id: (required)
|
|
2791
2791
|
:return: V1Conversation
|
|
@@ -2866,7 +2866,7 @@ class AssistantsServiceApi(object):
|
|
|
2866
2866
|
_request_timeout=params.get('_request_timeout'),
|
|
2867
2867
|
collection_formats=collection_formats)
|
|
2868
2868
|
|
|
2869
|
-
def assistants_service_update_conversation_like(self, body: '
|
|
2869
|
+
def assistants_service_update_conversation_like(self, body: 'AssistantsServiceUpdateConversationLikeBody', project_id: 'str', assistant_id: 'str', id: 'str', **kwargs) -> 'V1UpdateConversationLikeResponse': # noqa: E501
|
|
2870
2870
|
"""assistants_service_update_conversation_like # noqa: E501
|
|
2871
2871
|
|
|
2872
2872
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2875,10 +2875,10 @@ class AssistantsServiceApi(object):
|
|
|
2875
2875
|
>>> result = thread.get()
|
|
2876
2876
|
|
|
2877
2877
|
:param async_req bool
|
|
2878
|
-
:param
|
|
2879
|
-
:param str project_id: (required)
|
|
2880
|
-
:param str assistant_id: (required)
|
|
2881
|
-
:param str id: (required)
|
|
2878
|
+
:param AssistantsServiceUpdateConversationLikeBody body: (required)
|
|
2879
|
+
:param str project_id: The project id of the message (required)
|
|
2880
|
+
:param str assistant_id: The ID of the assistant (required)
|
|
2881
|
+
:param str id: The ID of the conversation (required)
|
|
2882
2882
|
:return: V1UpdateConversationLikeResponse
|
|
2883
2883
|
If the method is called asynchronously,
|
|
2884
2884
|
returns the request thread.
|
|
@@ -2890,7 +2890,7 @@ class AssistantsServiceApi(object):
|
|
|
2890
2890
|
(data) = self.assistants_service_update_conversation_like_with_http_info(body, project_id, assistant_id, id, **kwargs) # noqa: E501
|
|
2891
2891
|
return data
|
|
2892
2892
|
|
|
2893
|
-
def assistants_service_update_conversation_like_with_http_info(self, body: '
|
|
2893
|
+
def assistants_service_update_conversation_like_with_http_info(self, body: 'AssistantsServiceUpdateConversationLikeBody', project_id: 'str', assistant_id: 'str', id: 'str', **kwargs) -> 'V1UpdateConversationLikeResponse': # noqa: E501
|
|
2894
2894
|
"""assistants_service_update_conversation_like # noqa: E501
|
|
2895
2895
|
|
|
2896
2896
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2899,10 +2899,10 @@ class AssistantsServiceApi(object):
|
|
|
2899
2899
|
>>> result = thread.get()
|
|
2900
2900
|
|
|
2901
2901
|
:param async_req bool
|
|
2902
|
-
:param
|
|
2903
|
-
:param str project_id: (required)
|
|
2904
|
-
:param str assistant_id: (required)
|
|
2905
|
-
:param str id: (required)
|
|
2902
|
+
:param AssistantsServiceUpdateConversationLikeBody body: (required)
|
|
2903
|
+
:param str project_id: The project id of the message (required)
|
|
2904
|
+
:param str assistant_id: The ID of the assistant (required)
|
|
2905
|
+
:param str id: The ID of the conversation (required)
|
|
2906
2906
|
:return: V1UpdateConversationLikeResponse
|
|
2907
2907
|
If the method is called asynchronously,
|
|
2908
2908
|
returns the request thread.
|
|
@@ -2987,7 +2987,7 @@ class AssistantsServiceApi(object):
|
|
|
2987
2987
|
_request_timeout=params.get('_request_timeout'),
|
|
2988
2988
|
collection_formats=collection_formats)
|
|
2989
2989
|
|
|
2990
|
-
def assistants_service_update_conversation_message_content(self, body: '
|
|
2990
|
+
def assistants_service_update_conversation_message_content(self, body: 'AssistantsServiceUpdateConversationMessageContentBody', project_id: 'str', assistant_id: 'str', conversation_id: 'str', id: 'str', **kwargs) -> 'V1UpdateConversationMessageContentResponse': # noqa: E501
|
|
2991
2991
|
"""assistants_service_update_conversation_message_content # noqa: E501
|
|
2992
2992
|
|
|
2993
2993
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -2996,11 +2996,11 @@ class AssistantsServiceApi(object):
|
|
|
2996
2996
|
>>> result = thread.get()
|
|
2997
2997
|
|
|
2998
2998
|
:param async_req bool
|
|
2999
|
-
:param
|
|
3000
|
-
:param str project_id: (required)
|
|
3001
|
-
:param str assistant_id: (required)
|
|
3002
|
-
:param str conversation_id: (required)
|
|
3003
|
-
:param str id: (required)
|
|
2999
|
+
:param AssistantsServiceUpdateConversationMessageContentBody body: (required)
|
|
3000
|
+
:param str project_id: The project id of the message (required)
|
|
3001
|
+
:param str assistant_id: The ID of the assistant (required)
|
|
3002
|
+
:param str conversation_id: The ID of the conversation (required)
|
|
3003
|
+
:param str id: The ID of the message (required)
|
|
3004
3004
|
:return: V1UpdateConversationMessageContentResponse
|
|
3005
3005
|
If the method is called asynchronously,
|
|
3006
3006
|
returns the request thread.
|
|
@@ -3012,7 +3012,7 @@ class AssistantsServiceApi(object):
|
|
|
3012
3012
|
(data) = self.assistants_service_update_conversation_message_content_with_http_info(body, project_id, assistant_id, conversation_id, id, **kwargs) # noqa: E501
|
|
3013
3013
|
return data
|
|
3014
3014
|
|
|
3015
|
-
def assistants_service_update_conversation_message_content_with_http_info(self, body: '
|
|
3015
|
+
def assistants_service_update_conversation_message_content_with_http_info(self, body: 'AssistantsServiceUpdateConversationMessageContentBody', project_id: 'str', assistant_id: 'str', conversation_id: 'str', id: 'str', **kwargs) -> 'V1UpdateConversationMessageContentResponse': # noqa: E501
|
|
3016
3016
|
"""assistants_service_update_conversation_message_content # noqa: E501
|
|
3017
3017
|
|
|
3018
3018
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -3021,11 +3021,11 @@ class AssistantsServiceApi(object):
|
|
|
3021
3021
|
>>> result = thread.get()
|
|
3022
3022
|
|
|
3023
3023
|
:param async_req bool
|
|
3024
|
-
:param
|
|
3025
|
-
:param str project_id: (required)
|
|
3026
|
-
:param str assistant_id: (required)
|
|
3027
|
-
:param str conversation_id: (required)
|
|
3028
|
-
:param str id: (required)
|
|
3024
|
+
:param AssistantsServiceUpdateConversationMessageContentBody body: (required)
|
|
3025
|
+
:param str project_id: The project id of the message (required)
|
|
3026
|
+
:param str assistant_id: The ID of the assistant (required)
|
|
3027
|
+
:param str conversation_id: The ID of the conversation (required)
|
|
3028
|
+
:param str id: The ID of the message (required)
|
|
3029
3029
|
:return: V1UpdateConversationMessageContentResponse
|
|
3030
3030
|
If the method is called asynchronously,
|
|
3031
3031
|
returns the request thread.
|
|
@@ -3116,7 +3116,7 @@ class AssistantsServiceApi(object):
|
|
|
3116
3116
|
_request_timeout=params.get('_request_timeout'),
|
|
3117
3117
|
collection_formats=collection_formats)
|
|
3118
3118
|
|
|
3119
|
-
def assistants_service_update_conversation_message_like(self, body: '
|
|
3119
|
+
def assistants_service_update_conversation_message_like(self, body: 'AssistantsServiceUpdateConversationMessageLikeBody', project_id: 'str', assistant_id: 'str', conversation_id: 'str', id: 'str', **kwargs) -> 'V1UpdateConversationMessageLikeResponse': # noqa: E501
|
|
3120
3120
|
"""assistants_service_update_conversation_message_like # noqa: E501
|
|
3121
3121
|
|
|
3122
3122
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -3125,11 +3125,11 @@ class AssistantsServiceApi(object):
|
|
|
3125
3125
|
>>> result = thread.get()
|
|
3126
3126
|
|
|
3127
3127
|
:param async_req bool
|
|
3128
|
-
:param
|
|
3129
|
-
:param str project_id: (required)
|
|
3130
|
-
:param str assistant_id: (required)
|
|
3131
|
-
:param str conversation_id: (required)
|
|
3132
|
-
:param str id: (required)
|
|
3128
|
+
:param AssistantsServiceUpdateConversationMessageLikeBody body: (required)
|
|
3129
|
+
:param str project_id: The project id of the message (required)
|
|
3130
|
+
:param str assistant_id: The ID of the assistant (required)
|
|
3131
|
+
:param str conversation_id: The ID of the conversation (required)
|
|
3132
|
+
:param str id: The ID of the message (required)
|
|
3133
3133
|
:return: V1UpdateConversationMessageLikeResponse
|
|
3134
3134
|
If the method is called asynchronously,
|
|
3135
3135
|
returns the request thread.
|
|
@@ -3141,7 +3141,7 @@ class AssistantsServiceApi(object):
|
|
|
3141
3141
|
(data) = self.assistants_service_update_conversation_message_like_with_http_info(body, project_id, assistant_id, conversation_id, id, **kwargs) # noqa: E501
|
|
3142
3142
|
return data
|
|
3143
3143
|
|
|
3144
|
-
def assistants_service_update_conversation_message_like_with_http_info(self, body: '
|
|
3144
|
+
def assistants_service_update_conversation_message_like_with_http_info(self, body: 'AssistantsServiceUpdateConversationMessageLikeBody', project_id: 'str', assistant_id: 'str', conversation_id: 'str', id: 'str', **kwargs) -> 'V1UpdateConversationMessageLikeResponse': # noqa: E501
|
|
3145
3145
|
"""assistants_service_update_conversation_message_like # noqa: E501
|
|
3146
3146
|
|
|
3147
3147
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -3150,11 +3150,11 @@ class AssistantsServiceApi(object):
|
|
|
3150
3150
|
>>> result = thread.get()
|
|
3151
3151
|
|
|
3152
3152
|
:param async_req bool
|
|
3153
|
-
:param
|
|
3154
|
-
:param str project_id: (required)
|
|
3155
|
-
:param str assistant_id: (required)
|
|
3156
|
-
:param str conversation_id: (required)
|
|
3157
|
-
:param str id: (required)
|
|
3153
|
+
:param AssistantsServiceUpdateConversationMessageLikeBody body: (required)
|
|
3154
|
+
:param str project_id: The project id of the message (required)
|
|
3155
|
+
:param str assistant_id: The ID of the assistant (required)
|
|
3156
|
+
:param str conversation_id: The ID of the conversation (required)
|
|
3157
|
+
:param str id: The ID of the message (required)
|
|
3158
3158
|
:return: V1UpdateConversationMessageLikeResponse
|
|
3159
3159
|
If the method is called asynchronously,
|
|
3160
3160
|
returns the request thread.
|
|
@@ -3342,7 +3342,7 @@ class AssistantsServiceApi(object):
|
|
|
3342
3342
|
_request_timeout=params.get('_request_timeout'),
|
|
3343
3343
|
collection_formats=collection_formats)
|
|
3344
3344
|
|
|
3345
|
-
def assistants_service_validate_assistant_status(self, body: '
|
|
3345
|
+
def assistants_service_validate_assistant_status(self, body: 'AssistantsServiceValidateAssistantStatusBody', id: 'str', **kwargs) -> 'V1ValidateAssistantStatusResponse': # noqa: E501
|
|
3346
3346
|
"""ValidateAssistantStatus validates the status of the assistant This is used to check if the assistant is online and ready to be used or not # noqa: E501
|
|
3347
3347
|
|
|
3348
3348
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -3351,7 +3351,7 @@ class AssistantsServiceApi(object):
|
|
|
3351
3351
|
>>> result = thread.get()
|
|
3352
3352
|
|
|
3353
3353
|
:param async_req bool
|
|
3354
|
-
:param
|
|
3354
|
+
:param AssistantsServiceValidateAssistantStatusBody body: (required)
|
|
3355
3355
|
:param str id: (required)
|
|
3356
3356
|
:return: V1ValidateAssistantStatusResponse
|
|
3357
3357
|
If the method is called asynchronously,
|
|
@@ -3364,7 +3364,7 @@ class AssistantsServiceApi(object):
|
|
|
3364
3364
|
(data) = self.assistants_service_validate_assistant_status_with_http_info(body, id, **kwargs) # noqa: E501
|
|
3365
3365
|
return data
|
|
3366
3366
|
|
|
3367
|
-
def assistants_service_validate_assistant_status_with_http_info(self, body: '
|
|
3367
|
+
def assistants_service_validate_assistant_status_with_http_info(self, body: 'AssistantsServiceValidateAssistantStatusBody', id: 'str', **kwargs) -> 'V1ValidateAssistantStatusResponse': # noqa: E501
|
|
3368
3368
|
"""ValidateAssistantStatus validates the status of the assistant This is used to check if the assistant is online and ready to be used or not # noqa: E501
|
|
3369
3369
|
|
|
3370
3370
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -3373,7 +3373,7 @@ class AssistantsServiceApi(object):
|
|
|
3373
3373
|
>>> result = thread.get()
|
|
3374
3374
|
|
|
3375
3375
|
:param async_req bool
|
|
3376
|
-
:param
|
|
3376
|
+
:param AssistantsServiceValidateAssistantStatusBody body: (required)
|
|
3377
3377
|
:param str id: (required)
|
|
3378
3378
|
:return: V1ValidateAssistantStatusResponse
|
|
3379
3379
|
If the method is called asynchronously,
|
|
@@ -3447,7 +3447,7 @@ class AssistantsServiceApi(object):
|
|
|
3447
3447
|
_request_timeout=params.get('_request_timeout'),
|
|
3448
3448
|
collection_formats=collection_formats)
|
|
3449
3449
|
|
|
3450
|
-
def assistants_service_validate_managed_model(self, body: '
|
|
3450
|
+
def assistants_service_validate_managed_model(self, body: 'AssistantsServiceValidateManagedModelBody', project_id: 'str', id: 'str', model_id: 'str', **kwargs) -> 'V1ValidateManagedModelResponse': # noqa: E501
|
|
3451
3451
|
"""assistants_service_validate_managed_model # noqa: E501
|
|
3452
3452
|
|
|
3453
3453
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -3456,7 +3456,7 @@ class AssistantsServiceApi(object):
|
|
|
3456
3456
|
>>> result = thread.get()
|
|
3457
3457
|
|
|
3458
3458
|
:param async_req bool
|
|
3459
|
-
:param
|
|
3459
|
+
:param AssistantsServiceValidateManagedModelBody body: (required)
|
|
3460
3460
|
:param str project_id: (required)
|
|
3461
3461
|
:param str id: (required)
|
|
3462
3462
|
:param str model_id: (required)
|
|
@@ -3471,7 +3471,7 @@ class AssistantsServiceApi(object):
|
|
|
3471
3471
|
(data) = self.assistants_service_validate_managed_model_with_http_info(body, project_id, id, model_id, **kwargs) # noqa: E501
|
|
3472
3472
|
return data
|
|
3473
3473
|
|
|
3474
|
-
def assistants_service_validate_managed_model_with_http_info(self, body: '
|
|
3474
|
+
def assistants_service_validate_managed_model_with_http_info(self, body: 'AssistantsServiceValidateManagedModelBody', project_id: 'str', id: 'str', model_id: 'str', **kwargs) -> 'V1ValidateManagedModelResponse': # noqa: E501
|
|
3475
3475
|
"""assistants_service_validate_managed_model # noqa: E501
|
|
3476
3476
|
|
|
3477
3477
|
This method makes a synchronous HTTP request by default. To make an
|
|
@@ -3480,7 +3480,7 @@ class AssistantsServiceApi(object):
|
|
|
3480
3480
|
>>> result = thread.get()
|
|
3481
3481
|
|
|
3482
3482
|
:param async_req bool
|
|
3483
|
-
:param
|
|
3483
|
+
:param AssistantsServiceValidateManagedModelBody body: (required)
|
|
3484
3484
|
:param str project_id: (required)
|
|
3485
3485
|
:param str id: (required)
|
|
3486
3486
|
:param str model_id: (required)
|