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