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
|
@@ -74,6 +74,7 @@ class V1SlurmV1(object):
|
|
|
74
74
|
def login_node_ip(self) -> 'str':
|
|
75
75
|
"""Gets the login_node_ip of this V1SlurmV1. # noqa: E501
|
|
76
76
|
|
|
77
|
+
Where login node is located, this is used for the SSH proxy. Login node must have controlplane's public SSH key installed. # noqa: E501
|
|
77
78
|
|
|
78
79
|
:return: The login_node_ip of this V1SlurmV1. # noqa: E501
|
|
79
80
|
:rtype: str
|
|
@@ -84,6 +85,7 @@ class V1SlurmV1(object):
|
|
|
84
85
|
def login_node_ip(self, login_node_ip: 'str'):
|
|
85
86
|
"""Sets the login_node_ip of this V1SlurmV1.
|
|
86
87
|
|
|
88
|
+
Where login node is located, this is used for the SSH proxy. Login node must have controlplane's public SSH key installed. # noqa: E501
|
|
87
89
|
|
|
88
90
|
:param login_node_ip: The login_node_ip of this V1SlurmV1. # noqa: E501
|
|
89
91
|
:type: str
|
|
@@ -137,6 +139,7 @@ class V1SlurmV1(object):
|
|
|
137
139
|
def work_dir(self) -> 'str':
|
|
138
140
|
"""Gets the work_dir of this V1SlurmV1. # noqa: E501
|
|
139
141
|
|
|
142
|
+
Where the slurm work dir is located. This should be a shared filesystem (when in a cluster) between the head node and the compute nodes. # noqa: E501
|
|
140
143
|
|
|
141
144
|
:return: The work_dir of this V1SlurmV1. # noqa: E501
|
|
142
145
|
:rtype: str
|
|
@@ -147,6 +150,7 @@ class V1SlurmV1(object):
|
|
|
147
150
|
def work_dir(self, work_dir: 'str'):
|
|
148
151
|
"""Sets the work_dir of this V1SlurmV1.
|
|
149
152
|
|
|
153
|
+
Where the slurm work dir is located. This should be a shared filesystem (when in a cluster) between the head node and the compute nodes. # noqa: E501
|
|
150
154
|
|
|
151
155
|
:param work_dir: The work_dir of this V1SlurmV1. # noqa: E501
|
|
152
156
|
:type: str
|
|
@@ -142,6 +142,7 @@ class V1SlurmV1Status(object):
|
|
|
142
142
|
def ssh_username(self) -> 'str':
|
|
143
143
|
"""Gets the ssh_username of this V1SlurmV1Status. # noqa: E501
|
|
144
144
|
|
|
145
|
+
Username to use for SSH (i.e. s_<cluster ID>) # noqa: E501
|
|
145
146
|
|
|
146
147
|
:return: The ssh_username of this V1SlurmV1Status. # noqa: E501
|
|
147
148
|
:rtype: str
|
|
@@ -152,6 +153,7 @@ class V1SlurmV1Status(object):
|
|
|
152
153
|
def ssh_username(self, ssh_username: 'str'):
|
|
153
154
|
"""Sets the ssh_username of this V1SlurmV1Status.
|
|
154
155
|
|
|
156
|
+
Username to use for SSH (i.e. s_<cluster ID>) # noqa: E501
|
|
155
157
|
|
|
156
158
|
:param ssh_username: The ssh_username of this V1SlurmV1Status. # noqa: E501
|
|
157
159
|
:type: str
|
lightning_sdk/lightning_cloud/openapi/models/v1_update_deployment_alerting_events_bulk_response.py
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
external/v1/auth_service.proto
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: version not set
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
|
|
12
|
+
NOTE
|
|
13
|
+
----
|
|
14
|
+
standard swagger-codegen-cli for this python client has been modified
|
|
15
|
+
by custom templates. The purpose of these templates is to include
|
|
16
|
+
typing information in the API and Model code. Please refer to the
|
|
17
|
+
main grid repository for more info
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
import pprint
|
|
21
|
+
import re # noqa: F401
|
|
22
|
+
|
|
23
|
+
from typing import TYPE_CHECKING
|
|
24
|
+
|
|
25
|
+
import six
|
|
26
|
+
|
|
27
|
+
if TYPE_CHECKING:
|
|
28
|
+
from datetime import datetime
|
|
29
|
+
from lightning_sdk.lightning_cloud.openapi.models import *
|
|
30
|
+
|
|
31
|
+
class V1UpdateDeploymentAlertingEventsBulkResponse(object):
|
|
32
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
33
|
+
|
|
34
|
+
Do not edit the class manually.
|
|
35
|
+
"""
|
|
36
|
+
"""
|
|
37
|
+
Attributes:
|
|
38
|
+
swagger_types (dict): The key is attribute name
|
|
39
|
+
and the value is attribute type.
|
|
40
|
+
attribute_map (dict): The key is attribute name
|
|
41
|
+
and the value is json key in definition.
|
|
42
|
+
"""
|
|
43
|
+
swagger_types = {
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
attribute_map = {
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
def __init__(self): # noqa: E501
|
|
50
|
+
"""V1UpdateDeploymentAlertingEventsBulkResponse - a model defined in Swagger""" # noqa: E501
|
|
51
|
+
self.discriminator = None
|
|
52
|
+
|
|
53
|
+
def to_dict(self) -> dict:
|
|
54
|
+
"""Returns the model properties as a dict"""
|
|
55
|
+
result = {}
|
|
56
|
+
|
|
57
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
58
|
+
value = getattr(self, attr)
|
|
59
|
+
if isinstance(value, list):
|
|
60
|
+
result[attr] = list(map(
|
|
61
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
62
|
+
value
|
|
63
|
+
))
|
|
64
|
+
elif hasattr(value, "to_dict"):
|
|
65
|
+
result[attr] = value.to_dict()
|
|
66
|
+
elif isinstance(value, dict):
|
|
67
|
+
result[attr] = dict(map(
|
|
68
|
+
lambda item: (item[0], item[1].to_dict())
|
|
69
|
+
if hasattr(item[1], "to_dict") else item,
|
|
70
|
+
value.items()
|
|
71
|
+
))
|
|
72
|
+
else:
|
|
73
|
+
result[attr] = value
|
|
74
|
+
if issubclass(V1UpdateDeploymentAlertingEventsBulkResponse, dict):
|
|
75
|
+
for key, value in self.items():
|
|
76
|
+
result[key] = value
|
|
77
|
+
|
|
78
|
+
return result
|
|
79
|
+
|
|
80
|
+
def to_str(self) -> str:
|
|
81
|
+
"""Returns the string representation of the model"""
|
|
82
|
+
return pprint.pformat(self.to_dict())
|
|
83
|
+
|
|
84
|
+
def __repr__(self) -> str:
|
|
85
|
+
"""For `print` and `pprint`"""
|
|
86
|
+
return self.to_str()
|
|
87
|
+
|
|
88
|
+
def __eq__(self, other: 'V1UpdateDeploymentAlertingEventsBulkResponse') -> bool:
|
|
89
|
+
"""Returns true if both objects are equal"""
|
|
90
|
+
if not isinstance(other, V1UpdateDeploymentAlertingEventsBulkResponse):
|
|
91
|
+
return False
|
|
92
|
+
|
|
93
|
+
return self.__dict__ == other.__dict__
|
|
94
|
+
|
|
95
|
+
def __ne__(self, other: 'V1UpdateDeploymentAlertingEventsBulkResponse') -> bool:
|
|
96
|
+
"""Returns true if both objects are not equal"""
|
|
97
|
+
return not self == other
|
|
@@ -215,6 +215,7 @@ class V1UpdateUserRequest(object):
|
|
|
215
215
|
def allow_credits_auto_replenish(self) -> 'bool':
|
|
216
216
|
"""Gets the allow_credits_auto_replenish of this V1UpdateUserRequest. # noqa: E501
|
|
217
217
|
|
|
218
|
+
If true, credits will be auto-replenished from the credit card on file. # noqa: E501
|
|
218
219
|
|
|
219
220
|
:return: The allow_credits_auto_replenish of this V1UpdateUserRequest. # noqa: E501
|
|
220
221
|
:rtype: bool
|
|
@@ -225,6 +226,7 @@ class V1UpdateUserRequest(object):
|
|
|
225
226
|
def allow_credits_auto_replenish(self, allow_credits_auto_replenish: 'bool'):
|
|
226
227
|
"""Sets the allow_credits_auto_replenish of this V1UpdateUserRequest.
|
|
227
228
|
|
|
229
|
+
If true, credits will be auto-replenished from the credit card on file. # noqa: E501
|
|
228
230
|
|
|
229
231
|
:param allow_credits_auto_replenish: The allow_credits_auto_replenish of this V1UpdateUserRequest. # noqa: E501
|
|
230
232
|
:type: bool
|
|
@@ -110,6 +110,7 @@ class V1UsageReport(object):
|
|
|
110
110
|
def has_more(self) -> 'bool':
|
|
111
111
|
"""Gets the has_more of this V1UsageReport. # noqa: E501
|
|
112
112
|
|
|
113
|
+
Used to signify the frontends that more data is available past LIMIT. # noqa: E501
|
|
113
114
|
|
|
114
115
|
:return: The has_more of this V1UsageReport. # noqa: E501
|
|
115
116
|
:rtype: bool
|
|
@@ -120,6 +121,7 @@ class V1UsageReport(object):
|
|
|
120
121
|
def has_more(self, has_more: 'bool'):
|
|
121
122
|
"""Sets the has_more of this V1UsageReport.
|
|
122
123
|
|
|
124
|
+
Used to signify the frontends that more data is available past LIMIT. # noqa: E501
|
|
123
125
|
|
|
124
126
|
:param has_more: The has_more of this V1UsageReport. # noqa: E501
|
|
125
127
|
:type: bool
|
|
@@ -131,6 +133,7 @@ class V1UsageReport(object):
|
|
|
131
133
|
def search_after(self) -> 'datetime':
|
|
132
134
|
"""Gets the search_after of this V1UsageReport. # noqa: E501
|
|
133
135
|
|
|
136
|
+
This is the cursor used to signal the next search_after query. Will only be applied if there is a LIMIT in the GetUsageReportRequest message, otherwise, not used. # noqa: E501
|
|
134
137
|
|
|
135
138
|
:return: The search_after of this V1UsageReport. # noqa: E501
|
|
136
139
|
:rtype: datetime
|
|
@@ -141,6 +144,7 @@ class V1UsageReport(object):
|
|
|
141
144
|
def search_after(self, search_after: 'datetime'):
|
|
142
145
|
"""Sets the search_after of this V1UsageReport.
|
|
143
146
|
|
|
147
|
+
This is the cursor used to signal the next search_after query. Will only be applied if there is a LIMIT in the GetUsageReportRequest message, otherwise, not used. # noqa: E501
|
|
144
148
|
|
|
145
149
|
:param search_after: The search_after of this V1UsageReport. # noqa: E501
|
|
146
150
|
:type: datetime
|
|
@@ -194,6 +198,7 @@ class V1UsageReport(object):
|
|
|
194
198
|
def total_users(self) -> 'int':
|
|
195
199
|
"""Gets the total_users of this V1UsageReport. # noqa: E501
|
|
196
200
|
|
|
201
|
+
Total users for all resources within the time range specified. Important when paginating because the UI won't have all the data upfront. # noqa: E501
|
|
197
202
|
|
|
198
203
|
:return: The total_users of this V1UsageReport. # noqa: E501
|
|
199
204
|
:rtype: int
|
|
@@ -204,6 +209,7 @@ class V1UsageReport(object):
|
|
|
204
209
|
def total_users(self, total_users: 'int'):
|
|
205
210
|
"""Sets the total_users of this V1UsageReport.
|
|
206
211
|
|
|
212
|
+
Total users for all resources within the time range specified. Important when paginating because the UI won't have all the data upfront. # noqa: E501
|
|
207
213
|
|
|
208
214
|
:param total_users: The total_users of this V1UsageReport. # noqa: E501
|
|
209
215
|
:type: int
|
|
@@ -84,16 +84,21 @@ class V1UserFeatures(object):
|
|
|
84
84
|
'f274': 'bool',
|
|
85
85
|
'f275': 'bool',
|
|
86
86
|
'f276': 'bool',
|
|
87
|
-
'f277': 'bool',
|
|
88
87
|
'f278': 'bool',
|
|
89
88
|
'f279': 'bool',
|
|
89
|
+
'f280': 'bool',
|
|
90
|
+
'f281': 'bool',
|
|
91
|
+
'f282': 'bool',
|
|
92
|
+
'f283': 'bool',
|
|
93
|
+
'f284': 'bool',
|
|
94
|
+
'f285': 'bool',
|
|
95
|
+
'f286': 'bool',
|
|
90
96
|
'fair_share': 'bool',
|
|
91
97
|
'featured_studios_admin': 'bool',
|
|
92
98
|
'job_artifacts_v2': 'bool',
|
|
93
99
|
'kubernetes_cluster_ui': 'bool',
|
|
94
100
|
'kubernetes_clusters': 'bool',
|
|
95
101
|
'landing_studios': 'bool',
|
|
96
|
-
'lit_logger': 'bool',
|
|
97
102
|
'marketplace': 'bool',
|
|
98
103
|
'mmt_fault_tolerance': 'bool',
|
|
99
104
|
'mmt_strategy_selector': 'bool',
|
|
@@ -108,7 +113,6 @@ class V1UserFeatures(object):
|
|
|
108
113
|
'plugin_langflow': 'bool',
|
|
109
114
|
'plugin_python_profiler': 'bool',
|
|
110
115
|
'plugin_sweeps': 'bool',
|
|
111
|
-
'pricing_updates': 'bool',
|
|
112
116
|
'product_generator': 'bool',
|
|
113
117
|
'product_license': 'bool',
|
|
114
118
|
'project_selector': 'bool',
|
|
@@ -171,16 +175,21 @@ class V1UserFeatures(object):
|
|
|
171
175
|
'f274': 'f274',
|
|
172
176
|
'f275': 'f275',
|
|
173
177
|
'f276': 'f276',
|
|
174
|
-
'f277': 'f277',
|
|
175
178
|
'f278': 'f278',
|
|
176
179
|
'f279': 'f279',
|
|
180
|
+
'f280': 'f280',
|
|
181
|
+
'f281': 'f281',
|
|
182
|
+
'f282': 'f282',
|
|
183
|
+
'f283': 'f283',
|
|
184
|
+
'f284': 'f284',
|
|
185
|
+
'f285': 'f285',
|
|
186
|
+
'f286': 'f286',
|
|
177
187
|
'fair_share': 'fairShare',
|
|
178
188
|
'featured_studios_admin': 'featuredStudiosAdmin',
|
|
179
189
|
'job_artifacts_v2': 'jobArtifactsV2',
|
|
180
190
|
'kubernetes_cluster_ui': 'kubernetesClusterUi',
|
|
181
191
|
'kubernetes_clusters': 'kubernetesClusters',
|
|
182
192
|
'landing_studios': 'landingStudios',
|
|
183
|
-
'lit_logger': 'litLogger',
|
|
184
193
|
'marketplace': 'marketplace',
|
|
185
194
|
'mmt_fault_tolerance': 'mmtFaultTolerance',
|
|
186
195
|
'mmt_strategy_selector': 'mmtStrategySelector',
|
|
@@ -195,7 +204,6 @@ class V1UserFeatures(object):
|
|
|
195
204
|
'plugin_langflow': 'pluginLangflow',
|
|
196
205
|
'plugin_python_profiler': 'pluginPythonProfiler',
|
|
197
206
|
'plugin_sweeps': 'pluginSweeps',
|
|
198
|
-
'pricing_updates': 'pricingUpdates',
|
|
199
207
|
'product_generator': 'productGenerator',
|
|
200
208
|
'product_license': 'productLicense',
|
|
201
209
|
'project_selector': 'projectSelector',
|
|
@@ -214,7 +222,7 @@ class V1UserFeatures(object):
|
|
|
214
222
|
'weka': 'weka'
|
|
215
223
|
}
|
|
216
224
|
|
|
217
|
-
def __init__(self, affiliate_links: 'bool' =None, agents_v2: 'bool' =None, ai_hub_monetization: 'bool' =None, auto_fast_load: 'bool' =None, b2c_experience: 'bool' =None, byo_machine_type: 'bool' =None, cap_add: 'list[str]' =None, cap_drop: 'list[str]' =None, capacity_reservation_byoc: 'bool' =None, capacity_reservation_dry_run: 'bool' =None, chat_models: 'bool' =None, cloudspace_schedules: 'bool' =None, code_tab: 'bool' =None, collab_screen_sharing: 'bool' =None, control_center_monitoring: 'bool' =None, cost_attribution_settings: 'bool' =None, datasets: 'bool' =None, default_one_cluster: 'bool' =None, drive_v2: 'bool' =None, enterprise_compute_admin: 'bool' =None, f234: 'bool' =None, f236: 'bool' =None, f240: 'bool' =None, f241: 'bool' =None, f243: 'bool' =None, f245: 'bool' =None, f247: 'bool' =None, f250: 'bool' =None, f252: 'bool' =None, f253: 'bool' =None, f254: 'bool' =None, f258: 'bool' =None, f259: 'bool' =None, f265: 'bool' =None, f266: 'bool' =None, f268: 'bool' =None, f270: 'bool' =None, f271: 'bool' =None, f272: 'bool' =None, f273: 'bool' =None, f274: 'bool' =None, f275: 'bool' =None, f276: 'bool' =None,
|
|
225
|
+
def __init__(self, affiliate_links: 'bool' =None, agents_v2: 'bool' =None, ai_hub_monetization: 'bool' =None, auto_fast_load: 'bool' =None, b2c_experience: 'bool' =None, byo_machine_type: 'bool' =None, cap_add: 'list[str]' =None, cap_drop: 'list[str]' =None, capacity_reservation_byoc: 'bool' =None, capacity_reservation_dry_run: 'bool' =None, chat_models: 'bool' =None, cloudspace_schedules: 'bool' =None, code_tab: 'bool' =None, collab_screen_sharing: 'bool' =None, control_center_monitoring: 'bool' =None, cost_attribution_settings: 'bool' =None, datasets: 'bool' =None, default_one_cluster: 'bool' =None, drive_v2: 'bool' =None, enterprise_compute_admin: 'bool' =None, f234: 'bool' =None, f236: 'bool' =None, f240: 'bool' =None, f241: 'bool' =None, f243: 'bool' =None, f245: 'bool' =None, f247: 'bool' =None, f250: 'bool' =None, f252: 'bool' =None, f253: 'bool' =None, f254: 'bool' =None, f258: 'bool' =None, f259: 'bool' =None, f265: 'bool' =None, f266: 'bool' =None, f268: 'bool' =None, f270: 'bool' =None, f271: 'bool' =None, f272: 'bool' =None, f273: 'bool' =None, f274: 'bool' =None, f275: 'bool' =None, f276: 'bool' =None, f278: 'bool' =None, f279: 'bool' =None, f280: 'bool' =None, f281: 'bool' =None, f282: 'bool' =None, f283: 'bool' =None, f284: 'bool' =None, f285: 'bool' =None, f286: 'bool' =None, fair_share: 'bool' =None, featured_studios_admin: 'bool' =None, job_artifacts_v2: 'bool' =None, kubernetes_cluster_ui: 'bool' =None, kubernetes_clusters: 'bool' =None, landing_studios: 'bool' =None, marketplace: 'bool' =None, mmt_fault_tolerance: 'bool' =None, mmt_strategy_selector: 'bool' =None, multiple_studio_versions: 'bool' =None, nerf_fs_nonpaying: 'bool' =None, org_level_member_permissions: 'bool' =None, org_usage_limits: 'bool' =None, persistent_disk: 'bool' =None, plugin_distributed: 'bool' =None, plugin_inference: 'bool' =None, plugin_label_studio: 'bool' =None, plugin_langflow: 'bool' =None, plugin_python_profiler: 'bool' =None, plugin_sweeps: 'bool' =None, product_generator: 'bool' =None, product_license: 'bool' =None, project_selector: 'bool' =None, publish_pipelines: 'bool' =None, reserved_machines_tab: 'bool' =None, restartable_jobs: 'bool' =None, runnable_public_studio_page: 'bool' =None, security_docs: 'bool' =None, show_dev_admin: 'bool' =None, slurm: 'bool' =None, specialised_studios: 'bool' =None, storage_overuse_deletion: 'bool' =None, studio_config: 'bool' =None, studio_version_visibility: 'bool' =None, vultr: 'bool' =None, weka: 'bool' =None): # noqa: E501
|
|
218
226
|
"""V1UserFeatures - a model defined in Swagger""" # noqa: E501
|
|
219
227
|
self._affiliate_links = None
|
|
220
228
|
self._agents_v2 = None
|
|
@@ -259,16 +267,21 @@ class V1UserFeatures(object):
|
|
|
259
267
|
self._f274 = None
|
|
260
268
|
self._f275 = None
|
|
261
269
|
self._f276 = None
|
|
262
|
-
self._f277 = None
|
|
263
270
|
self._f278 = None
|
|
264
271
|
self._f279 = None
|
|
272
|
+
self._f280 = None
|
|
273
|
+
self._f281 = None
|
|
274
|
+
self._f282 = None
|
|
275
|
+
self._f283 = None
|
|
276
|
+
self._f284 = None
|
|
277
|
+
self._f285 = None
|
|
278
|
+
self._f286 = None
|
|
265
279
|
self._fair_share = None
|
|
266
280
|
self._featured_studios_admin = None
|
|
267
281
|
self._job_artifacts_v2 = None
|
|
268
282
|
self._kubernetes_cluster_ui = None
|
|
269
283
|
self._kubernetes_clusters = None
|
|
270
284
|
self._landing_studios = None
|
|
271
|
-
self._lit_logger = None
|
|
272
285
|
self._marketplace = None
|
|
273
286
|
self._mmt_fault_tolerance = None
|
|
274
287
|
self._mmt_strategy_selector = None
|
|
@@ -283,7 +296,6 @@ class V1UserFeatures(object):
|
|
|
283
296
|
self._plugin_langflow = None
|
|
284
297
|
self._plugin_python_profiler = None
|
|
285
298
|
self._plugin_sweeps = None
|
|
286
|
-
self._pricing_updates = None
|
|
287
299
|
self._product_generator = None
|
|
288
300
|
self._product_license = None
|
|
289
301
|
self._project_selector = None
|
|
@@ -387,12 +399,24 @@ class V1UserFeatures(object):
|
|
|
387
399
|
self.f275 = f275
|
|
388
400
|
if f276 is not None:
|
|
389
401
|
self.f276 = f276
|
|
390
|
-
if f277 is not None:
|
|
391
|
-
self.f277 = f277
|
|
392
402
|
if f278 is not None:
|
|
393
403
|
self.f278 = f278
|
|
394
404
|
if f279 is not None:
|
|
395
405
|
self.f279 = f279
|
|
406
|
+
if f280 is not None:
|
|
407
|
+
self.f280 = f280
|
|
408
|
+
if f281 is not None:
|
|
409
|
+
self.f281 = f281
|
|
410
|
+
if f282 is not None:
|
|
411
|
+
self.f282 = f282
|
|
412
|
+
if f283 is not None:
|
|
413
|
+
self.f283 = f283
|
|
414
|
+
if f284 is not None:
|
|
415
|
+
self.f284 = f284
|
|
416
|
+
if f285 is not None:
|
|
417
|
+
self.f285 = f285
|
|
418
|
+
if f286 is not None:
|
|
419
|
+
self.f286 = f286
|
|
396
420
|
if fair_share is not None:
|
|
397
421
|
self.fair_share = fair_share
|
|
398
422
|
if featured_studios_admin is not None:
|
|
@@ -405,8 +429,6 @@ class V1UserFeatures(object):
|
|
|
405
429
|
self.kubernetes_clusters = kubernetes_clusters
|
|
406
430
|
if landing_studios is not None:
|
|
407
431
|
self.landing_studios = landing_studios
|
|
408
|
-
if lit_logger is not None:
|
|
409
|
-
self.lit_logger = lit_logger
|
|
410
432
|
if marketplace is not None:
|
|
411
433
|
self.marketplace = marketplace
|
|
412
434
|
if mmt_fault_tolerance is not None:
|
|
@@ -435,8 +457,6 @@ class V1UserFeatures(object):
|
|
|
435
457
|
self.plugin_python_profiler = plugin_python_profiler
|
|
436
458
|
if plugin_sweeps is not None:
|
|
437
459
|
self.plugin_sweeps = plugin_sweeps
|
|
438
|
-
if pricing_updates is not None:
|
|
439
|
-
self.pricing_updates = pricing_updates
|
|
440
460
|
if product_generator is not None:
|
|
441
461
|
self.product_generator = product_generator
|
|
442
462
|
if product_license is not None:
|
|
@@ -1373,27 +1393,6 @@ class V1UserFeatures(object):
|
|
|
1373
1393
|
|
|
1374
1394
|
self._f276 = f276
|
|
1375
1395
|
|
|
1376
|
-
@property
|
|
1377
|
-
def f277(self) -> 'bool':
|
|
1378
|
-
"""Gets the f277 of this V1UserFeatures. # noqa: E501
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
:return: The f277 of this V1UserFeatures. # noqa: E501
|
|
1382
|
-
:rtype: bool
|
|
1383
|
-
"""
|
|
1384
|
-
return self._f277
|
|
1385
|
-
|
|
1386
|
-
@f277.setter
|
|
1387
|
-
def f277(self, f277: 'bool'):
|
|
1388
|
-
"""Sets the f277 of this V1UserFeatures.
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
:param f277: The f277 of this V1UserFeatures. # noqa: E501
|
|
1392
|
-
:type: bool
|
|
1393
|
-
"""
|
|
1394
|
-
|
|
1395
|
-
self._f277 = f277
|
|
1396
|
-
|
|
1397
1396
|
@property
|
|
1398
1397
|
def f278(self) -> 'bool':
|
|
1399
1398
|
"""Gets the f278 of this V1UserFeatures. # noqa: E501
|
|
@@ -1436,6 +1435,153 @@ class V1UserFeatures(object):
|
|
|
1436
1435
|
|
|
1437
1436
|
self._f279 = f279
|
|
1438
1437
|
|
|
1438
|
+
@property
|
|
1439
|
+
def f280(self) -> 'bool':
|
|
1440
|
+
"""Gets the f280 of this V1UserFeatures. # noqa: E501
|
|
1441
|
+
|
|
1442
|
+
|
|
1443
|
+
:return: The f280 of this V1UserFeatures. # noqa: E501
|
|
1444
|
+
:rtype: bool
|
|
1445
|
+
"""
|
|
1446
|
+
return self._f280
|
|
1447
|
+
|
|
1448
|
+
@f280.setter
|
|
1449
|
+
def f280(self, f280: 'bool'):
|
|
1450
|
+
"""Sets the f280 of this V1UserFeatures.
|
|
1451
|
+
|
|
1452
|
+
|
|
1453
|
+
:param f280: The f280 of this V1UserFeatures. # noqa: E501
|
|
1454
|
+
:type: bool
|
|
1455
|
+
"""
|
|
1456
|
+
|
|
1457
|
+
self._f280 = f280
|
|
1458
|
+
|
|
1459
|
+
@property
|
|
1460
|
+
def f281(self) -> 'bool':
|
|
1461
|
+
"""Gets the f281 of this V1UserFeatures. # noqa: E501
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
:return: The f281 of this V1UserFeatures. # noqa: E501
|
|
1465
|
+
:rtype: bool
|
|
1466
|
+
"""
|
|
1467
|
+
return self._f281
|
|
1468
|
+
|
|
1469
|
+
@f281.setter
|
|
1470
|
+
def f281(self, f281: 'bool'):
|
|
1471
|
+
"""Sets the f281 of this V1UserFeatures.
|
|
1472
|
+
|
|
1473
|
+
|
|
1474
|
+
:param f281: The f281 of this V1UserFeatures. # noqa: E501
|
|
1475
|
+
:type: bool
|
|
1476
|
+
"""
|
|
1477
|
+
|
|
1478
|
+
self._f281 = f281
|
|
1479
|
+
|
|
1480
|
+
@property
|
|
1481
|
+
def f282(self) -> 'bool':
|
|
1482
|
+
"""Gets the f282 of this V1UserFeatures. # noqa: E501
|
|
1483
|
+
|
|
1484
|
+
|
|
1485
|
+
:return: The f282 of this V1UserFeatures. # noqa: E501
|
|
1486
|
+
:rtype: bool
|
|
1487
|
+
"""
|
|
1488
|
+
return self._f282
|
|
1489
|
+
|
|
1490
|
+
@f282.setter
|
|
1491
|
+
def f282(self, f282: 'bool'):
|
|
1492
|
+
"""Sets the f282 of this V1UserFeatures.
|
|
1493
|
+
|
|
1494
|
+
|
|
1495
|
+
:param f282: The f282 of this V1UserFeatures. # noqa: E501
|
|
1496
|
+
:type: bool
|
|
1497
|
+
"""
|
|
1498
|
+
|
|
1499
|
+
self._f282 = f282
|
|
1500
|
+
|
|
1501
|
+
@property
|
|
1502
|
+
def f283(self) -> 'bool':
|
|
1503
|
+
"""Gets the f283 of this V1UserFeatures. # noqa: E501
|
|
1504
|
+
|
|
1505
|
+
|
|
1506
|
+
:return: The f283 of this V1UserFeatures. # noqa: E501
|
|
1507
|
+
:rtype: bool
|
|
1508
|
+
"""
|
|
1509
|
+
return self._f283
|
|
1510
|
+
|
|
1511
|
+
@f283.setter
|
|
1512
|
+
def f283(self, f283: 'bool'):
|
|
1513
|
+
"""Sets the f283 of this V1UserFeatures.
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
:param f283: The f283 of this V1UserFeatures. # noqa: E501
|
|
1517
|
+
:type: bool
|
|
1518
|
+
"""
|
|
1519
|
+
|
|
1520
|
+
self._f283 = f283
|
|
1521
|
+
|
|
1522
|
+
@property
|
|
1523
|
+
def f284(self) -> 'bool':
|
|
1524
|
+
"""Gets the f284 of this V1UserFeatures. # noqa: E501
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
:return: The f284 of this V1UserFeatures. # noqa: E501
|
|
1528
|
+
:rtype: bool
|
|
1529
|
+
"""
|
|
1530
|
+
return self._f284
|
|
1531
|
+
|
|
1532
|
+
@f284.setter
|
|
1533
|
+
def f284(self, f284: 'bool'):
|
|
1534
|
+
"""Sets the f284 of this V1UserFeatures.
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
:param f284: The f284 of this V1UserFeatures. # noqa: E501
|
|
1538
|
+
:type: bool
|
|
1539
|
+
"""
|
|
1540
|
+
|
|
1541
|
+
self._f284 = f284
|
|
1542
|
+
|
|
1543
|
+
@property
|
|
1544
|
+
def f285(self) -> 'bool':
|
|
1545
|
+
"""Gets the f285 of this V1UserFeatures. # noqa: E501
|
|
1546
|
+
|
|
1547
|
+
|
|
1548
|
+
:return: The f285 of this V1UserFeatures. # noqa: E501
|
|
1549
|
+
:rtype: bool
|
|
1550
|
+
"""
|
|
1551
|
+
return self._f285
|
|
1552
|
+
|
|
1553
|
+
@f285.setter
|
|
1554
|
+
def f285(self, f285: 'bool'):
|
|
1555
|
+
"""Sets the f285 of this V1UserFeatures.
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
:param f285: The f285 of this V1UserFeatures. # noqa: E501
|
|
1559
|
+
:type: bool
|
|
1560
|
+
"""
|
|
1561
|
+
|
|
1562
|
+
self._f285 = f285
|
|
1563
|
+
|
|
1564
|
+
@property
|
|
1565
|
+
def f286(self) -> 'bool':
|
|
1566
|
+
"""Gets the f286 of this V1UserFeatures. # noqa: E501
|
|
1567
|
+
|
|
1568
|
+
|
|
1569
|
+
:return: The f286 of this V1UserFeatures. # noqa: E501
|
|
1570
|
+
:rtype: bool
|
|
1571
|
+
"""
|
|
1572
|
+
return self._f286
|
|
1573
|
+
|
|
1574
|
+
@f286.setter
|
|
1575
|
+
def f286(self, f286: 'bool'):
|
|
1576
|
+
"""Sets the f286 of this V1UserFeatures.
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
:param f286: The f286 of this V1UserFeatures. # noqa: E501
|
|
1580
|
+
:type: bool
|
|
1581
|
+
"""
|
|
1582
|
+
|
|
1583
|
+
self._f286 = f286
|
|
1584
|
+
|
|
1439
1585
|
@property
|
|
1440
1586
|
def fair_share(self) -> 'bool':
|
|
1441
1587
|
"""Gets the fair_share of this V1UserFeatures. # noqa: E501
|
|
@@ -1562,27 +1708,6 @@ class V1UserFeatures(object):
|
|
|
1562
1708
|
|
|
1563
1709
|
self._landing_studios = landing_studios
|
|
1564
1710
|
|
|
1565
|
-
@property
|
|
1566
|
-
def lit_logger(self) -> 'bool':
|
|
1567
|
-
"""Gets the lit_logger of this V1UserFeatures. # noqa: E501
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
:return: The lit_logger of this V1UserFeatures. # noqa: E501
|
|
1571
|
-
:rtype: bool
|
|
1572
|
-
"""
|
|
1573
|
-
return self._lit_logger
|
|
1574
|
-
|
|
1575
|
-
@lit_logger.setter
|
|
1576
|
-
def lit_logger(self, lit_logger: 'bool'):
|
|
1577
|
-
"""Sets the lit_logger of this V1UserFeatures.
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
:param lit_logger: The lit_logger of this V1UserFeatures. # noqa: E501
|
|
1581
|
-
:type: bool
|
|
1582
|
-
"""
|
|
1583
|
-
|
|
1584
|
-
self._lit_logger = lit_logger
|
|
1585
|
-
|
|
1586
1711
|
@property
|
|
1587
1712
|
def marketplace(self) -> 'bool':
|
|
1588
1713
|
"""Gets the marketplace of this V1UserFeatures. # noqa: E501
|
|
@@ -1877,27 +2002,6 @@ class V1UserFeatures(object):
|
|
|
1877
2002
|
|
|
1878
2003
|
self._plugin_sweeps = plugin_sweeps
|
|
1879
2004
|
|
|
1880
|
-
@property
|
|
1881
|
-
def pricing_updates(self) -> 'bool':
|
|
1882
|
-
"""Gets the pricing_updates of this V1UserFeatures. # noqa: E501
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
:return: The pricing_updates of this V1UserFeatures. # noqa: E501
|
|
1886
|
-
:rtype: bool
|
|
1887
|
-
"""
|
|
1888
|
-
return self._pricing_updates
|
|
1889
|
-
|
|
1890
|
-
@pricing_updates.setter
|
|
1891
|
-
def pricing_updates(self, pricing_updates: 'bool'):
|
|
1892
|
-
"""Sets the pricing_updates of this V1UserFeatures.
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
:param pricing_updates: The pricing_updates of this V1UserFeatures. # noqa: E501
|
|
1896
|
-
:type: bool
|
|
1897
|
-
"""
|
|
1898
|
-
|
|
1899
|
-
self._pricing_updates = pricing_updates
|
|
1900
|
-
|
|
1901
2005
|
@property
|
|
1902
2006
|
def product_generator(self) -> 'bool':
|
|
1903
2007
|
"""Gets the product_generator of this V1UserFeatures. # noqa: E501
|
|
@@ -267,6 +267,7 @@ class V1UserRequestedComputeConfig(object):
|
|
|
267
267
|
def name(self) -> 'str':
|
|
268
268
|
"""Gets the name of this V1UserRequestedComputeConfig. # noqa: E501
|
|
269
269
|
|
|
270
|
+
Can be instance type (t2.medium) or accelerator type 'gpu', 'gpu-fast-single', etc. # noqa: E501
|
|
270
271
|
|
|
271
272
|
:return: The name of this V1UserRequestedComputeConfig. # noqa: E501
|
|
272
273
|
:rtype: str
|
|
@@ -277,6 +278,7 @@ class V1UserRequestedComputeConfig(object):
|
|
|
277
278
|
def name(self, name: 'str'):
|
|
278
279
|
"""Sets the name of this V1UserRequestedComputeConfig.
|
|
279
280
|
|
|
281
|
+
Can be instance type (t2.medium) or accelerator type 'gpu', 'gpu-fast-single', etc. # noqa: E501
|
|
280
282
|
|
|
281
283
|
:param name: The name of this V1UserRequestedComputeConfig. # noqa: E501
|
|
282
284
|
:type: str
|
|
@@ -69,6 +69,7 @@ class V1UserRequestedFlowComputeConfig(object):
|
|
|
69
69
|
def name(self) -> 'str':
|
|
70
70
|
"""Gets the name of this V1UserRequestedFlowComputeConfig. # noqa: E501
|
|
71
71
|
|
|
72
|
+
optional - can be instance type, ie t2.medium. If not specified it'll default to the smallest available instance type. GPU instance types are not allowed. # noqa: E501
|
|
72
73
|
|
|
73
74
|
:return: The name of this V1UserRequestedFlowComputeConfig. # noqa: E501
|
|
74
75
|
:rtype: str
|
|
@@ -79,6 +80,7 @@ class V1UserRequestedFlowComputeConfig(object):
|
|
|
79
80
|
def name(self, name: 'str'):
|
|
80
81
|
"""Sets the name of this V1UserRequestedFlowComputeConfig.
|
|
81
82
|
|
|
83
|
+
optional - can be instance type, ie t2.medium. If not specified it'll default to the smallest available instance type. GPU instance types are not allowed. # noqa: E501
|
|
82
84
|
|
|
83
85
|
:param name: The name of this V1UserRequestedFlowComputeConfig. # noqa: E501
|
|
84
86
|
:type: str
|