lightning-sdk 0.2.20__py3-none-any.whl → 0.2.21rc0__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/__init__.py +1 -1
- lightning_sdk/api/license_api.py +2 -2
- lightning_sdk/api/llm_api.py +53 -1
- lightning_sdk/api/studio_api.py +5 -0
- lightning_sdk/lightning_cloud/openapi/__init__.py +0 -1
- lightning_sdk/lightning_cloud/openapi/api/endpoint_service_api.py +11 -1
- lightning_sdk/lightning_cloud/openapi/api/user_service_api.py +0 -85
- lightning_sdk/lightning_cloud/openapi/models/__init__.py +0 -1
- lightning_sdk/lightning_cloud/openapi/models/update.py +79 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_cloud_space_environment_template.py +53 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_cloud_space_environment_template_config.py +27 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_cluster_deletion_options.py +27 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_create_cloud_space_environment_template_request.py +79 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_create_project_request.py +79 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_message.py +53 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_routing_telemetry.py +27 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_user_features.py +27 -287
- lightning_sdk/llm/__init__.py +2 -1
- lightning_sdk/llm/asyncllm.py +48 -0
- lightning_sdk/services/utilities.py +15 -1
- {lightning_sdk-0.2.20.dist-info → lightning_sdk-0.2.21rc0.dist-info}/METADATA +1 -1
- {lightning_sdk-0.2.20.dist-info → lightning_sdk-0.2.21rc0.dist-info}/RECORD +26 -26
- lightning_sdk/lightning_cloud/openapi/models/v1_get_user_storage_response.py +0 -201
- {lightning_sdk-0.2.20.dist-info → lightning_sdk-0.2.21rc0.dist-info}/LICENSE +0 -0
- {lightning_sdk-0.2.20.dist-info → lightning_sdk-0.2.21rc0.dist-info}/WHEEL +0 -0
- {lightning_sdk-0.2.20.dist-info → lightning_sdk-0.2.21rc0.dist-info}/entry_points.txt +0 -0
- {lightning_sdk-0.2.20.dist-info → lightning_sdk-0.2.21rc0.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
docs/source/conf.py,sha256=r8yX20eC-4mHhMTd0SbQb5TlSWHhO6wnJ0VJ_FBFpag,13249
|
|
2
|
-
lightning_sdk/__init__.py,sha256=
|
|
2
|
+
lightning_sdk/__init__.py,sha256=iYr_Snl9t-FCjzSekdEUcAwh9Thp-bA_WsbMQQ4C25k,1109
|
|
3
3
|
lightning_sdk/agents.py,sha256=ly6Ma1j0ZgGPFyvPvMN28JWiB9dATIstFa5XM8pMi6I,1577
|
|
4
4
|
lightning_sdk/ai_hub.py,sha256=iI1vNhgcz_Ff1c3rN1ogN7dK-r-HXRj6NMtS2cA14UA,6925
|
|
5
5
|
lightning_sdk/base_studio.py,sha256=-ZnnZl5fG4w3BOQAelQndg7wEao2jGxpaYrpujlB7OQ,3353
|
|
@@ -23,13 +23,13 @@ lightning_sdk/api/base_studio_api.py,sha256=cipTG4I5OvFLDVAbM1E0lvGjP9YhhoByfa9m
|
|
|
23
23
|
lightning_sdk/api/cluster_api.py,sha256=mfHGKHy-RNpI7nKlhw9Zc7Jv6f4DCFq-qRIwOR3VptY,3972
|
|
24
24
|
lightning_sdk/api/deployment_api.py,sha256=Dw4NaFiNTYhqz099N5hYZzF-K0dUoWnGK2vE--iUy1c,24104
|
|
25
25
|
lightning_sdk/api/job_api.py,sha256=_mMAI_BG_48i-BLwCP_U72zgmM5zYa2KUZ7u66HWkIc,13568
|
|
26
|
-
lightning_sdk/api/license_api.py,sha256=
|
|
26
|
+
lightning_sdk/api/license_api.py,sha256=7pdff1MwwcRL7SJmDoIrqmJNUewXQYiVLFx8e5uc5eY,2426
|
|
27
27
|
lightning_sdk/api/lit_container_api.py,sha256=jCJVwd-3MNjejL9FyvH89pzt-SeG3G8qCJD16iTMJAQ,11454
|
|
28
|
-
lightning_sdk/api/llm_api.py,sha256=
|
|
28
|
+
lightning_sdk/api/llm_api.py,sha256=GKQrk7Id_E4_Bp4j70ebSEgiB--iVrCd9SEA1D0VG2I,7180
|
|
29
29
|
lightning_sdk/api/mmt_api.py,sha256=-v7ATab-ThAM-HRClS92Ehxuu9MlBfdKWWFCGvVUHiM,8962
|
|
30
30
|
lightning_sdk/api/org_api.py,sha256=Ze3z_ATVrukobujV5YdC42DKj45Vuwl7X52q_Vr-o3U,803
|
|
31
31
|
lightning_sdk/api/pipeline_api.py,sha256=P5P9C6qOpyBGU0t5N68h1LuFAsAKmPPgkac6uObrYKw,1676
|
|
32
|
-
lightning_sdk/api/studio_api.py,sha256=
|
|
32
|
+
lightning_sdk/api/studio_api.py,sha256=X1M229YnGiE1EfnncQbBFXADVNnWAn14l5h5KBZJmVs,31192
|
|
33
33
|
lightning_sdk/api/teamspace_api.py,sha256=CsaaxmaLmTRIRwu37wtQ3quGYql62HJT3BZJ3Q-1d9c,16854
|
|
34
34
|
lightning_sdk/api/user_api.py,sha256=sL7RIjjtmZmvCZWx7BBZslhj1BeNh4Idn-RVcdmf7M0,2598
|
|
35
35
|
lightning_sdk/api/utils.py,sha256=K0Uc6D1KxxjFElqjsuCXg85SYreQi3P7jJ1VzP0MpEQ,23966
|
|
@@ -78,7 +78,7 @@ lightning_sdk/lightning_cloud/login.py,sha256=k4iE5qLUMB8_VeQa1sNz7jPCWLOV5S7j9Q
|
|
|
78
78
|
lightning_sdk/lightning_cloud/rest_client.py,sha256=K2J_QXihpbp5tVzs9PzffgMCQY1NeH5tRpuJBYj27vU,7125
|
|
79
79
|
lightning_sdk/lightning_cloud/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
80
80
|
lightning_sdk/lightning_cloud/cli/__main__.py,sha256=aHrigVV0qIp74MuYTdN6uO8a9Xp6E1aOwdR8w1fG-7c,688
|
|
81
|
-
lightning_sdk/lightning_cloud/openapi/__init__.py,sha256=
|
|
81
|
+
lightning_sdk/lightning_cloud/openapi/__init__.py,sha256=KTNMCBDB1g61f00A52lS2YlK0BRHNNeDOCoDgZR0Ew4,105676
|
|
82
82
|
lightning_sdk/lightning_cloud/openapi/api_client.py,sha256=pUTQMNcZmH4BhpnuAXuT7wnegaxaX26bzdEWjdoLeTo,25630
|
|
83
83
|
lightning_sdk/lightning_cloud/openapi/configuration.py,sha256=8KpFKEm-IKe3t0_o5H1Y0EJX06r94Gk5cIQerA0TNk0,8292
|
|
84
84
|
lightning_sdk/lightning_cloud/openapi/rest.py,sha256=ZPPr6ZkBp6LtuAsiUU7D8Pz8Dt9ECbEM_26Ov74tdpw,13322
|
|
@@ -95,7 +95,7 @@ lightning_sdk/lightning_cloud/openapi/api/cluster_service_api.py,sha256=4RIioSmH
|
|
|
95
95
|
lightning_sdk/lightning_cloud/openapi/api/data_connection_service_api.py,sha256=4FRsl7HTfKfrM00tEB9BRz7p1heBucqqkb7TST58zfs,55075
|
|
96
96
|
lightning_sdk/lightning_cloud/openapi/api/dataset_service_api.py,sha256=wCrcXOMuVs5rA4PHyrVJqpInO-Vy1hulddjCJUenPJc,23508
|
|
97
97
|
lightning_sdk/lightning_cloud/openapi/api/deployment_templates_service_api.py,sha256=VK4ZuwoE0pvWEfSWr2KZNoutRtjovJFH3-6NqFmQjNg,31887
|
|
98
|
-
lightning_sdk/lightning_cloud/openapi/api/endpoint_service_api.py,sha256=
|
|
98
|
+
lightning_sdk/lightning_cloud/openapi/api/endpoint_service_api.py,sha256=9jd-VS-LdBWmx2rLQxBd1PWKRFSK3pVE0f4Flh22Vxg,113746
|
|
99
99
|
lightning_sdk/lightning_cloud/openapi/api/experiments_service_api.py,sha256=lYQt6nvbaqFnRsWFf-jL3Fou-A7Hx6qgrpRgHI3eARQ,9844
|
|
100
100
|
lightning_sdk/lightning_cloud/openapi/api/file_system_service_api.py,sha256=CuQjJKp7fS_PtYO8wFk1fM3kmKy9DDC6R1qjvWtI3kg,41970
|
|
101
101
|
lightning_sdk/lightning_cloud/openapi/api/git_credentials_service_api.py,sha256=tz7xhdaeHoR9_KEx8vR0SyFLUsjElrcwl9hBaT_X_mc,19757
|
|
@@ -122,8 +122,8 @@ lightning_sdk/lightning_cloud/openapi/api/snowflake_service_api.py,sha256=C-gEj9
|
|
|
122
122
|
lightning_sdk/lightning_cloud/openapi/api/ssh_public_key_service_api.py,sha256=z-CQmVfinxsv8KDfghVokdL8kbeu95EAtX2kBA0apS8,24595
|
|
123
123
|
lightning_sdk/lightning_cloud/openapi/api/storage_service_api.py,sha256=kFyE4kt5NzGmqbAJW63VJOIREzZ0KMAGRMFIgMKEhxI,69459
|
|
124
124
|
lightning_sdk/lightning_cloud/openapi/api/studio_jobs_service_api.py,sha256=VJ7VcSvdmGbPkgmQZhaOSR47olcNPMzRlmT5J5uKsng,27877
|
|
125
|
-
lightning_sdk/lightning_cloud/openapi/api/user_service_api.py,sha256=
|
|
126
|
-
lightning_sdk/lightning_cloud/openapi/models/__init__.py,sha256=
|
|
125
|
+
lightning_sdk/lightning_cloud/openapi/api/user_service_api.py,sha256=ztdbmsD6MygMfKX8GhwvMCNhI8h3nTifjolaQSEA9qQ,63606
|
|
126
|
+
lightning_sdk/lightning_cloud/openapi/models/__init__.py,sha256=HnMxWyVyetdddEB93r4HRmPhcJWhfJs3e2A68Vvy0V0,99864
|
|
127
127
|
lightning_sdk/lightning_cloud/openapi/models/affiliatelinks_id_body.py,sha256=X087AkCafKp2g8E2MR5ghU3pxCNNcoehZJttvuVfdC8,4274
|
|
128
128
|
lightning_sdk/lightning_cloud/openapi/models/agentmanagedendpoints_id_body.py,sha256=NzKKkTs2PtMSIJJYxeh3aDBj-djBrI_qATGz7n5Oqdk,9234
|
|
129
129
|
lightning_sdk/lightning_cloud/openapi/models/agents_id_body.py,sha256=vYRXPGrwpj8nsSVwlaf3c6d5ysuvpNOXrfeUOKZn0dM,21508
|
|
@@ -279,7 +279,7 @@ lightning_sdk/lightning_cloud/openapi/models/storage_complete_body.py,sha256=JUD
|
|
|
279
279
|
lightning_sdk/lightning_cloud/openapi/models/stream_result_of_v1_conversation_response_chunk.py,sha256=4MA1NbHpLqP5uuzHIm8FqwMhzzYbCGGK-QoXrkmH0E4,4808
|
|
280
280
|
lightning_sdk/lightning_cloud/openapi/models/stream_result_of_v1_get_long_running_command_in_cloud_space_response.py,sha256=btVXTDqnRONLLrql3PchTcVU-l6mTPSTPCpBNF4TH6Y,5128
|
|
281
281
|
lightning_sdk/lightning_cloud/openapi/models/studioapp_jobs_body.py,sha256=UY2dYV5XKUmk3xP3uWviA9nWRNgxyU63cG9DCiez0Ic,8045
|
|
282
|
-
lightning_sdk/lightning_cloud/openapi/models/update.py,sha256=
|
|
282
|
+
lightning_sdk/lightning_cloud/openapi/models/update.py,sha256=CeD6K8vvX47qSCFG8fcqcKvv2Iw-DNQG9PIOesBPL2Y,12099
|
|
283
283
|
lightning_sdk/lightning_cloud/openapi/models/update1.py,sha256=L7Q9tJ9PpjRHG_ymnfUFhhfcA-oT9pn9rLNgmnBxwpc,9879
|
|
284
284
|
lightning_sdk/lightning_cloud/openapi/models/upload_id_complete_body.py,sha256=TvPHj5LvRGCwMwIHIX7pmEsPT-XFEWjutaKzKtSoUo4,4482
|
|
285
285
|
lightning_sdk/lightning_cloud/openapi/models/upload_id_complete_body1.py,sha256=0PD4kYCsvIxwA8EP6QZybO_2ZVcvDBqU8ZG6-JayO1o,4496
|
|
@@ -349,8 +349,8 @@ lightning_sdk/lightning_cloud/openapi/models/v1_cloud_space_cold_start_metrics.p
|
|
|
349
349
|
lightning_sdk/lightning_cloud/openapi/models/v1_cloud_space_cold_start_metrics_stats.py,sha256=z1A7rGjP24c4QSX8oLPMiGwZy81RsGzHj61haQUo7Gg,12002
|
|
350
350
|
lightning_sdk/lightning_cloud/openapi/models/v1_cloud_space_engagement_response.py,sha256=9qAqwfTU1L2GsLqIkUgW7oR8aHnsvvZL_Mb2jePKq7k,3070
|
|
351
351
|
lightning_sdk/lightning_cloud/openapi/models/v1_cloud_space_environment_config.py,sha256=cgM0EZkX306dkQCPcc1jD99T9JJrofltVSaE8B-clIs,4114
|
|
352
|
-
lightning_sdk/lightning_cloud/openapi/models/v1_cloud_space_environment_template.py,sha256=
|
|
353
|
-
lightning_sdk/lightning_cloud/openapi/models/v1_cloud_space_environment_template_config.py,sha256=
|
|
352
|
+
lightning_sdk/lightning_cloud/openapi/models/v1_cloud_space_environment_template.py,sha256=_wZRm-X_Rvwt5lLVhvfB2XlChTehcfyO3pQ95nAjlV0,12209
|
|
353
|
+
lightning_sdk/lightning_cloud/openapi/models/v1_cloud_space_environment_template_config.py,sha256=1YbSYs_6NktS1ASlturv4_zkRdM5gnRRafWFPlVNm0c,10003
|
|
354
354
|
lightning_sdk/lightning_cloud/openapi/models/v1_cloud_space_environment_type.py,sha256=B6RPn6mn5rorzj-JQjjBHQpI4nAJpqSGDsRE3Va6dfA,3256
|
|
355
355
|
lightning_sdk/lightning_cloud/openapi/models/v1_cloud_space_instance_collab_status.py,sha256=dtN2yV40wb-F_2ncCQl8n_vk0sp0ybDiP2VuH8Mx8Lk,6813
|
|
356
356
|
lightning_sdk/lightning_cloud/openapi/models/v1_cloud_space_instance_config.py,sha256=kBpqxSiAudcFwBcmWOgMSda8CW1qr4ZgpC8FlLYQJWU,8916
|
|
@@ -369,7 +369,7 @@ lightning_sdk/lightning_cloud/openapi/models/v1_cloudflare_v1.py,sha256=XyoUjcO4
|
|
|
369
369
|
lightning_sdk/lightning_cloud/openapi/models/v1_cluster_accelerator.py,sha256=UZqx7u-6dtbETKJ1huh5qmhPizvvSoD-7dQJ5UajQZ4,45251
|
|
370
370
|
lightning_sdk/lightning_cloud/openapi/models/v1_cluster_availability.py,sha256=WrS0UpcTqqCu79ny5yOBJ16RNs5B4AQSXbniWE7iez0,7103
|
|
371
371
|
lightning_sdk/lightning_cloud/openapi/models/v1_cluster_capacity_reservation.py,sha256=vpwujOiKIrB1PKg7nzCFs7rvi3wL_Q1OBV5KyTTDNG0,15208
|
|
372
|
-
lightning_sdk/lightning_cloud/openapi/models/v1_cluster_deletion_options.py,sha256=
|
|
372
|
+
lightning_sdk/lightning_cloud/openapi/models/v1_cluster_deletion_options.py,sha256=68iaqDjJYOpZsvaOzGJCsBVF4ISrFe8K9-o3bwr2tDI,5793
|
|
373
373
|
lightning_sdk/lightning_cloud/openapi/models/v1_cluster_encryption_key.py,sha256=Cf9AIJCmKjQO0Gp7UbXIXq2IXkxLUBgSgK3sGSYzg8U,6681
|
|
374
374
|
lightning_sdk/lightning_cloud/openapi/models/v1_cluster_names.py,sha256=Xs3mhVEiuJVbkKwMarY7iB_NwKY9_sK0xGgXDMuo0cs,3637
|
|
375
375
|
lightning_sdk/lightning_cloud/openapi/models/v1_cluster_proxy.py,sha256=4LbHvINs2CwQnuPg_uWw03GNNRT_wdqX42m_Zlqg2dY,5547
|
|
@@ -410,7 +410,7 @@ lightning_sdk/lightning_cloud/openapi/models/v1_create_blog_post_request.py,sha2
|
|
|
410
410
|
lightning_sdk/lightning_cloud/openapi/models/v1_create_checkout_session_request.py,sha256=D9Iv5eelLkJ_4lbBJVP4RZr0r-cu2g5RTb3JMUlwXPI,10165
|
|
411
411
|
lightning_sdk/lightning_cloud/openapi/models/v1_create_checkout_session_response.py,sha256=-Qd3G_DIiPxyPYfHsnO0jDX_HBdG7MVVsxhYqI1QQeA,3731
|
|
412
412
|
lightning_sdk/lightning_cloud/openapi/models/v1_create_cloud_space_app_instance_response.py,sha256=hrhbbyDpX8OMGtiJrWxWFBZWWTyxm2jgiQ6ITvDOvsA,5198
|
|
413
|
-
lightning_sdk/lightning_cloud/openapi/models/v1_create_cloud_space_environment_template_request.py,sha256=
|
|
413
|
+
lightning_sdk/lightning_cloud/openapi/models/v1_create_cloud_space_environment_template_request.py,sha256=1a9IWpKgHud2DssNDkUmhlnkJbCX2PlAF6M12DTYpFA,13336
|
|
414
414
|
lightning_sdk/lightning_cloud/openapi/models/v1_create_cloud_space_instance_metric_response.py,sha256=nlcwQOpHnExhbrU2JA4EllADm7E0eARkIUa693f-Q10,3130
|
|
415
415
|
lightning_sdk/lightning_cloud/openapi/models/v1_create_cluster_capacity_reservation_response.py,sha256=_MiRFv5p8S-eIx9SxOpu4pnrep5DqeVYPTDAAloajps,7515
|
|
416
416
|
lightning_sdk/lightning_cloud/openapi/models/v1_create_cluster_encryption_keys_request.py,sha256=SuCWcub0gfFpFohVz-nNcweY2slx6O3kIR2SryS3WEs,3895
|
|
@@ -429,7 +429,7 @@ lightning_sdk/lightning_cloud/openapi/models/v1_create_multi_machine_job_request
|
|
|
429
429
|
lightning_sdk/lightning_cloud/openapi/models/v1_create_multi_part_upload_response.py,sha256=6wG2wImsg8-C8zWbVDxseNKWUblev9jmjt8CJiBnJxs,3850
|
|
430
430
|
lightning_sdk/lightning_cloud/openapi/models/v1_create_organization_request.py,sha256=YRaiSv5-n_OKxg2HTJT5bdS5-NIeKhEherMGoudzIBQ,14249
|
|
431
431
|
lightning_sdk/lightning_cloud/openapi/models/v1_create_pipeline_template_request.py,sha256=1yft4xwUCMqx-GGlZfeCIpZCS5nqs44NwWmTG_kHBXA,12087
|
|
432
|
-
lightning_sdk/lightning_cloud/openapi/models/v1_create_project_request.py,sha256=
|
|
432
|
+
lightning_sdk/lightning_cloud/openapi/models/v1_create_project_request.py,sha256=6Yrns9d7r3dUN2gsApVz0RhRgKR1bYyO3t8qEJUYTQI,12976
|
|
433
433
|
lightning_sdk/lightning_cloud/openapi/models/v1_create_server_alert_response.py,sha256=xg8zP8ESSMaCQddNffS5k7U_0SfdYquXEXczZabTFcA,3052
|
|
434
434
|
lightning_sdk/lightning_cloud/openapi/models/v1_create_shared_metrics_stream_request.py,sha256=avVOuNMWp_zAKdIKrzBTFCRy4FJGXeGvFPfgZBcxPx4,6624
|
|
435
435
|
lightning_sdk/lightning_cloud/openapi/models/v1_create_shared_metrics_stream_response.py,sha256=tX9omq4WA6WXxeEY9dtMwIBKHI2qm313YKCsNYB6_G0,3751
|
|
@@ -620,7 +620,6 @@ lightning_sdk/lightning_cloud/openapi/models/v1_get_user_balance_response.py,sha
|
|
|
620
620
|
lightning_sdk/lightning_cloud/openapi/models/v1_get_user_notification_preferences_response.py,sha256=9LzkmmAYYCcMHZX2a55wiwE87QitC_-MiKeyX3uJeDQ,4402
|
|
621
621
|
lightning_sdk/lightning_cloud/openapi/models/v1_get_user_response.py,sha256=4aguhh3Xiv2RK5cvdZmFcOKUo2UOgG_0oEOspfgRWFE,32165
|
|
622
622
|
lightning_sdk/lightning_cloud/openapi/models/v1_get_user_storage_breakdown_response.py,sha256=x8AVSyjvzRtGxcV_Drik6TCKm3eY1jQ9bwMe4Akzoo8,12088
|
|
623
|
-
lightning_sdk/lightning_cloud/openapi/models/v1_get_user_storage_response.py,sha256=0k1scTY1IAeKr3p0r7eV_xWRE7Nx54doTGygiQQPkbM,6879
|
|
624
623
|
lightning_sdk/lightning_cloud/openapi/models/v1_git_credentials.py,sha256=siIFxkpP0VVU53XVSj9ZHB3JWvUr9qOFliSDDx28i-g,6705
|
|
625
624
|
lightning_sdk/lightning_cloud/openapi/models/v1_google_cloud_direct_v1.py,sha256=dcEf_ihjdYvz90tU5qcd3A0SIPhkZ6O4ZmZ2JAr-M1k,18619
|
|
626
625
|
lightning_sdk/lightning_cloud/openapi/models/v1_google_cloud_direct_v1_status.py,sha256=Md6rMiUCMY4oDVE2IYaALD_I0o2PQIKF-9628IGmTyY,3791
|
|
@@ -792,7 +791,7 @@ lightning_sdk/lightning_cloud/openapi/models/v1_managed_endpoint.py,sha256=T0IXm
|
|
|
792
791
|
lightning_sdk/lightning_cloud/openapi/models/v1_managed_model.py,sha256=WaN3PgJhZKTQO2FTeIdf6cWsFgnu1q3KKQ_xWMKYq3g,13940
|
|
793
792
|
lightning_sdk/lightning_cloud/openapi/models/v1_managed_model_abilities.py,sha256=1of-AEIimGnUd_0fpS5U8apGFYdsIXogRpFGxed67s0,5892
|
|
794
793
|
lightning_sdk/lightning_cloud/openapi/models/v1_membership.py,sha256=yRLmKJvrElPTkDU_T67oo_cyJzLJZKTbfeXLdgrAyrs,18936
|
|
795
|
-
lightning_sdk/lightning_cloud/openapi/models/v1_message.py,sha256=
|
|
794
|
+
lightning_sdk/lightning_cloud/openapi/models/v1_message.py,sha256=KacSnSdhY1c05GDQk2VIArGe4s1StHoq64fCEdw5SSU,13326
|
|
796
795
|
lightning_sdk/lightning_cloud/openapi/models/v1_message_author.py,sha256=QRC1HofufQOPROrxwtLeaEfE8f1h_ehZ0tdqlYfkgyM,3591
|
|
797
796
|
lightning_sdk/lightning_cloud/openapi/models/v1_message_content.py,sha256=rlYtO8Llal6jISWpQMyOC8zMOvdVWaljXTwlHp_gzdc,4535
|
|
798
797
|
lightning_sdk/lightning_cloud/openapi/models/v1_message_content_type.py,sha256=4umoW08b-M8UXpnhvUP7yb3VxjowY5F8RGqVVZrpB3M,3089
|
|
@@ -901,7 +900,7 @@ lightning_sdk/lightning_cloud/openapi/models/v1_restart_timing.py,sha256=8fx4cqA
|
|
|
901
900
|
lightning_sdk/lightning_cloud/openapi/models/v1_restore_deployment_release_response.py,sha256=UkaXXGq-i5YDPzBOy5Zj1nJQZJeyBs1Z9VO5a2DYPkk,3094
|
|
902
901
|
lightning_sdk/lightning_cloud/openapi/models/v1_role.py,sha256=-qebDpqvEYzWLAV9o0klUom-8zOFM6a7cJhrhrsdhhY,7554
|
|
903
902
|
lightning_sdk/lightning_cloud/openapi/models/v1_rolling_update_strategy.py,sha256=Mxi5aq4dve439nGwv329293wxmNOg0ny0M04CdbR3hE,4634
|
|
904
|
-
lightning_sdk/lightning_cloud/openapi/models/v1_routing_telemetry.py,sha256=
|
|
903
|
+
lightning_sdk/lightning_cloud/openapi/models/v1_routing_telemetry.py,sha256=CxmeADHkr62HxVy1SHdOG4yePy0boKFNDSoruwUEHhk,7910
|
|
905
904
|
lightning_sdk/lightning_cloud/openapi/models/v1_rule.py,sha256=35UHmQVEVAiE2kF9qMW8lG1KCzz6nVp5t84Ops0ugZY,5850
|
|
906
905
|
lightning_sdk/lightning_cloud/openapi/models/v1_rule_action.py,sha256=yebZDL5MKUiNwPysT6HzB9JrHPSCg3W4kVta8yjAgl4,3221
|
|
907
906
|
lightning_sdk/lightning_cloud/openapi/models/v1_rule_condition.py,sha256=nE-VbhbyaLswY514acnjljeJRxnVICCTKWVe4cKFQ8w,5320
|
|
@@ -1002,7 +1001,7 @@ lightning_sdk/lightning_cloud/openapi/models/v1_upstream_open_ai.py,sha256=jt1qQ
|
|
|
1002
1001
|
lightning_sdk/lightning_cloud/openapi/models/v1_usage.py,sha256=ozMzoGD9mfZGYy4J5j50Dps19Y6o8cn-aYW_oRMZMy8,16865
|
|
1003
1002
|
lightning_sdk/lightning_cloud/openapi/models/v1_usage_details.py,sha256=U7qC698Xj5tb3D93ZskG6sDf3lTXE13UTlGeDTvtRU4,14062
|
|
1004
1003
|
lightning_sdk/lightning_cloud/openapi/models/v1_usage_report.py,sha256=k9pDp9UIaOEEWz6bTNWF_KMfcNCOp-F67N-IZ9MO2Rs,8304
|
|
1005
|
-
lightning_sdk/lightning_cloud/openapi/models/v1_user_features.py,sha256=
|
|
1004
|
+
lightning_sdk/lightning_cloud/openapi/models/v1_user_features.py,sha256=vwPUOwJ9429d1D7_q7dRgOfO4WVb_D-VZl7pa8M-V74,76757
|
|
1006
1005
|
lightning_sdk/lightning_cloud/openapi/models/v1_user_requested_compute_config.py,sha256=0fnZpdhxNRXGNyILHtfm3rVztfHpSF4kXGc5kTt4zls,13960
|
|
1007
1006
|
lightning_sdk/lightning_cloud/openapi/models/v1_user_requested_flow_compute_config.py,sha256=3WpZ-lf7xPwuYyQDMdP7Uc6-dh3vf5TaaUlcMfesfMk,5208
|
|
1008
1007
|
lightning_sdk/lightning_cloud/openapi/models/v1_user_slurm_job_action_response.py,sha256=BdNzXH8Vsf5PHjl9Rd-TVkpAgx1YC9rf8LD0js-ba20,3058
|
|
@@ -1042,7 +1041,8 @@ lightning_sdk/lightning_cloud/utils/data_connection.py,sha256=esKg01F9vdb05fLUf0
|
|
|
1042
1041
|
lightning_sdk/lightning_cloud/utils/dataset.py,sha256=4nUspe8iAaRPgSYpXA2uAQCgydm78kJzhOIx3C9qKls,2011
|
|
1043
1042
|
lightning_sdk/lightning_cloud/utils/name_generator.py,sha256=MkciuA10332V0mcE2PxLIiwWomWE0Fm_gNGK01vwRr4,58046
|
|
1044
1043
|
lightning_sdk/lightning_cloud/utils/network.py,sha256=axPgl8rhyPcPjxiztDxyksfxax3VNg2OXL5F5Uc81b4,406
|
|
1045
|
-
lightning_sdk/llm/__init__.py,sha256=
|
|
1044
|
+
lightning_sdk/llm/__init__.py,sha256=nTdp5J7hoCsfqKla18Ta9ixAVfl_XAFyXKMuTkWgRmY,117
|
|
1045
|
+
lightning_sdk/llm/asyncllm.py,sha256=ERNm5PzdzuzwDWfkpd77B-C5TBpMqjedt9XPIoT2puI,1946
|
|
1046
1046
|
lightning_sdk/llm/llm.py,sha256=kS6NSDywqbhkkluxZYOaKSgBjxGm6xvwtwPUp0m1SsQ,10667
|
|
1047
1047
|
lightning_sdk/mmt/__init__.py,sha256=ExMu90-96bGBnyp5h0CErQszUGB1-PcjC4-R8_NYbeY,117
|
|
1048
1048
|
lightning_sdk/mmt/base.py,sha256=B3HC-c82bPHprEZh1mhLCPCrCE8BOKqwIhY7xCF9CXg,15152
|
|
@@ -1057,14 +1057,14 @@ lightning_sdk/services/__init__.py,sha256=wi1yv0SCnfJub5tOq8y9SblK3-CEseHJuvH-Hm
|
|
|
1057
1057
|
lightning_sdk/services/file_endpoint.py,sha256=we5HC_o74J4Y6fSP_31jIizi_I_1FO_Rb2qblspD9eE,7855
|
|
1058
1058
|
lightning_sdk/services/finetune_llm.py,sha256=5ewjo_bsk5hwvhGoLRdHBv1nP6LeoXDm5_0DOfzqTXQ,1091
|
|
1059
1059
|
lightning_sdk/services/license.py,sha256=BMDCOjv81l55ZHl4V56EyiDVFBY2EYHaVBun9M_kAtM,16758
|
|
1060
|
-
lightning_sdk/services/utilities.py,sha256=
|
|
1060
|
+
lightning_sdk/services/utilities.py,sha256=WlzKDGqUrQFcT85lnLgHvexf7AB1ppxS4_RBkS9Dbg8,4686
|
|
1061
1061
|
lightning_sdk/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1062
1062
|
lightning_sdk/utils/dynamic.py,sha256=glUTO1JC9APtQ6Gr9SO02a3zr56-sPAXM5C3NrTpgyQ,1959
|
|
1063
1063
|
lightning_sdk/utils/enum.py,sha256=h2JRzqoBcSlUdanFHmkj_j5DleBHAu1esQYUsdNI-hU,4106
|
|
1064
1064
|
lightning_sdk/utils/resolve.py,sha256=6qlBUkOmcFTjhQx_CAGfnvWBbMYp6XrCV_sX_IqplLE,6748
|
|
1065
|
-
lightning_sdk-0.2.
|
|
1066
|
-
lightning_sdk-0.2.
|
|
1067
|
-
lightning_sdk-0.2.
|
|
1068
|
-
lightning_sdk-0.2.
|
|
1069
|
-
lightning_sdk-0.2.
|
|
1070
|
-
lightning_sdk-0.2.
|
|
1065
|
+
lightning_sdk-0.2.21rc0.dist-info/LICENSE,sha256=uFIuZwj5z-4TeF2UuacPZ1o17HkvKObT8fY50qN84sg,1064
|
|
1066
|
+
lightning_sdk-0.2.21rc0.dist-info/METADATA,sha256=r0pcAiTb5R12dc_B9wX9XtzUoOSmDhUSCLaGRhS6apY,3995
|
|
1067
|
+
lightning_sdk-0.2.21rc0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
1068
|
+
lightning_sdk-0.2.21rc0.dist-info/entry_points.txt,sha256=msB9PJWIJ784dX-OP8by51d4IbKYH3Fj1vCuA9oXjHY,68
|
|
1069
|
+
lightning_sdk-0.2.21rc0.dist-info/top_level.txt,sha256=ps8doKILFXmN7F1mHncShmnQoTxKBRPIcchC8TpoBw4,19
|
|
1070
|
+
lightning_sdk-0.2.21rc0.dist-info/RECORD,,
|
|
@@ -1,201 +0,0 @@
|
|
|
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 V1GetUserStorageResponse(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
|
-
'acked_storage_violation': 'bool',
|
|
45
|
-
'in_storage_violation': 'bool',
|
|
46
|
-
'indexation_in_progress': 'bool',
|
|
47
|
-
'storage_bytes': 'str'
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
attribute_map = {
|
|
51
|
-
'acked_storage_violation': 'ackedStorageViolation',
|
|
52
|
-
'in_storage_violation': 'inStorageViolation',
|
|
53
|
-
'indexation_in_progress': 'indexationInProgress',
|
|
54
|
-
'storage_bytes': 'storageBytes'
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
def __init__(self, acked_storage_violation: 'bool' =None, in_storage_violation: 'bool' =None, indexation_in_progress: 'bool' =None, storage_bytes: 'str' =None): # noqa: E501
|
|
58
|
-
"""V1GetUserStorageResponse - a model defined in Swagger""" # noqa: E501
|
|
59
|
-
self._acked_storage_violation = None
|
|
60
|
-
self._in_storage_violation = None
|
|
61
|
-
self._indexation_in_progress = None
|
|
62
|
-
self._storage_bytes = None
|
|
63
|
-
self.discriminator = None
|
|
64
|
-
if acked_storage_violation is not None:
|
|
65
|
-
self.acked_storage_violation = acked_storage_violation
|
|
66
|
-
if in_storage_violation is not None:
|
|
67
|
-
self.in_storage_violation = in_storage_violation
|
|
68
|
-
if indexation_in_progress is not None:
|
|
69
|
-
self.indexation_in_progress = indexation_in_progress
|
|
70
|
-
if storage_bytes is not None:
|
|
71
|
-
self.storage_bytes = storage_bytes
|
|
72
|
-
|
|
73
|
-
@property
|
|
74
|
-
def acked_storage_violation(self) -> 'bool':
|
|
75
|
-
"""Gets the acked_storage_violation of this V1GetUserStorageResponse. # noqa: E501
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
:return: The acked_storage_violation of this V1GetUserStorageResponse. # noqa: E501
|
|
79
|
-
:rtype: bool
|
|
80
|
-
"""
|
|
81
|
-
return self._acked_storage_violation
|
|
82
|
-
|
|
83
|
-
@acked_storage_violation.setter
|
|
84
|
-
def acked_storage_violation(self, acked_storage_violation: 'bool'):
|
|
85
|
-
"""Sets the acked_storage_violation of this V1GetUserStorageResponse.
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
:param acked_storage_violation: The acked_storage_violation of this V1GetUserStorageResponse. # noqa: E501
|
|
89
|
-
:type: bool
|
|
90
|
-
"""
|
|
91
|
-
|
|
92
|
-
self._acked_storage_violation = acked_storage_violation
|
|
93
|
-
|
|
94
|
-
@property
|
|
95
|
-
def in_storage_violation(self) -> 'bool':
|
|
96
|
-
"""Gets the in_storage_violation of this V1GetUserStorageResponse. # noqa: E501
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
:return: The in_storage_violation of this V1GetUserStorageResponse. # noqa: E501
|
|
100
|
-
:rtype: bool
|
|
101
|
-
"""
|
|
102
|
-
return self._in_storage_violation
|
|
103
|
-
|
|
104
|
-
@in_storage_violation.setter
|
|
105
|
-
def in_storage_violation(self, in_storage_violation: 'bool'):
|
|
106
|
-
"""Sets the in_storage_violation of this V1GetUserStorageResponse.
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
:param in_storage_violation: The in_storage_violation of this V1GetUserStorageResponse. # noqa: E501
|
|
110
|
-
:type: bool
|
|
111
|
-
"""
|
|
112
|
-
|
|
113
|
-
self._in_storage_violation = in_storage_violation
|
|
114
|
-
|
|
115
|
-
@property
|
|
116
|
-
def indexation_in_progress(self) -> 'bool':
|
|
117
|
-
"""Gets the indexation_in_progress of this V1GetUserStorageResponse. # noqa: E501
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
:return: The indexation_in_progress of this V1GetUserStorageResponse. # noqa: E501
|
|
121
|
-
:rtype: bool
|
|
122
|
-
"""
|
|
123
|
-
return self._indexation_in_progress
|
|
124
|
-
|
|
125
|
-
@indexation_in_progress.setter
|
|
126
|
-
def indexation_in_progress(self, indexation_in_progress: 'bool'):
|
|
127
|
-
"""Sets the indexation_in_progress of this V1GetUserStorageResponse.
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
:param indexation_in_progress: The indexation_in_progress of this V1GetUserStorageResponse. # noqa: E501
|
|
131
|
-
:type: bool
|
|
132
|
-
"""
|
|
133
|
-
|
|
134
|
-
self._indexation_in_progress = indexation_in_progress
|
|
135
|
-
|
|
136
|
-
@property
|
|
137
|
-
def storage_bytes(self) -> 'str':
|
|
138
|
-
"""Gets the storage_bytes of this V1GetUserStorageResponse. # noqa: E501
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
:return: The storage_bytes of this V1GetUserStorageResponse. # noqa: E501
|
|
142
|
-
:rtype: str
|
|
143
|
-
"""
|
|
144
|
-
return self._storage_bytes
|
|
145
|
-
|
|
146
|
-
@storage_bytes.setter
|
|
147
|
-
def storage_bytes(self, storage_bytes: 'str'):
|
|
148
|
-
"""Sets the storage_bytes of this V1GetUserStorageResponse.
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
:param storage_bytes: The storage_bytes of this V1GetUserStorageResponse. # noqa: E501
|
|
152
|
-
:type: str
|
|
153
|
-
"""
|
|
154
|
-
|
|
155
|
-
self._storage_bytes = storage_bytes
|
|
156
|
-
|
|
157
|
-
def to_dict(self) -> dict:
|
|
158
|
-
"""Returns the model properties as a dict"""
|
|
159
|
-
result = {}
|
|
160
|
-
|
|
161
|
-
for attr, _ in six.iteritems(self.swagger_types):
|
|
162
|
-
value = getattr(self, attr)
|
|
163
|
-
if isinstance(value, list):
|
|
164
|
-
result[attr] = list(map(
|
|
165
|
-
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
166
|
-
value
|
|
167
|
-
))
|
|
168
|
-
elif hasattr(value, "to_dict"):
|
|
169
|
-
result[attr] = value.to_dict()
|
|
170
|
-
elif isinstance(value, dict):
|
|
171
|
-
result[attr] = dict(map(
|
|
172
|
-
lambda item: (item[0], item[1].to_dict())
|
|
173
|
-
if hasattr(item[1], "to_dict") else item,
|
|
174
|
-
value.items()
|
|
175
|
-
))
|
|
176
|
-
else:
|
|
177
|
-
result[attr] = value
|
|
178
|
-
if issubclass(V1GetUserStorageResponse, dict):
|
|
179
|
-
for key, value in self.items():
|
|
180
|
-
result[key] = value
|
|
181
|
-
|
|
182
|
-
return result
|
|
183
|
-
|
|
184
|
-
def to_str(self) -> str:
|
|
185
|
-
"""Returns the string representation of the model"""
|
|
186
|
-
return pprint.pformat(self.to_dict())
|
|
187
|
-
|
|
188
|
-
def __repr__(self) -> str:
|
|
189
|
-
"""For `print` and `pprint`"""
|
|
190
|
-
return self.to_str()
|
|
191
|
-
|
|
192
|
-
def __eq__(self, other: 'V1GetUserStorageResponse') -> bool:
|
|
193
|
-
"""Returns true if both objects are equal"""
|
|
194
|
-
if not isinstance(other, V1GetUserStorageResponse):
|
|
195
|
-
return False
|
|
196
|
-
|
|
197
|
-
return self.__dict__ == other.__dict__
|
|
198
|
-
|
|
199
|
-
def __ne__(self, other: 'V1GetUserStorageResponse') -> bool:
|
|
200
|
-
"""Returns true if both objects are not equal"""
|
|
201
|
-
return not self == other
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|