lightning-sdk 0.2.19__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 +28 -6
- lightning_sdk/api/llm_api.py +53 -1
- lightning_sdk/api/studio_api.py +5 -0
- lightning_sdk/cli/deploy/_auth.py +11 -19
- lightning_sdk/cli/entrypoint.py +20 -2
- lightning_sdk/lightning_cloud/login.py +2 -2
- lightning_sdk/lightning_cloud/openapi/__init__.py +2 -3
- lightning_sdk/lightning_cloud/openapi/api/endpoint_service_api.py +11 -1
- lightning_sdk/lightning_cloud/openapi/api/jobs_service_api.py +121 -0
- lightning_sdk/lightning_cloud/openapi/api/user_service_api.py +0 -85
- lightning_sdk/lightning_cloud/openapi/models/__init__.py +2 -3
- lightning_sdk/lightning_cloud/openapi/models/alertingevents_id_body.py +409 -0
- lightning_sdk/lightning_cloud/openapi/models/id_codeconfig_body.py +29 -3
- lightning_sdk/lightning_cloud/openapi/models/update.py +105 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_author.py +201 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_blog_post.py +53 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_cloud_space.py +27 -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 +105 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_create_project_request.py +79 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_data_connection.py +79 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_deployment_alerting_policy_type.py +1 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_get_organization_storage_metadata_response.py +79 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_get_project_storage_metadata_response.py +105 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_get_user_storage_breakdown_response.py +27 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_membership.py +27 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_message.py +53 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_notification_type.py +1 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_organization.py +105 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_project_storage.py +131 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_routing_telemetry.py +27 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_storage_asset.py +27 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_storage_asset_type.py +2 -0
- lightning_sdk/lightning_cloud/openapi/models/v1_transaction.py +27 -1
- lightning_sdk/lightning_cloud/openapi/models/v1_usage.py +27 -27
- lightning_sdk/lightning_cloud/openapi/models/v1_user_features.py +79 -365
- lightning_sdk/lightning_cloud/openapi/models/v1_volume.py +499 -31
- lightning_sdk/lightning_cloud/rest_client.py +13 -11
- lightning_sdk/lightning_cloud/source_code/logs_socket_api.py +8 -3
- lightning_sdk/llm/__init__.py +2 -1
- lightning_sdk/llm/asyncllm.py +48 -0
- lightning_sdk/services/license.py +78 -22
- lightning_sdk/services/utilities.py +15 -1
- {lightning_sdk-0.2.19.dist-info → lightning_sdk-0.2.21rc0.dist-info}/METADATA +1 -1
- {lightning_sdk-0.2.19.dist-info → lightning_sdk-0.2.21rc0.dist-info}/RECORD +52 -52
- lightning_sdk/lightning_cloud/openapi/models/v1_ebs.py +0 -279
- lightning_sdk/lightning_cloud/openapi/models/v1_get_user_storage_response.py +0 -201
- lightning_sdk/lightning_cloud/openapi/models/v1_reservation_billing_session.py +0 -279
- {lightning_sdk-0.2.19.dist-info → lightning_sdk-0.2.21rc0.dist-info}/LICENSE +0 -0
- {lightning_sdk-0.2.19.dist-info → lightning_sdk-0.2.21rc0.dist-info}/WHEEL +0 -0
- {lightning_sdk-0.2.19.dist-info → lightning_sdk-0.2.21rc0.dist-info}/entry_points.txt +0 -0
- {lightning_sdk-0.2.19.dist-info → lightning_sdk-0.2.21rc0.dist-info}/top_level.txt +0 -0
|
@@ -50,8 +50,6 @@ class V1UserFeatures(object):
|
|
|
50
50
|
'auto_top_up': 'bool',
|
|
51
51
|
'auto_top_up_teamspace': 'bool',
|
|
52
52
|
'b2c_experience': 'bool',
|
|
53
|
-
'blog_route': 'bool',
|
|
54
|
-
'byoc_litcr': 'bool',
|
|
55
53
|
'cap_add': 'list[str]',
|
|
56
54
|
'cap_drop': 'list[str]',
|
|
57
55
|
'capacity_reservation_byoc': 'bool',
|
|
@@ -62,45 +60,40 @@ class V1UserFeatures(object):
|
|
|
62
60
|
'code_tab': 'bool',
|
|
63
61
|
'collab_screen_sharing': 'bool',
|
|
64
62
|
'concurrent_gpu_limit': 'bool',
|
|
63
|
+
'control_center_monitoring': 'bool',
|
|
65
64
|
'cost_attribution_settings': 'bool',
|
|
66
65
|
'custom_app_domain': 'bool',
|
|
67
66
|
'datasets': 'bool',
|
|
68
67
|
'default_one_cluster': 'bool',
|
|
69
|
-
'deployment_alerts': 'bool',
|
|
70
68
|
'deployment_persistent_disk': 'bool',
|
|
71
|
-
'deployment_requests_tab': 'bool',
|
|
72
|
-
'dgx_cloud': 'bool',
|
|
73
69
|
'docs_agent': 'bool',
|
|
74
|
-
'down_switch_machine': 'bool',
|
|
75
70
|
'drive_v2': 'bool',
|
|
76
|
-
'enable_storage_limits': 'bool',
|
|
77
71
|
'enterprise_compute_admin': 'bool',
|
|
78
72
|
'fair_share': 'bool',
|
|
79
73
|
'featured_studios_admin': 'bool',
|
|
80
|
-
'filestore': 'bool',
|
|
81
74
|
'gcs_folders': 'bool',
|
|
82
75
|
'instant_capacity_reservation': 'bool',
|
|
83
76
|
'job_artifacts_v2': 'bool',
|
|
84
77
|
'lambda_labs': 'bool',
|
|
85
78
|
'lambda_labs_studios': 'bool',
|
|
86
79
|
'landing_studios': 'bool',
|
|
87
|
-
'lightning_cloud': 'bool',
|
|
88
80
|
'lit_logger': 'bool',
|
|
89
81
|
'marketplace': 'bool',
|
|
90
82
|
'mmt_fault_tolerance': 'bool',
|
|
91
83
|
'mmt_strategy_selector': 'bool',
|
|
84
|
+
'model_api_dashboard': 'bool',
|
|
92
85
|
'multicloud_folders': 'bool',
|
|
93
86
|
'multicloud_saas': 'bool',
|
|
94
87
|
'multiple_studio_versions': 'bool',
|
|
95
88
|
'nebius': 'bool',
|
|
96
89
|
'nebius_cpu_studios': 'bool',
|
|
97
90
|
'nebius_gpu_studios': 'bool',
|
|
98
|
-
'neocloud_studios': 'bool',
|
|
99
91
|
'nerf_fs_nonpaying': 'bool',
|
|
100
92
|
'org_level_member_permissions': 'bool',
|
|
101
93
|
'org_usage_limits': 'bool',
|
|
102
94
|
'paygo_free_storage_limit_check': 'bool',
|
|
103
95
|
'pipelines': 'bool',
|
|
96
|
+
'plg_control_center': 'bool',
|
|
104
97
|
'plugin_distributed': 'bool',
|
|
105
98
|
'plugin_inference': 'bool',
|
|
106
99
|
'plugin_label_studio': 'bool',
|
|
@@ -123,15 +116,11 @@ class V1UserFeatures(object):
|
|
|
123
116
|
'single_wallet': 'bool',
|
|
124
117
|
'slurm': 'bool',
|
|
125
118
|
'slurm_machine_selector': 'bool',
|
|
126
|
-
'stop_ide_container_on_shutdown': 'bool',
|
|
127
119
|
'storage_overuse_deletion': 'bool',
|
|
128
120
|
'studio_config': 'bool',
|
|
129
121
|
'studio_version_visibility': 'bool',
|
|
130
|
-
'studios_dashboard': 'bool',
|
|
131
|
-
'studios_dashboard_system_metrics': 'bool',
|
|
132
122
|
'teamspace_storage_tab': 'bool',
|
|
133
123
|
'trainium2': 'bool',
|
|
134
|
-
'transfer_studios': 'bool',
|
|
135
124
|
'use_rclone_mounts_only': 'bool',
|
|
136
125
|
'voltage_park': 'bool',
|
|
137
126
|
'voltage_park_studios': 'bool',
|
|
@@ -149,8 +138,6 @@ class V1UserFeatures(object):
|
|
|
149
138
|
'auto_top_up': 'autoTopUp',
|
|
150
139
|
'auto_top_up_teamspace': 'autoTopUpTeamspace',
|
|
151
140
|
'b2c_experience': 'b2cExperience',
|
|
152
|
-
'blog_route': 'blogRoute',
|
|
153
|
-
'byoc_litcr': 'byocLitcr',
|
|
154
141
|
'cap_add': 'capAdd',
|
|
155
142
|
'cap_drop': 'capDrop',
|
|
156
143
|
'capacity_reservation_byoc': 'capacityReservationByoc',
|
|
@@ -161,45 +148,40 @@ class V1UserFeatures(object):
|
|
|
161
148
|
'code_tab': 'codeTab',
|
|
162
149
|
'collab_screen_sharing': 'collabScreenSharing',
|
|
163
150
|
'concurrent_gpu_limit': 'concurrentGpuLimit',
|
|
151
|
+
'control_center_monitoring': 'controlCenterMonitoring',
|
|
164
152
|
'cost_attribution_settings': 'costAttributionSettings',
|
|
165
153
|
'custom_app_domain': 'customAppDomain',
|
|
166
154
|
'datasets': 'datasets',
|
|
167
155
|
'default_one_cluster': 'defaultOneCluster',
|
|
168
|
-
'deployment_alerts': 'deploymentAlerts',
|
|
169
156
|
'deployment_persistent_disk': 'deploymentPersistentDisk',
|
|
170
|
-
'deployment_requests_tab': 'deploymentRequestsTab',
|
|
171
|
-
'dgx_cloud': 'dgxCloud',
|
|
172
157
|
'docs_agent': 'docsAgent',
|
|
173
|
-
'down_switch_machine': 'downSwitchMachine',
|
|
174
158
|
'drive_v2': 'driveV2',
|
|
175
|
-
'enable_storage_limits': 'enableStorageLimits',
|
|
176
159
|
'enterprise_compute_admin': 'enterpriseComputeAdmin',
|
|
177
160
|
'fair_share': 'fairShare',
|
|
178
161
|
'featured_studios_admin': 'featuredStudiosAdmin',
|
|
179
|
-
'filestore': 'filestore',
|
|
180
162
|
'gcs_folders': 'gcsFolders',
|
|
181
163
|
'instant_capacity_reservation': 'instantCapacityReservation',
|
|
182
164
|
'job_artifacts_v2': 'jobArtifactsV2',
|
|
183
165
|
'lambda_labs': 'lambdaLabs',
|
|
184
166
|
'lambda_labs_studios': 'lambdaLabsStudios',
|
|
185
167
|
'landing_studios': 'landingStudios',
|
|
186
|
-
'lightning_cloud': 'lightningCloud',
|
|
187
168
|
'lit_logger': 'litLogger',
|
|
188
169
|
'marketplace': 'marketplace',
|
|
189
170
|
'mmt_fault_tolerance': 'mmtFaultTolerance',
|
|
190
171
|
'mmt_strategy_selector': 'mmtStrategySelector',
|
|
172
|
+
'model_api_dashboard': 'modelApiDashboard',
|
|
191
173
|
'multicloud_folders': 'multicloudFolders',
|
|
192
174
|
'multicloud_saas': 'multicloudSaas',
|
|
193
175
|
'multiple_studio_versions': 'multipleStudioVersions',
|
|
194
176
|
'nebius': 'nebius',
|
|
195
177
|
'nebius_cpu_studios': 'nebiusCpuStudios',
|
|
196
178
|
'nebius_gpu_studios': 'nebiusGpuStudios',
|
|
197
|
-
'neocloud_studios': 'neocloudStudios',
|
|
198
179
|
'nerf_fs_nonpaying': 'nerfFsNonpaying',
|
|
199
180
|
'org_level_member_permissions': 'orgLevelMemberPermissions',
|
|
200
181
|
'org_usage_limits': 'orgUsageLimits',
|
|
201
182
|
'paygo_free_storage_limit_check': 'paygoFreeStorageLimitCheck',
|
|
202
183
|
'pipelines': 'pipelines',
|
|
184
|
+
'plg_control_center': 'plgControlCenter',
|
|
203
185
|
'plugin_distributed': 'pluginDistributed',
|
|
204
186
|
'plugin_inference': 'pluginInference',
|
|
205
187
|
'plugin_label_studio': 'pluginLabelStudio',
|
|
@@ -222,15 +204,11 @@ class V1UserFeatures(object):
|
|
|
222
204
|
'single_wallet': 'singleWallet',
|
|
223
205
|
'slurm': 'slurm',
|
|
224
206
|
'slurm_machine_selector': 'slurmMachineSelector',
|
|
225
|
-
'stop_ide_container_on_shutdown': 'stopIdeContainerOnShutdown',
|
|
226
207
|
'storage_overuse_deletion': 'storageOveruseDeletion',
|
|
227
208
|
'studio_config': 'studioConfig',
|
|
228
209
|
'studio_version_visibility': 'studioVersionVisibility',
|
|
229
|
-
'studios_dashboard': 'studiosDashboard',
|
|
230
|
-
'studios_dashboard_system_metrics': 'studiosDashboardSystemMetrics',
|
|
231
210
|
'teamspace_storage_tab': 'teamspaceStorageTab',
|
|
232
211
|
'trainium2': 'trainium2',
|
|
233
|
-
'transfer_studios': 'transferStudios',
|
|
234
212
|
'use_rclone_mounts_only': 'useRcloneMountsOnly',
|
|
235
213
|
'voltage_park': 'voltagePark',
|
|
236
214
|
'voltage_park_studios': 'voltageParkStudios',
|
|
@@ -238,7 +216,7 @@ class V1UserFeatures(object):
|
|
|
238
216
|
'weka': 'weka'
|
|
239
217
|
}
|
|
240
218
|
|
|
241
|
-
def __init__(self, accurate_billing: 'bool' =None, affiliate_links: 'bool' =None, agents_v2: 'bool' =None, ai_hub_monetization: 'bool' =None, auto_fast_load: 'bool' =None, auto_join_orgs: 'bool' =None, auto_top_up: 'bool' =None, auto_top_up_teamspace: 'bool' =None, b2c_experience: 'bool' =None,
|
|
219
|
+
def __init__(self, accurate_billing: 'bool' =None, affiliate_links: 'bool' =None, agents_v2: 'bool' =None, ai_hub_monetization: 'bool' =None, auto_fast_load: 'bool' =None, auto_join_orgs: 'bool' =None, auto_top_up: 'bool' =None, auto_top_up_teamspace: 'bool' =None, b2c_experience: '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, cloud_space_environment_templates: 'bool' =None, cloudy_vibe_code: 'bool' =None, code_tab: 'bool' =None, collab_screen_sharing: 'bool' =None, concurrent_gpu_limit: 'bool' =None, control_center_monitoring: 'bool' =None, cost_attribution_settings: 'bool' =None, custom_app_domain: 'bool' =None, datasets: 'bool' =None, default_one_cluster: 'bool' =None, deployment_persistent_disk: 'bool' =None, docs_agent: 'bool' =None, drive_v2: 'bool' =None, enterprise_compute_admin: 'bool' =None, fair_share: 'bool' =None, featured_studios_admin: 'bool' =None, gcs_folders: 'bool' =None, instant_capacity_reservation: 'bool' =None, job_artifacts_v2: 'bool' =None, lambda_labs: 'bool' =None, lambda_labs_studios: 'bool' =None, landing_studios: 'bool' =None, lit_logger: 'bool' =None, marketplace: 'bool' =None, mmt_fault_tolerance: 'bool' =None, mmt_strategy_selector: 'bool' =None, model_api_dashboard: 'bool' =None, multicloud_folders: 'bool' =None, multicloud_saas: 'bool' =None, multiple_studio_versions: 'bool' =None, nebius: 'bool' =None, nebius_cpu_studios: 'bool' =None, nebius_gpu_studios: 'bool' =None, nerf_fs_nonpaying: 'bool' =None, org_level_member_permissions: 'bool' =None, org_usage_limits: 'bool' =None, paygo_free_storage_limit_check: 'bool' =None, pipelines: 'bool' =None, plg_control_center: '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_service: 'bool' =None, plugin_sweeps: 'bool' =None, pricing_updates: 'bool' =None, product_generator: 'bool' =None, product_license: 'bool' =None, project_selector: 'bool' =None, publish_pipelines: 'bool' =None, r2_data_connections: 'bool' =None, reserved_machines_tab: 'bool' =None, restartable_jobs: 'bool' =None, runnable_public_studio_page: 'bool' =None, security_docs: 'bool' =None, seoul_aws_region: 'bool' =None, show_dev_admin: 'bool' =None, single_wallet: 'bool' =None, slurm: 'bool' =None, slurm_machine_selector: 'bool' =None, storage_overuse_deletion: 'bool' =None, studio_config: 'bool' =None, studio_version_visibility: 'bool' =None, teamspace_storage_tab: 'bool' =None, trainium2: 'bool' =None, use_rclone_mounts_only: 'bool' =None, voltage_park: 'bool' =None, voltage_park_studios: 'bool' =None, vultr: 'bool' =None, weka: 'bool' =None): # noqa: E501
|
|
242
220
|
"""V1UserFeatures - a model defined in Swagger""" # noqa: E501
|
|
243
221
|
self._accurate_billing = None
|
|
244
222
|
self._affiliate_links = None
|
|
@@ -249,8 +227,6 @@ class V1UserFeatures(object):
|
|
|
249
227
|
self._auto_top_up = None
|
|
250
228
|
self._auto_top_up_teamspace = None
|
|
251
229
|
self._b2c_experience = None
|
|
252
|
-
self._blog_route = None
|
|
253
|
-
self._byoc_litcr = None
|
|
254
230
|
self._cap_add = None
|
|
255
231
|
self._cap_drop = None
|
|
256
232
|
self._capacity_reservation_byoc = None
|
|
@@ -261,45 +237,40 @@ class V1UserFeatures(object):
|
|
|
261
237
|
self._code_tab = None
|
|
262
238
|
self._collab_screen_sharing = None
|
|
263
239
|
self._concurrent_gpu_limit = None
|
|
240
|
+
self._control_center_monitoring = None
|
|
264
241
|
self._cost_attribution_settings = None
|
|
265
242
|
self._custom_app_domain = None
|
|
266
243
|
self._datasets = None
|
|
267
244
|
self._default_one_cluster = None
|
|
268
|
-
self._deployment_alerts = None
|
|
269
245
|
self._deployment_persistent_disk = None
|
|
270
|
-
self._deployment_requests_tab = None
|
|
271
|
-
self._dgx_cloud = None
|
|
272
246
|
self._docs_agent = None
|
|
273
|
-
self._down_switch_machine = None
|
|
274
247
|
self._drive_v2 = None
|
|
275
|
-
self._enable_storage_limits = None
|
|
276
248
|
self._enterprise_compute_admin = None
|
|
277
249
|
self._fair_share = None
|
|
278
250
|
self._featured_studios_admin = None
|
|
279
|
-
self._filestore = None
|
|
280
251
|
self._gcs_folders = None
|
|
281
252
|
self._instant_capacity_reservation = None
|
|
282
253
|
self._job_artifacts_v2 = None
|
|
283
254
|
self._lambda_labs = None
|
|
284
255
|
self._lambda_labs_studios = None
|
|
285
256
|
self._landing_studios = None
|
|
286
|
-
self._lightning_cloud = None
|
|
287
257
|
self._lit_logger = None
|
|
288
258
|
self._marketplace = None
|
|
289
259
|
self._mmt_fault_tolerance = None
|
|
290
260
|
self._mmt_strategy_selector = None
|
|
261
|
+
self._model_api_dashboard = None
|
|
291
262
|
self._multicloud_folders = None
|
|
292
263
|
self._multicloud_saas = None
|
|
293
264
|
self._multiple_studio_versions = None
|
|
294
265
|
self._nebius = None
|
|
295
266
|
self._nebius_cpu_studios = None
|
|
296
267
|
self._nebius_gpu_studios = None
|
|
297
|
-
self._neocloud_studios = None
|
|
298
268
|
self._nerf_fs_nonpaying = None
|
|
299
269
|
self._org_level_member_permissions = None
|
|
300
270
|
self._org_usage_limits = None
|
|
301
271
|
self._paygo_free_storage_limit_check = None
|
|
302
272
|
self._pipelines = None
|
|
273
|
+
self._plg_control_center = None
|
|
303
274
|
self._plugin_distributed = None
|
|
304
275
|
self._plugin_inference = None
|
|
305
276
|
self._plugin_label_studio = None
|
|
@@ -322,15 +293,11 @@ class V1UserFeatures(object):
|
|
|
322
293
|
self._single_wallet = None
|
|
323
294
|
self._slurm = None
|
|
324
295
|
self._slurm_machine_selector = None
|
|
325
|
-
self._stop_ide_container_on_shutdown = None
|
|
326
296
|
self._storage_overuse_deletion = None
|
|
327
297
|
self._studio_config = None
|
|
328
298
|
self._studio_version_visibility = None
|
|
329
|
-
self._studios_dashboard = None
|
|
330
|
-
self._studios_dashboard_system_metrics = None
|
|
331
299
|
self._teamspace_storage_tab = None
|
|
332
300
|
self._trainium2 = None
|
|
333
|
-
self._transfer_studios = None
|
|
334
301
|
self._use_rclone_mounts_only = None
|
|
335
302
|
self._voltage_park = None
|
|
336
303
|
self._voltage_park_studios = None
|
|
@@ -355,10 +322,6 @@ class V1UserFeatures(object):
|
|
|
355
322
|
self.auto_top_up_teamspace = auto_top_up_teamspace
|
|
356
323
|
if b2c_experience is not None:
|
|
357
324
|
self.b2c_experience = b2c_experience
|
|
358
|
-
if blog_route is not None:
|
|
359
|
-
self.blog_route = blog_route
|
|
360
|
-
if byoc_litcr is not None:
|
|
361
|
-
self.byoc_litcr = byoc_litcr
|
|
362
325
|
if cap_add is not None:
|
|
363
326
|
self.cap_add = cap_add
|
|
364
327
|
if cap_drop is not None:
|
|
@@ -379,6 +342,8 @@ class V1UserFeatures(object):
|
|
|
379
342
|
self.collab_screen_sharing = collab_screen_sharing
|
|
380
343
|
if concurrent_gpu_limit is not None:
|
|
381
344
|
self.concurrent_gpu_limit = concurrent_gpu_limit
|
|
345
|
+
if control_center_monitoring is not None:
|
|
346
|
+
self.control_center_monitoring = control_center_monitoring
|
|
382
347
|
if cost_attribution_settings is not None:
|
|
383
348
|
self.cost_attribution_settings = cost_attribution_settings
|
|
384
349
|
if custom_app_domain is not None:
|
|
@@ -387,30 +352,18 @@ class V1UserFeatures(object):
|
|
|
387
352
|
self.datasets = datasets
|
|
388
353
|
if default_one_cluster is not None:
|
|
389
354
|
self.default_one_cluster = default_one_cluster
|
|
390
|
-
if deployment_alerts is not None:
|
|
391
|
-
self.deployment_alerts = deployment_alerts
|
|
392
355
|
if deployment_persistent_disk is not None:
|
|
393
356
|
self.deployment_persistent_disk = deployment_persistent_disk
|
|
394
|
-
if deployment_requests_tab is not None:
|
|
395
|
-
self.deployment_requests_tab = deployment_requests_tab
|
|
396
|
-
if dgx_cloud is not None:
|
|
397
|
-
self.dgx_cloud = dgx_cloud
|
|
398
357
|
if docs_agent is not None:
|
|
399
358
|
self.docs_agent = docs_agent
|
|
400
|
-
if down_switch_machine is not None:
|
|
401
|
-
self.down_switch_machine = down_switch_machine
|
|
402
359
|
if drive_v2 is not None:
|
|
403
360
|
self.drive_v2 = drive_v2
|
|
404
|
-
if enable_storage_limits is not None:
|
|
405
|
-
self.enable_storage_limits = enable_storage_limits
|
|
406
361
|
if enterprise_compute_admin is not None:
|
|
407
362
|
self.enterprise_compute_admin = enterprise_compute_admin
|
|
408
363
|
if fair_share is not None:
|
|
409
364
|
self.fair_share = fair_share
|
|
410
365
|
if featured_studios_admin is not None:
|
|
411
366
|
self.featured_studios_admin = featured_studios_admin
|
|
412
|
-
if filestore is not None:
|
|
413
|
-
self.filestore = filestore
|
|
414
367
|
if gcs_folders is not None:
|
|
415
368
|
self.gcs_folders = gcs_folders
|
|
416
369
|
if instant_capacity_reservation is not None:
|
|
@@ -423,8 +376,6 @@ class V1UserFeatures(object):
|
|
|
423
376
|
self.lambda_labs_studios = lambda_labs_studios
|
|
424
377
|
if landing_studios is not None:
|
|
425
378
|
self.landing_studios = landing_studios
|
|
426
|
-
if lightning_cloud is not None:
|
|
427
|
-
self.lightning_cloud = lightning_cloud
|
|
428
379
|
if lit_logger is not None:
|
|
429
380
|
self.lit_logger = lit_logger
|
|
430
381
|
if marketplace is not None:
|
|
@@ -433,6 +384,8 @@ class V1UserFeatures(object):
|
|
|
433
384
|
self.mmt_fault_tolerance = mmt_fault_tolerance
|
|
434
385
|
if mmt_strategy_selector is not None:
|
|
435
386
|
self.mmt_strategy_selector = mmt_strategy_selector
|
|
387
|
+
if model_api_dashboard is not None:
|
|
388
|
+
self.model_api_dashboard = model_api_dashboard
|
|
436
389
|
if multicloud_folders is not None:
|
|
437
390
|
self.multicloud_folders = multicloud_folders
|
|
438
391
|
if multicloud_saas is not None:
|
|
@@ -445,8 +398,6 @@ class V1UserFeatures(object):
|
|
|
445
398
|
self.nebius_cpu_studios = nebius_cpu_studios
|
|
446
399
|
if nebius_gpu_studios is not None:
|
|
447
400
|
self.nebius_gpu_studios = nebius_gpu_studios
|
|
448
|
-
if neocloud_studios is not None:
|
|
449
|
-
self.neocloud_studios = neocloud_studios
|
|
450
401
|
if nerf_fs_nonpaying is not None:
|
|
451
402
|
self.nerf_fs_nonpaying = nerf_fs_nonpaying
|
|
452
403
|
if org_level_member_permissions is not None:
|
|
@@ -457,6 +408,8 @@ class V1UserFeatures(object):
|
|
|
457
408
|
self.paygo_free_storage_limit_check = paygo_free_storage_limit_check
|
|
458
409
|
if pipelines is not None:
|
|
459
410
|
self.pipelines = pipelines
|
|
411
|
+
if plg_control_center is not None:
|
|
412
|
+
self.plg_control_center = plg_control_center
|
|
460
413
|
if plugin_distributed is not None:
|
|
461
414
|
self.plugin_distributed = plugin_distributed
|
|
462
415
|
if plugin_inference is not None:
|
|
@@ -501,24 +454,16 @@ class V1UserFeatures(object):
|
|
|
501
454
|
self.slurm = slurm
|
|
502
455
|
if slurm_machine_selector is not None:
|
|
503
456
|
self.slurm_machine_selector = slurm_machine_selector
|
|
504
|
-
if stop_ide_container_on_shutdown is not None:
|
|
505
|
-
self.stop_ide_container_on_shutdown = stop_ide_container_on_shutdown
|
|
506
457
|
if storage_overuse_deletion is not None:
|
|
507
458
|
self.storage_overuse_deletion = storage_overuse_deletion
|
|
508
459
|
if studio_config is not None:
|
|
509
460
|
self.studio_config = studio_config
|
|
510
461
|
if studio_version_visibility is not None:
|
|
511
462
|
self.studio_version_visibility = studio_version_visibility
|
|
512
|
-
if studios_dashboard is not None:
|
|
513
|
-
self.studios_dashboard = studios_dashboard
|
|
514
|
-
if studios_dashboard_system_metrics is not None:
|
|
515
|
-
self.studios_dashboard_system_metrics = studios_dashboard_system_metrics
|
|
516
463
|
if teamspace_storage_tab is not None:
|
|
517
464
|
self.teamspace_storage_tab = teamspace_storage_tab
|
|
518
465
|
if trainium2 is not None:
|
|
519
466
|
self.trainium2 = trainium2
|
|
520
|
-
if transfer_studios is not None:
|
|
521
|
-
self.transfer_studios = transfer_studios
|
|
522
467
|
if use_rclone_mounts_only is not None:
|
|
523
468
|
self.use_rclone_mounts_only = use_rclone_mounts_only
|
|
524
469
|
if voltage_park is not None:
|
|
@@ -719,48 +664,6 @@ class V1UserFeatures(object):
|
|
|
719
664
|
|
|
720
665
|
self._b2c_experience = b2c_experience
|
|
721
666
|
|
|
722
|
-
@property
|
|
723
|
-
def blog_route(self) -> 'bool':
|
|
724
|
-
"""Gets the blog_route of this V1UserFeatures. # noqa: E501
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
:return: The blog_route of this V1UserFeatures. # noqa: E501
|
|
728
|
-
:rtype: bool
|
|
729
|
-
"""
|
|
730
|
-
return self._blog_route
|
|
731
|
-
|
|
732
|
-
@blog_route.setter
|
|
733
|
-
def blog_route(self, blog_route: 'bool'):
|
|
734
|
-
"""Sets the blog_route of this V1UserFeatures.
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
:param blog_route: The blog_route of this V1UserFeatures. # noqa: E501
|
|
738
|
-
:type: bool
|
|
739
|
-
"""
|
|
740
|
-
|
|
741
|
-
self._blog_route = blog_route
|
|
742
|
-
|
|
743
|
-
@property
|
|
744
|
-
def byoc_litcr(self) -> 'bool':
|
|
745
|
-
"""Gets the byoc_litcr of this V1UserFeatures. # noqa: E501
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
:return: The byoc_litcr of this V1UserFeatures. # noqa: E501
|
|
749
|
-
:rtype: bool
|
|
750
|
-
"""
|
|
751
|
-
return self._byoc_litcr
|
|
752
|
-
|
|
753
|
-
@byoc_litcr.setter
|
|
754
|
-
def byoc_litcr(self, byoc_litcr: 'bool'):
|
|
755
|
-
"""Sets the byoc_litcr of this V1UserFeatures.
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
:param byoc_litcr: The byoc_litcr of this V1UserFeatures. # noqa: E501
|
|
759
|
-
:type: bool
|
|
760
|
-
"""
|
|
761
|
-
|
|
762
|
-
self._byoc_litcr = byoc_litcr
|
|
763
|
-
|
|
764
667
|
@property
|
|
765
668
|
def cap_add(self) -> 'list[str]':
|
|
766
669
|
"""Gets the cap_add of this V1UserFeatures. # noqa: E501
|
|
@@ -971,6 +874,27 @@ class V1UserFeatures(object):
|
|
|
971
874
|
|
|
972
875
|
self._concurrent_gpu_limit = concurrent_gpu_limit
|
|
973
876
|
|
|
877
|
+
@property
|
|
878
|
+
def control_center_monitoring(self) -> 'bool':
|
|
879
|
+
"""Gets the control_center_monitoring of this V1UserFeatures. # noqa: E501
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
:return: The control_center_monitoring of this V1UserFeatures. # noqa: E501
|
|
883
|
+
:rtype: bool
|
|
884
|
+
"""
|
|
885
|
+
return self._control_center_monitoring
|
|
886
|
+
|
|
887
|
+
@control_center_monitoring.setter
|
|
888
|
+
def control_center_monitoring(self, control_center_monitoring: 'bool'):
|
|
889
|
+
"""Sets the control_center_monitoring of this V1UserFeatures.
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
:param control_center_monitoring: The control_center_monitoring of this V1UserFeatures. # noqa: E501
|
|
893
|
+
:type: bool
|
|
894
|
+
"""
|
|
895
|
+
|
|
896
|
+
self._control_center_monitoring = control_center_monitoring
|
|
897
|
+
|
|
974
898
|
@property
|
|
975
899
|
def cost_attribution_settings(self) -> 'bool':
|
|
976
900
|
"""Gets the cost_attribution_settings of this V1UserFeatures. # noqa: E501
|
|
@@ -1055,27 +979,6 @@ class V1UserFeatures(object):
|
|
|
1055
979
|
|
|
1056
980
|
self._default_one_cluster = default_one_cluster
|
|
1057
981
|
|
|
1058
|
-
@property
|
|
1059
|
-
def deployment_alerts(self) -> 'bool':
|
|
1060
|
-
"""Gets the deployment_alerts of this V1UserFeatures. # noqa: E501
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
:return: The deployment_alerts of this V1UserFeatures. # noqa: E501
|
|
1064
|
-
:rtype: bool
|
|
1065
|
-
"""
|
|
1066
|
-
return self._deployment_alerts
|
|
1067
|
-
|
|
1068
|
-
@deployment_alerts.setter
|
|
1069
|
-
def deployment_alerts(self, deployment_alerts: 'bool'):
|
|
1070
|
-
"""Sets the deployment_alerts of this V1UserFeatures.
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
:param deployment_alerts: The deployment_alerts of this V1UserFeatures. # noqa: E501
|
|
1074
|
-
:type: bool
|
|
1075
|
-
"""
|
|
1076
|
-
|
|
1077
|
-
self._deployment_alerts = deployment_alerts
|
|
1078
|
-
|
|
1079
982
|
@property
|
|
1080
983
|
def deployment_persistent_disk(self) -> 'bool':
|
|
1081
984
|
"""Gets the deployment_persistent_disk of this V1UserFeatures. # noqa: E501
|
|
@@ -1097,48 +1000,6 @@ class V1UserFeatures(object):
|
|
|
1097
1000
|
|
|
1098
1001
|
self._deployment_persistent_disk = deployment_persistent_disk
|
|
1099
1002
|
|
|
1100
|
-
@property
|
|
1101
|
-
def deployment_requests_tab(self) -> 'bool':
|
|
1102
|
-
"""Gets the deployment_requests_tab of this V1UserFeatures. # noqa: E501
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
:return: The deployment_requests_tab of this V1UserFeatures. # noqa: E501
|
|
1106
|
-
:rtype: bool
|
|
1107
|
-
"""
|
|
1108
|
-
return self._deployment_requests_tab
|
|
1109
|
-
|
|
1110
|
-
@deployment_requests_tab.setter
|
|
1111
|
-
def deployment_requests_tab(self, deployment_requests_tab: 'bool'):
|
|
1112
|
-
"""Sets the deployment_requests_tab of this V1UserFeatures.
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
:param deployment_requests_tab: The deployment_requests_tab of this V1UserFeatures. # noqa: E501
|
|
1116
|
-
:type: bool
|
|
1117
|
-
"""
|
|
1118
|
-
|
|
1119
|
-
self._deployment_requests_tab = deployment_requests_tab
|
|
1120
|
-
|
|
1121
|
-
@property
|
|
1122
|
-
def dgx_cloud(self) -> 'bool':
|
|
1123
|
-
"""Gets the dgx_cloud of this V1UserFeatures. # noqa: E501
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
:return: The dgx_cloud of this V1UserFeatures. # noqa: E501
|
|
1127
|
-
:rtype: bool
|
|
1128
|
-
"""
|
|
1129
|
-
return self._dgx_cloud
|
|
1130
|
-
|
|
1131
|
-
@dgx_cloud.setter
|
|
1132
|
-
def dgx_cloud(self, dgx_cloud: 'bool'):
|
|
1133
|
-
"""Sets the dgx_cloud of this V1UserFeatures.
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
:param dgx_cloud: The dgx_cloud of this V1UserFeatures. # noqa: E501
|
|
1137
|
-
:type: bool
|
|
1138
|
-
"""
|
|
1139
|
-
|
|
1140
|
-
self._dgx_cloud = dgx_cloud
|
|
1141
|
-
|
|
1142
1003
|
@property
|
|
1143
1004
|
def docs_agent(self) -> 'bool':
|
|
1144
1005
|
"""Gets the docs_agent of this V1UserFeatures. # noqa: E501
|
|
@@ -1160,27 +1021,6 @@ class V1UserFeatures(object):
|
|
|
1160
1021
|
|
|
1161
1022
|
self._docs_agent = docs_agent
|
|
1162
1023
|
|
|
1163
|
-
@property
|
|
1164
|
-
def down_switch_machine(self) -> 'bool':
|
|
1165
|
-
"""Gets the down_switch_machine of this V1UserFeatures. # noqa: E501
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
:return: The down_switch_machine of this V1UserFeatures. # noqa: E501
|
|
1169
|
-
:rtype: bool
|
|
1170
|
-
"""
|
|
1171
|
-
return self._down_switch_machine
|
|
1172
|
-
|
|
1173
|
-
@down_switch_machine.setter
|
|
1174
|
-
def down_switch_machine(self, down_switch_machine: 'bool'):
|
|
1175
|
-
"""Sets the down_switch_machine of this V1UserFeatures.
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
:param down_switch_machine: The down_switch_machine of this V1UserFeatures. # noqa: E501
|
|
1179
|
-
:type: bool
|
|
1180
|
-
"""
|
|
1181
|
-
|
|
1182
|
-
self._down_switch_machine = down_switch_machine
|
|
1183
|
-
|
|
1184
1024
|
@property
|
|
1185
1025
|
def drive_v2(self) -> 'bool':
|
|
1186
1026
|
"""Gets the drive_v2 of this V1UserFeatures. # noqa: E501
|
|
@@ -1202,27 +1042,6 @@ class V1UserFeatures(object):
|
|
|
1202
1042
|
|
|
1203
1043
|
self._drive_v2 = drive_v2
|
|
1204
1044
|
|
|
1205
|
-
@property
|
|
1206
|
-
def enable_storage_limits(self) -> 'bool':
|
|
1207
|
-
"""Gets the enable_storage_limits of this V1UserFeatures. # noqa: E501
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
:return: The enable_storage_limits of this V1UserFeatures. # noqa: E501
|
|
1211
|
-
:rtype: bool
|
|
1212
|
-
"""
|
|
1213
|
-
return self._enable_storage_limits
|
|
1214
|
-
|
|
1215
|
-
@enable_storage_limits.setter
|
|
1216
|
-
def enable_storage_limits(self, enable_storage_limits: 'bool'):
|
|
1217
|
-
"""Sets the enable_storage_limits of this V1UserFeatures.
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
:param enable_storage_limits: The enable_storage_limits of this V1UserFeatures. # noqa: E501
|
|
1221
|
-
:type: bool
|
|
1222
|
-
"""
|
|
1223
|
-
|
|
1224
|
-
self._enable_storage_limits = enable_storage_limits
|
|
1225
|
-
|
|
1226
1045
|
@property
|
|
1227
1046
|
def enterprise_compute_admin(self) -> 'bool':
|
|
1228
1047
|
"""Gets the enterprise_compute_admin of this V1UserFeatures. # noqa: E501
|
|
@@ -1286,27 +1105,6 @@ class V1UserFeatures(object):
|
|
|
1286
1105
|
|
|
1287
1106
|
self._featured_studios_admin = featured_studios_admin
|
|
1288
1107
|
|
|
1289
|
-
@property
|
|
1290
|
-
def filestore(self) -> 'bool':
|
|
1291
|
-
"""Gets the filestore of this V1UserFeatures. # noqa: E501
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
:return: The filestore of this V1UserFeatures. # noqa: E501
|
|
1295
|
-
:rtype: bool
|
|
1296
|
-
"""
|
|
1297
|
-
return self._filestore
|
|
1298
|
-
|
|
1299
|
-
@filestore.setter
|
|
1300
|
-
def filestore(self, filestore: 'bool'):
|
|
1301
|
-
"""Sets the filestore of this V1UserFeatures.
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
:param filestore: The filestore of this V1UserFeatures. # noqa: E501
|
|
1305
|
-
:type: bool
|
|
1306
|
-
"""
|
|
1307
|
-
|
|
1308
|
-
self._filestore = filestore
|
|
1309
|
-
|
|
1310
1108
|
@property
|
|
1311
1109
|
def gcs_folders(self) -> 'bool':
|
|
1312
1110
|
"""Gets the gcs_folders of this V1UserFeatures. # noqa: E501
|
|
@@ -1433,27 +1231,6 @@ class V1UserFeatures(object):
|
|
|
1433
1231
|
|
|
1434
1232
|
self._landing_studios = landing_studios
|
|
1435
1233
|
|
|
1436
|
-
@property
|
|
1437
|
-
def lightning_cloud(self) -> 'bool':
|
|
1438
|
-
"""Gets the lightning_cloud of this V1UserFeatures. # noqa: E501
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
:return: The lightning_cloud of this V1UserFeatures. # noqa: E501
|
|
1442
|
-
:rtype: bool
|
|
1443
|
-
"""
|
|
1444
|
-
return self._lightning_cloud
|
|
1445
|
-
|
|
1446
|
-
@lightning_cloud.setter
|
|
1447
|
-
def lightning_cloud(self, lightning_cloud: 'bool'):
|
|
1448
|
-
"""Sets the lightning_cloud of this V1UserFeatures.
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
:param lightning_cloud: The lightning_cloud of this V1UserFeatures. # noqa: E501
|
|
1452
|
-
:type: bool
|
|
1453
|
-
"""
|
|
1454
|
-
|
|
1455
|
-
self._lightning_cloud = lightning_cloud
|
|
1456
|
-
|
|
1457
1234
|
@property
|
|
1458
1235
|
def lit_logger(self) -> 'bool':
|
|
1459
1236
|
"""Gets the lit_logger of this V1UserFeatures. # noqa: E501
|
|
@@ -1538,6 +1315,27 @@ class V1UserFeatures(object):
|
|
|
1538
1315
|
|
|
1539
1316
|
self._mmt_strategy_selector = mmt_strategy_selector
|
|
1540
1317
|
|
|
1318
|
+
@property
|
|
1319
|
+
def model_api_dashboard(self) -> 'bool':
|
|
1320
|
+
"""Gets the model_api_dashboard of this V1UserFeatures. # noqa: E501
|
|
1321
|
+
|
|
1322
|
+
|
|
1323
|
+
:return: The model_api_dashboard of this V1UserFeatures. # noqa: E501
|
|
1324
|
+
:rtype: bool
|
|
1325
|
+
"""
|
|
1326
|
+
return self._model_api_dashboard
|
|
1327
|
+
|
|
1328
|
+
@model_api_dashboard.setter
|
|
1329
|
+
def model_api_dashboard(self, model_api_dashboard: 'bool'):
|
|
1330
|
+
"""Sets the model_api_dashboard of this V1UserFeatures.
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
:param model_api_dashboard: The model_api_dashboard of this V1UserFeatures. # noqa: E501
|
|
1334
|
+
:type: bool
|
|
1335
|
+
"""
|
|
1336
|
+
|
|
1337
|
+
self._model_api_dashboard = model_api_dashboard
|
|
1338
|
+
|
|
1541
1339
|
@property
|
|
1542
1340
|
def multicloud_folders(self) -> 'bool':
|
|
1543
1341
|
"""Gets the multicloud_folders of this V1UserFeatures. # noqa: E501
|
|
@@ -1664,27 +1462,6 @@ class V1UserFeatures(object):
|
|
|
1664
1462
|
|
|
1665
1463
|
self._nebius_gpu_studios = nebius_gpu_studios
|
|
1666
1464
|
|
|
1667
|
-
@property
|
|
1668
|
-
def neocloud_studios(self) -> 'bool':
|
|
1669
|
-
"""Gets the neocloud_studios of this V1UserFeatures. # noqa: E501
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
:return: The neocloud_studios of this V1UserFeatures. # noqa: E501
|
|
1673
|
-
:rtype: bool
|
|
1674
|
-
"""
|
|
1675
|
-
return self._neocloud_studios
|
|
1676
|
-
|
|
1677
|
-
@neocloud_studios.setter
|
|
1678
|
-
def neocloud_studios(self, neocloud_studios: 'bool'):
|
|
1679
|
-
"""Sets the neocloud_studios of this V1UserFeatures.
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
:param neocloud_studios: The neocloud_studios of this V1UserFeatures. # noqa: E501
|
|
1683
|
-
:type: bool
|
|
1684
|
-
"""
|
|
1685
|
-
|
|
1686
|
-
self._neocloud_studios = neocloud_studios
|
|
1687
|
-
|
|
1688
1465
|
@property
|
|
1689
1466
|
def nerf_fs_nonpaying(self) -> 'bool':
|
|
1690
1467
|
"""Gets the nerf_fs_nonpaying of this V1UserFeatures. # noqa: E501
|
|
@@ -1790,6 +1567,27 @@ class V1UserFeatures(object):
|
|
|
1790
1567
|
|
|
1791
1568
|
self._pipelines = pipelines
|
|
1792
1569
|
|
|
1570
|
+
@property
|
|
1571
|
+
def plg_control_center(self) -> 'bool':
|
|
1572
|
+
"""Gets the plg_control_center of this V1UserFeatures. # noqa: E501
|
|
1573
|
+
|
|
1574
|
+
|
|
1575
|
+
:return: The plg_control_center of this V1UserFeatures. # noqa: E501
|
|
1576
|
+
:rtype: bool
|
|
1577
|
+
"""
|
|
1578
|
+
return self._plg_control_center
|
|
1579
|
+
|
|
1580
|
+
@plg_control_center.setter
|
|
1581
|
+
def plg_control_center(self, plg_control_center: 'bool'):
|
|
1582
|
+
"""Sets the plg_control_center of this V1UserFeatures.
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
:param plg_control_center: The plg_control_center of this V1UserFeatures. # noqa: E501
|
|
1586
|
+
:type: bool
|
|
1587
|
+
"""
|
|
1588
|
+
|
|
1589
|
+
self._plg_control_center = plg_control_center
|
|
1590
|
+
|
|
1793
1591
|
@property
|
|
1794
1592
|
def plugin_distributed(self) -> 'bool':
|
|
1795
1593
|
"""Gets the plugin_distributed of this V1UserFeatures. # noqa: E501
|
|
@@ -2252,27 +2050,6 @@ class V1UserFeatures(object):
|
|
|
2252
2050
|
|
|
2253
2051
|
self._slurm_machine_selector = slurm_machine_selector
|
|
2254
2052
|
|
|
2255
|
-
@property
|
|
2256
|
-
def stop_ide_container_on_shutdown(self) -> 'bool':
|
|
2257
|
-
"""Gets the stop_ide_container_on_shutdown of this V1UserFeatures. # noqa: E501
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
:return: The stop_ide_container_on_shutdown of this V1UserFeatures. # noqa: E501
|
|
2261
|
-
:rtype: bool
|
|
2262
|
-
"""
|
|
2263
|
-
return self._stop_ide_container_on_shutdown
|
|
2264
|
-
|
|
2265
|
-
@stop_ide_container_on_shutdown.setter
|
|
2266
|
-
def stop_ide_container_on_shutdown(self, stop_ide_container_on_shutdown: 'bool'):
|
|
2267
|
-
"""Sets the stop_ide_container_on_shutdown of this V1UserFeatures.
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
:param stop_ide_container_on_shutdown: The stop_ide_container_on_shutdown of this V1UserFeatures. # noqa: E501
|
|
2271
|
-
:type: bool
|
|
2272
|
-
"""
|
|
2273
|
-
|
|
2274
|
-
self._stop_ide_container_on_shutdown = stop_ide_container_on_shutdown
|
|
2275
|
-
|
|
2276
2053
|
@property
|
|
2277
2054
|
def storage_overuse_deletion(self) -> 'bool':
|
|
2278
2055
|
"""Gets the storage_overuse_deletion of this V1UserFeatures. # noqa: E501
|
|
@@ -2336,48 +2113,6 @@ class V1UserFeatures(object):
|
|
|
2336
2113
|
|
|
2337
2114
|
self._studio_version_visibility = studio_version_visibility
|
|
2338
2115
|
|
|
2339
|
-
@property
|
|
2340
|
-
def studios_dashboard(self) -> 'bool':
|
|
2341
|
-
"""Gets the studios_dashboard of this V1UserFeatures. # noqa: E501
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
:return: The studios_dashboard of this V1UserFeatures. # noqa: E501
|
|
2345
|
-
:rtype: bool
|
|
2346
|
-
"""
|
|
2347
|
-
return self._studios_dashboard
|
|
2348
|
-
|
|
2349
|
-
@studios_dashboard.setter
|
|
2350
|
-
def studios_dashboard(self, studios_dashboard: 'bool'):
|
|
2351
|
-
"""Sets the studios_dashboard of this V1UserFeatures.
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
:param studios_dashboard: The studios_dashboard of this V1UserFeatures. # noqa: E501
|
|
2355
|
-
:type: bool
|
|
2356
|
-
"""
|
|
2357
|
-
|
|
2358
|
-
self._studios_dashboard = studios_dashboard
|
|
2359
|
-
|
|
2360
|
-
@property
|
|
2361
|
-
def studios_dashboard_system_metrics(self) -> 'bool':
|
|
2362
|
-
"""Gets the studios_dashboard_system_metrics of this V1UserFeatures. # noqa: E501
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
:return: The studios_dashboard_system_metrics of this V1UserFeatures. # noqa: E501
|
|
2366
|
-
:rtype: bool
|
|
2367
|
-
"""
|
|
2368
|
-
return self._studios_dashboard_system_metrics
|
|
2369
|
-
|
|
2370
|
-
@studios_dashboard_system_metrics.setter
|
|
2371
|
-
def studios_dashboard_system_metrics(self, studios_dashboard_system_metrics: 'bool'):
|
|
2372
|
-
"""Sets the studios_dashboard_system_metrics of this V1UserFeatures.
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
:param studios_dashboard_system_metrics: The studios_dashboard_system_metrics of this V1UserFeatures. # noqa: E501
|
|
2376
|
-
:type: bool
|
|
2377
|
-
"""
|
|
2378
|
-
|
|
2379
|
-
self._studios_dashboard_system_metrics = studios_dashboard_system_metrics
|
|
2380
|
-
|
|
2381
2116
|
@property
|
|
2382
2117
|
def teamspace_storage_tab(self) -> 'bool':
|
|
2383
2118
|
"""Gets the teamspace_storage_tab of this V1UserFeatures. # noqa: E501
|
|
@@ -2420,27 +2155,6 @@ class V1UserFeatures(object):
|
|
|
2420
2155
|
|
|
2421
2156
|
self._trainium2 = trainium2
|
|
2422
2157
|
|
|
2423
|
-
@property
|
|
2424
|
-
def transfer_studios(self) -> 'bool':
|
|
2425
|
-
"""Gets the transfer_studios of this V1UserFeatures. # noqa: E501
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
:return: The transfer_studios of this V1UserFeatures. # noqa: E501
|
|
2429
|
-
:rtype: bool
|
|
2430
|
-
"""
|
|
2431
|
-
return self._transfer_studios
|
|
2432
|
-
|
|
2433
|
-
@transfer_studios.setter
|
|
2434
|
-
def transfer_studios(self, transfer_studios: 'bool'):
|
|
2435
|
-
"""Sets the transfer_studios of this V1UserFeatures.
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
:param transfer_studios: The transfer_studios of this V1UserFeatures. # noqa: E501
|
|
2439
|
-
:type: bool
|
|
2440
|
-
"""
|
|
2441
|
-
|
|
2442
|
-
self._transfer_studios = transfer_studios
|
|
2443
|
-
|
|
2444
2158
|
@property
|
|
2445
2159
|
def use_rclone_mounts_only(self) -> 'bool':
|
|
2446
2160
|
"""Gets the use_rclone_mounts_only of this V1UserFeatures. # noqa: E501
|