anyscale 0.26.5__py3-none-any.whl → 0.26.6__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.
- anyscale/client/README.md +0 -19
- anyscale/client/openapi_client/__init__.py +0 -8
- anyscale/client/openapi_client/api/default_api.py +48 -1336
- anyscale/client/openapi_client/models/__init__.py +0 -8
- anyscale/client/openapi_client/models/create_session_from_snapshot_options.py +3 -30
- anyscale/commands/workspace_commands.py +3 -3
- anyscale/version.py +1 -1
- {anyscale-0.26.5.dist-info → anyscale-0.26.6.dist-info}/METADATA +1 -1
- {anyscale-0.26.5.dist-info → anyscale-0.26.6.dist-info}/RECORD +14 -22
- anyscale/client/openapi_client/models/cluster_config.py +0 -178
- anyscale/client/openapi_client/models/cluster_config_with_session_idle_timeout.py +0 -204
- anyscale/client/openapi_client/models/cluster_startup.py +0 -208
- anyscale/client/openapi_client/models/clusterconfig_response.py +0 -121
- anyscale/client/openapi_client/models/clusterconfigwithsessionidletimeout_response.py +0 -121
- anyscale/client/openapi_client/models/execute_shell_command_options.py +0 -121
- anyscale/client/openapi_client/models/organization_availability.py +0 -148
- anyscale/client/openapi_client/models/organizationavailability_response.py +0 -121
- {anyscale-0.26.5.dist-info → anyscale-0.26.6.dist-info}/LICENSE +0 -0
- {anyscale-0.26.5.dist-info → anyscale-0.26.6.dist-info}/NOTICE +0 -0
- {anyscale-0.26.5.dist-info → anyscale-0.26.6.dist-info}/WHEEL +0 -0
- {anyscale-0.26.5.dist-info → anyscale-0.26.6.dist-info}/entry_points.txt +0 -0
- {anyscale-0.26.5.dist-info → anyscale-0.26.6.dist-info}/top_level.txt +0 -0
@@ -128,8 +128,6 @@ from openapi_client.models.cloudresourcegcp_response import CloudresourcegcpResp
|
|
128
128
|
from openapi_client.models.cloudwithcloudresource_response import CloudwithcloudresourceResponse
|
129
129
|
from openapi_client.models.cloudwithcloudresourcegcp_response import CloudwithcloudresourcegcpResponse
|
130
130
|
from openapi_client.models.cluster_auth_response import ClusterAuthResponse
|
131
|
-
from openapi_client.models.cluster_config import ClusterConfig
|
132
|
-
from openapi_client.models.cluster_config_with_session_idle_timeout import ClusterConfigWithSessionIdleTimeout
|
133
131
|
from openapi_client.models.cluster_environments_query import ClusterEnvironmentsQuery
|
134
132
|
from openapi_client.models.cluster_event import ClusterEvent
|
135
133
|
from openapi_client.models.cluster_event_source import ClusterEventSource
|
@@ -137,12 +135,9 @@ from openapi_client.models.cluster_events_output import ClusterEventsOutput
|
|
137
135
|
from openapi_client.models.cluster_features import ClusterFeatures
|
138
136
|
from openapi_client.models.cluster_management_stack_versions import ClusterManagementStackVersions
|
139
137
|
from openapi_client.models.cluster_size import ClusterSize
|
140
|
-
from openapi_client.models.cluster_startup import ClusterStartup
|
141
138
|
from openapi_client.models.cluster_status import ClusterStatus
|
142
139
|
from openapi_client.models.cluster_status_details import ClusterStatusDetails
|
143
140
|
from openapi_client.models.clusterauthresponse_response import ClusterauthresponseResponse
|
144
|
-
from openapi_client.models.clusterconfig_response import ClusterconfigResponse
|
145
|
-
from openapi_client.models.clusterconfigwithsessionidletimeout_response import ClusterconfigwithsessionidletimeoutResponse
|
146
141
|
from openapi_client.models.clusterevent_list_response import ClustereventListResponse
|
147
142
|
from openapi_client.models.clustereventsoutput_response import ClustereventsoutputResponse
|
148
143
|
from openapi_client.models.clusterfeatures_response import ClusterfeaturesResponse
|
@@ -281,7 +276,6 @@ from openapi_client.models.error import Error
|
|
281
276
|
from openapi_client.models.event_level import EventLevel
|
282
277
|
from openapi_client.models.execute_command_response import ExecuteCommandResponse
|
283
278
|
from openapi_client.models.execute_interactive_command_options import ExecuteInteractiveCommandOptions
|
284
|
-
from openapi_client.models.execute_shell_command_options import ExecuteShellCommandOptions
|
285
279
|
from openapi_client.models.executecommandresponse_response import ExecutecommandresponseResponse
|
286
280
|
from openapi_client.models.experimental_workspace import ExperimentalWorkspace
|
287
281
|
from openapi_client.models.experimental_workspaces_sort_field import ExperimentalWorkspacesSortField
|
@@ -416,7 +410,6 @@ from openapi_client.models.notification_channel_webhook_config import Notificati
|
|
416
410
|
from openapi_client.models.onboarding_user_cards_query import OnboardingUserCardsQuery
|
417
411
|
from openapi_client.models.operator_metrics import OperatorMetrics
|
418
412
|
from openapi_client.models.organization import Organization
|
419
|
-
from openapi_client.models.organization_availability import OrganizationAvailability
|
420
413
|
from openapi_client.models.organization_collaborator import OrganizationCollaborator
|
421
414
|
from openapi_client.models.organization_configuration import OrganizationConfiguration
|
422
415
|
from openapi_client.models.organization_configuration_response import OrganizationConfigurationResponse
|
@@ -431,7 +424,6 @@ from openapi_client.models.organization_response import OrganizationResponse
|
|
431
424
|
from openapi_client.models.organization_summary import OrganizationSummary
|
432
425
|
from openapi_client.models.organization_usage_alert import OrganizationUsageAlert
|
433
426
|
from openapi_client.models.organization_usage_alert_severity import OrganizationUsageAlertSeverity
|
434
|
-
from openapi_client.models.organizationavailability_response import OrganizationavailabilityResponse
|
435
427
|
from openapi_client.models.organizationcollaborator_list_response import OrganizationcollaboratorListResponse
|
436
428
|
from openapi_client.models.organizationconfiguration_list_response import OrganizationconfigurationListResponse
|
437
429
|
from openapi_client.models.organizationconfigurationresponse_response import OrganizationconfigurationresponseResponse
|
@@ -49,8 +49,7 @@ class CreateSessionFromSnapshotOptions(object):
|
|
49
49
|
'wait_for_snapshot': 'bool',
|
50
50
|
'idle_timeout': 'int',
|
51
51
|
'uses_app_config': 'bool',
|
52
|
-
'user_service_access': 'UserServiceAccessTypes'
|
53
|
-
'startup_id': 'str'
|
52
|
+
'user_service_access': 'UserServiceAccessTypes'
|
54
53
|
}
|
55
54
|
|
56
55
|
attribute_map = {
|
@@ -70,11 +69,10 @@ class CreateSessionFromSnapshotOptions(object):
|
|
70
69
|
'wait_for_snapshot': 'wait_for_snapshot',
|
71
70
|
'idle_timeout': 'idle_timeout',
|
72
71
|
'uses_app_config': 'uses_app_config',
|
73
|
-
'user_service_access': 'user_service_access'
|
74
|
-
'startup_id': 'startup_id'
|
72
|
+
'user_service_access': 'user_service_access'
|
75
73
|
}
|
76
74
|
|
77
|
-
def __init__(self, project_id=None, name=None, session_params=None, command_name=None, command_params=None, shell=False, min_workers=None, max_workers=None, cluster_config=None, build_id=None, compute_template_id=None, cloud_id=None, start_session=True, wait_for_snapshot=False, idle_timeout=None, uses_app_config=False, user_service_access=None,
|
75
|
+
def __init__(self, project_id=None, name=None, session_params=None, command_name=None, command_params=None, shell=False, min_workers=None, max_workers=None, cluster_config=None, build_id=None, compute_template_id=None, cloud_id=None, start_session=True, wait_for_snapshot=False, idle_timeout=None, uses_app_config=False, user_service_access=None, local_vars_configuration=None): # noqa: E501
|
78
76
|
"""CreateSessionFromSnapshotOptions - a model defined in OpenAPI""" # noqa: E501
|
79
77
|
if local_vars_configuration is None:
|
80
78
|
local_vars_configuration = Configuration()
|
@@ -97,7 +95,6 @@ class CreateSessionFromSnapshotOptions(object):
|
|
97
95
|
self._idle_timeout = None
|
98
96
|
self._uses_app_config = None
|
99
97
|
self._user_service_access = None
|
100
|
-
self._startup_id = None
|
101
98
|
self.discriminator = None
|
102
99
|
|
103
100
|
self.project_id = project_id
|
@@ -132,7 +129,6 @@ class CreateSessionFromSnapshotOptions(object):
|
|
132
129
|
self.uses_app_config = uses_app_config
|
133
130
|
if user_service_access is not None:
|
134
131
|
self.user_service_access = user_service_access
|
135
|
-
self.startup_id = startup_id
|
136
132
|
|
137
133
|
@property
|
138
134
|
def project_id(self):
|
@@ -495,29 +491,6 @@ class CreateSessionFromSnapshotOptions(object):
|
|
495
491
|
|
496
492
|
self._user_service_access = user_service_access
|
497
493
|
|
498
|
-
@property
|
499
|
-
def startup_id(self):
|
500
|
-
"""Gets the startup_id of this CreateSessionFromSnapshotOptions. # noqa: E501
|
501
|
-
|
502
|
-
|
503
|
-
:return: The startup_id of this CreateSessionFromSnapshotOptions. # noqa: E501
|
504
|
-
:rtype: str
|
505
|
-
"""
|
506
|
-
return self._startup_id
|
507
|
-
|
508
|
-
@startup_id.setter
|
509
|
-
def startup_id(self, startup_id):
|
510
|
-
"""Sets the startup_id of this CreateSessionFromSnapshotOptions.
|
511
|
-
|
512
|
-
|
513
|
-
:param startup_id: The startup_id of this CreateSessionFromSnapshotOptions. # noqa: E501
|
514
|
-
:type: str
|
515
|
-
"""
|
516
|
-
if self.local_vars_configuration.client_side_validation and startup_id is None: # noqa: E501
|
517
|
-
raise ValueError("Invalid value for `startup_id`, must not be `None`") # noqa: E501
|
518
|
-
|
519
|
-
self._startup_id = startup_id
|
520
|
-
|
521
494
|
def to_dict(self):
|
522
495
|
"""Returns the model properties as a dict"""
|
523
496
|
result = {}
|
@@ -8,8 +8,8 @@ import requests
|
|
8
8
|
|
9
9
|
from anyscale.authenticate import get_auth_api_client
|
10
10
|
from anyscale.cli_logger import BlockLogger
|
11
|
-
from anyscale.client.openapi_client.models.
|
12
|
-
|
11
|
+
from anyscale.client.openapi_client.models.execute_interactive_command_options import (
|
12
|
+
ExecuteInteractiveCommandOptions,
|
13
13
|
)
|
14
14
|
from anyscale.commands import workspace_commands_v2
|
15
15
|
from anyscale.commands.util import LegacyAnyscaleCommand
|
@@ -483,7 +483,7 @@ def _execute_shell_command(cluster_id: str, shell_command: str):
|
|
483
483
|
auth_api_client = get_auth_api_client()
|
484
484
|
|
485
485
|
result = auth_api_client.api_client.execute_interactive_command_api_v2_sessions_session_id_execute_interactive_command_post(
|
486
|
-
cluster_id,
|
486
|
+
cluster_id, ExecuteInteractiveCommandOptions(shell_command=shell_command),
|
487
487
|
).result
|
488
488
|
|
489
489
|
command_id = result.command_id
|
anyscale/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.26.
|
1
|
+
__version__ = "0.26.6"
|
@@ -27,7 +27,7 @@ anyscale/scripts.py,sha256=HR6JOCBVBXMVi1Kz5uJmjsh73t2l1W8UbUge83ofnqk,5474
|
|
27
27
|
anyscale/snapshot.py,sha256=UGJT5C1s_4xmQxjWODK5DFpGxHRBX5jOCdSCqXESH8E,1685
|
28
28
|
anyscale/tables.py,sha256=TV4F2uLnwehvbkAfaP7iuLlT2wLIo6ORH2LVdRGXW5g,2840
|
29
29
|
anyscale/util.py,sha256=Tqb9qWSxQI_PBJVSDxm9RWqFyGJFClgZDPByhb_fhU8,40813
|
30
|
-
anyscale/version.py,sha256=
|
30
|
+
anyscale/version.py,sha256=qUYY2fY4Nn_S-MCaTUOMkfzVHPB5oBbrpmx4Aoz2uaA,23
|
31
31
|
anyscale/workspace_utils.py,sha256=OViE88CnIF5ruVxd3kazQ0Mf2BxqtMq6wx-XQ5A2cp8,1204
|
32
32
|
anyscale/_private/anyscale_client/README.md,sha256=gk8obk7kqg6VWoUHcqDMwJULh35tYKEZFC0UF_dixGA,718
|
33
33
|
anyscale/_private/anyscale_client/__init__.py,sha256=807Blx3RHQeS8BmKZcsOQQ4dYoKlCnpm6Bdsif2CrHg,337
|
@@ -98,7 +98,7 @@ anyscale/background/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
|
|
98
98
|
anyscale/background/job_runner.py,sha256=LTuv9JOahyv6C9i7DLQAONgQF6--FfYZEmJrKy-sUG8,2687
|
99
99
|
anyscale/client/.gitignore,sha256=JZyvYEtT2DCSK9V5Joi6lQofhMik4PXiJRCWsg7SvqI,807
|
100
100
|
anyscale/client/.openapi-generator-ignore,sha256=pu2PTide7pJtJ-DFLzDy0cTYQJRlrB-8RRH3zGLeUds,1040
|
101
|
-
anyscale/client/README.md,sha256=
|
101
|
+
anyscale/client/README.md,sha256=zWXKmHSMRI9e_N3zXtWsI7sRPjK7Mhr3V15CXkW5Onw,125198
|
102
102
|
anyscale/client/git_push.sh,sha256=EDCZOTTiLxbtPHmiU63qC99rGH67B7dhdPZdNUKivF0,1827
|
103
103
|
anyscale/client/requirements.txt,sha256=dkVKYUStC5h_g_87SH7pRdhXCj7ySozAJMGAFEzGgFc,126
|
104
104
|
anyscale/client/setup.cfg,sha256=l7bdKSIedeBhhoDtupsBwx1xPrlBf2yYeTH7a8kMga4,28
|
@@ -106,14 +106,14 @@ anyscale/client/setup.py,sha256=tSxqw1kAL1B9adnrnOarjnQfSbwGmnTr_kg8ZXhlm5A,1109
|
|
106
106
|
anyscale/client/test-requirements.txt,sha256=sTjmDTj5W9fh1ZAeo8UT2EBdeGDBNttj_PHiPBXg1D4,111
|
107
107
|
anyscale/client/tox.ini,sha256=M6L3UmvAdvU65LsoAF-Oi7oRjwZlCJZn8I7ofdXn5Ok,156
|
108
108
|
anyscale/client/.openapi-generator/VERSION,sha256=J0RzX-4u4jfin1kviKtmncjUePyjHm2kyvmkobOrt_E,5
|
109
|
-
anyscale/client/openapi_client/__init__.py,sha256=
|
109
|
+
anyscale/client/openapi_client/__init__.py,sha256=ODw-RGbMaSYbYROzj0wAR5E6t8ocV3JsUcyUvbY9fjg,53523
|
110
110
|
anyscale/client/openapi_client/api_client.py,sha256=d8Un6j2Ny2vlS2qBXPVFj6_ql0k36DFahpWt_28TfCk,25563
|
111
111
|
anyscale/client/openapi_client/configuration.py,sha256=Dd5XrlHwv-wxnf0C35PG_-HBQoY3Yaz6hKrmkZz-m0E,12363
|
112
112
|
anyscale/client/openapi_client/exceptions.py,sha256=3egwsXQG2j_vARbqgBxUO1xSltAhpfiHTYVP7VXTvU0,3792
|
113
113
|
anyscale/client/openapi_client/rest.py,sha256=Ehj37v7GHW6SXV067Hze5HE42ayKaGi6a6ZlkR7u3Lg,12501
|
114
114
|
anyscale/client/openapi_client/api/__init__.py,sha256=i8u7BI2xX1GrXTL3hN0pKpYIlnT-D_uDxH2ElOfYG1I,141
|
115
|
-
anyscale/client/openapi_client/api/default_api.py,sha256=
|
116
|
-
anyscale/client/openapi_client/models/__init__.py,sha256=
|
115
|
+
anyscale/client/openapi_client/api/default_api.py,sha256=RzBFMArSjoO1xrfwlR-4B5o2vrauERIZ_4DmFyuCZOw,1991034
|
116
|
+
anyscale/client/openapi_client/models/__init__.py,sha256=6DCF1mXesIt1AYkcHnBly1TGXJiK3jCa2xpMxMpipP0,53033
|
117
117
|
anyscale/client/openapi_client/models/access_config.py,sha256=b2mA0qtuTA5PFbp6C61Jc_T2zUMaojM1v32IhZo0MfY,3648
|
118
118
|
anyscale/client/openapi_client/models/actor_status.py,sha256=6xyX_aIqURj2raBdY9DmBxsdDACFrqqYvElGiM6YG2E,2813
|
119
119
|
anyscale/client/openapi_client/models/admin_create_user.py,sha256=9DPr8D0lKgoEZ3Z2kGsAd8L7ocFCiP6woOGLVs8SRb8,7251
|
@@ -228,8 +228,6 @@ anyscale/client/openapi_client/models/cloudresourcegcp_response.py,sha256=MjxfLr
|
|
228
228
|
anyscale/client/openapi_client/models/cloudwithcloudresource_response.py,sha256=qthJH5LuBA2naVmQmH1pPyY3D6kJ_F0KdkldAENaUXo,3660
|
229
229
|
anyscale/client/openapi_client/models/cloudwithcloudresourcegcp_response.py,sha256=0Qx-KdnAsQagoxK4tP-f0EyC_wMTeb9nIeVN0NK52w8,3693
|
230
230
|
anyscale/client/openapi_client/models/cluster_auth_response.py,sha256=BsP_6A9ff4Ww2k4MY7GjINBE0togixrCYbaWUDHNBW8,4526
|
231
|
-
anyscale/client/openapi_client/models/cluster_config.py,sha256=ee_eRei3biKf5JZ2wIYQfRS4ePereCJXZ7R3UKK_hFM,5686
|
232
|
-
anyscale/client/openapi_client/models/cluster_config_with_session_idle_timeout.py,sha256=l2fSRqmDdbEXMSu3D4vWqnm2FhajJI1S-Or6TRYXYZU,6867
|
233
231
|
anyscale/client/openapi_client/models/cluster_environments_query.py,sha256=X2TRqYVnBMGY-QrslIR1jUTdh8ID4CPsuEhusnFh2SE,9699
|
234
232
|
anyscale/client/openapi_client/models/cluster_event.py,sha256=FMDhnRYYkYKgNSJS_uE-723BTsv4ktI-OomKbCN-0Zw,5881
|
235
233
|
anyscale/client/openapi_client/models/cluster_event_source.py,sha256=91NhcrFfTUPrDVt3B-VDdt3BNsrejOJKh0v_zC49cK8,3096
|
@@ -237,12 +235,9 @@ anyscale/client/openapi_client/models/cluster_events_output.py,sha256=YUHkexy7mG
|
|
237
235
|
anyscale/client/openapi_client/models/cluster_features.py,sha256=WKGsgFLmCCRHrBMIgMLBmKs82yJ8nQAWD0Gd0KTN4w0,4838
|
238
236
|
anyscale/client/openapi_client/models/cluster_management_stack_versions.py,sha256=bmfziKzWYVRKWthh1xQs013bz5Eg74H3xd0Urm7bOpA,2874
|
239
237
|
anyscale/client/openapi_client/models/cluster_size.py,sha256=NBvg8fw-72WaH3EUK3cVMWM8kQC8S6XFUCTQQZHT0-E,2951
|
240
|
-
anyscale/client/openapi_client/models/cluster_startup.py,sha256=PPtgxtcAIdpIRUd9WP-nhtVprSYSejaSGtqoWXGQ7Q0,6336
|
241
238
|
anyscale/client/openapi_client/models/cluster_status.py,sha256=9bvifs50nFxxfufadL5z0qA77W_4orO76r3U7BOKdjs,3010
|
242
239
|
anyscale/client/openapi_client/models/cluster_status_details.py,sha256=Sj086_AZaPrRE_4ANgO7utZ084U-dSzFBGIXN64h2j0,2999
|
243
240
|
anyscale/client/openapi_client/models/clusterauthresponse_response.py,sha256=rwq8UV5AKtjFkrWg0_k94EggUQ2OrSFkm36tIFK7YEk,3627
|
244
|
-
anyscale/client/openapi_client/models/clusterconfig_response.py,sha256=7lOcvgwkBDR9i2BDbxvsV6L3BDxocEu5NFcOGKu7iaY,3561
|
245
|
-
anyscale/client/openapi_client/models/clusterconfigwithsessionidletimeout_response.py,sha256=L0vEMcAMSI4aN-vEfgU_HxU2GPTnN9tHKIfey5EL9pQ,3803
|
246
241
|
anyscale/client/openapi_client/models/clusterevent_list_response.py,sha256=mtfYHoHjpzqg_VOyIn6XvcW71pfBPlfrxjVP6wxHsX4,4377
|
247
242
|
anyscale/client/openapi_client/models/clustereventsoutput_response.py,sha256=vFPLzXf_sRs8LAg16Ht6Oel18w6FISg7MLFi4YlTvHs,3627
|
248
243
|
anyscale/client/openapi_client/models/clusterfeatures_response.py,sha256=m0GHRo6sAAaSh41ind3rl_AKu5Vy4mfzplFcorYI3hs,3583
|
@@ -289,7 +284,7 @@ anyscale/client/openapi_client/models/create_production_job_config.py,sha256=0R8
|
|
289
284
|
anyscale/client/openapi_client/models/create_resource_notification.py,sha256=5x-fXt1Nk5hC46SQoutxx8HsBokixrfjL3rRjDv_Qsg,8938
|
290
285
|
anyscale/client/openapi_client/models/create_resource_quota.py,sha256=WOly3xraLO5vdgtEs9DeIj9oX9MHZIkQ-_UZYYDu0Pk,9504
|
291
286
|
anyscale/client/openapi_client/models/create_schedule.py,sha256=JMUqz1xn6IUkhow3yTLouhmTzIVJMsF3S6KbGMF7MQQ,8048
|
292
|
-
anyscale/client/openapi_client/models/create_session_from_snapshot_options.py,sha256=
|
287
|
+
anyscale/client/openapi_client/models/create_session_from_snapshot_options.py,sha256=38ypHkdaeT7RIb2cXqGtJujVmDvDT9_VsEdpas3iMYY,17144
|
293
288
|
anyscale/client/openapi_client/models/create_session_in_db.py,sha256=OrIQjqJu-pAYuxyOkmv7GNsNFVO-TEGVRE_eRcwDbsY,16107
|
294
289
|
anyscale/client/openapi_client/models/create_session_response.py,sha256=jS4rUO9gYUXRJBG4HstJOkWRRrbPUFolgZpXRrUs5Sg,5196
|
295
290
|
anyscale/client/openapi_client/models/create_user.py,sha256=X0fYOmtGTZdeLBqQPSswW1OKRxOR0WnUs46ts55CJJA,13055
|
@@ -381,7 +376,6 @@ anyscale/client/openapi_client/models/error.py,sha256=_5n4xJuUrFKJrU9mEUG1spsnO3
|
|
381
376
|
anyscale/client/openapi_client/models/event_level.py,sha256=TC3dK0rOPCz320zqxK7QoF43qKNwgLW8GODtsMOYusU,2929
|
382
377
|
anyscale/client/openapi_client/models/execute_command_response.py,sha256=d2fpl74m0wVnvHilRO4qje3_Ef5W7APovxJ72GGHTYo,5522
|
383
378
|
anyscale/client/openapi_client/models/execute_interactive_command_options.py,sha256=n6FkcXgfKqRaxvucqcij6p2izCP_NoB_XPRF8Izu06w,4427
|
384
|
-
anyscale/client/openapi_client/models/execute_shell_command_options.py,sha256=54jXwpYAYiuBKtPJM3DN7S8CrOEQBtiOLRBGyoGCEQI,3718
|
385
379
|
anyscale/client/openapi_client/models/executecommandresponse_response.py,sha256=RK23hIb2C0z1yB9sIUHnBDl_vld2q8yqZO0YcKDLS7s,3660
|
386
380
|
anyscale/client/openapi_client/models/experimental_workspace.py,sha256=_WpXDSNeLrmDGgf7K3GtisoWXQRXxvx3M3GH0qCcY9g,25770
|
387
381
|
anyscale/client/openapi_client/models/experimental_workspaces_sort_field.py,sha256=WHOf5Si--4hZoN1NOI8kI6n2Wx0wiSCG56diEGzZMXk,2914
|
@@ -516,7 +510,6 @@ anyscale/client/openapi_client/models/notification_channel_webhook_config.py,sha
|
|
516
510
|
anyscale/client/openapi_client/models/onboarding_user_cards_query.py,sha256=d83wBZi9u7xHGIPLsOpyp1t2R9-Ye6XtZtfs4yIdzVY,3584
|
517
511
|
anyscale/client/openapi_client/models/operator_metrics.py,sha256=_Vnk6BJ-KGMXZ-8oDnqUZNLD2yGiDrVWAdXvuf4aStk,7372
|
518
512
|
anyscale/client/openapi_client/models/organization.py,sha256=-xGnObI7kkDV66TGskc2uu9kG3z4rX_CkoHt8mdaVvU,16651
|
519
|
-
anyscale/client/openapi_client/models/organization_availability.py,sha256=t9ihnzfrNpaAXL-ROX6hDMn5T0PhJhJQcxhq06DgVU4,4673
|
520
513
|
anyscale/client/openapi_client/models/organization_collaborator.py,sha256=b1EWH9jTsPKPv5aotAnf052kC_v4YQ2FVyIcJ28g5pM,8034
|
521
514
|
anyscale/client/openapi_client/models/organization_configuration.py,sha256=ut6TmxbRFp9dQjQQHJL10vV1DRsZPFtFa3sCiPU2Ae8,8754
|
522
515
|
anyscale/client/openapi_client/models/organization_configuration_response.py,sha256=GNWS6L-_oLt2E6izb70UrqibhhLZjex9aCi3WEyltHo,7568
|
@@ -531,7 +524,6 @@ anyscale/client/openapi_client/models/organization_response.py,sha256=MkKCkhv3di
|
|
531
524
|
anyscale/client/openapi_client/models/organization_summary.py,sha256=ZPgla-b8Nd3TMkV8YvQ4cBnIM9IFDgDImu78Z3Q_uCo,7076
|
532
525
|
anyscale/client/openapi_client/models/organization_usage_alert.py,sha256=Uy-lvb3Dbt0xodA-FtNZ6wkbZT4PVkUgjP2XvioY_ko,6761
|
533
526
|
anyscale/client/openapi_client/models/organization_usage_alert_severity.py,sha256=PwbYUpLVgcZzvao-t4MyH6r7wfiIoMaqsxbMkpakoWE,2898
|
534
|
-
anyscale/client/openapi_client/models/organizationavailability_response.py,sha256=E8Xq34ouTG7x69TXJ8fvrWasKxs_xxoMNmqhY_sbyzU,3682
|
535
527
|
anyscale/client/openapi_client/models/organizationcollaborator_list_response.py,sha256=kTvc5AznuyCgWjCClVPoNtmoTEFGcSqLO3CKF3tuCY8,4557
|
536
528
|
anyscale/client/openapi_client/models/organizationconfiguration_list_response.py,sha256=GeENxA6RpK8IIlykxXttAGe0aaLjworyGGEmBsS4XEE,4572
|
537
529
|
anyscale/client/openapi_client/models/organizationconfigurationresponse_response.py,sha256=lagg6kXwVMo_9PwF8kRrwbsF78Y5fuDS9YZ6AwQ8RPU,3781
|
@@ -792,7 +784,7 @@ anyscale/commands/service_commands.py,sha256=zS8B3k710ZPAnYOeeuZr_KovnZP7q3D2wiP
|
|
792
784
|
anyscale/commands/session_commands_hidden.py,sha256=APEypnUB1yV2Rr6wdSFWy1vQbAnn-lOn0rU2enF5JdM,6200
|
793
785
|
anyscale/commands/user_commands.py,sha256=C-i1dGpdhboywN_2XgPS2BekKx2y6LZq8c8gvS0S-tY,1259
|
794
786
|
anyscale/commands/util.py,sha256=h34d1OUOjcC_QMUGc8th-sAp7xDGs4l7YeYmJx82BKk,5106
|
795
|
-
anyscale/commands/workspace_commands.py,sha256=
|
787
|
+
anyscale/commands/workspace_commands.py,sha256=RjK8rPlIPoReZBb7RPB6z9aFp7gSmnsxDge8d3uj9t8,15768
|
796
788
|
anyscale/commands/workspace_commands_v2.py,sha256=N4vpb54xq_4wrCwsYQrjrjNxYwYvOE3gbP0pmrfYmEE,27964
|
797
789
|
anyscale/commands/anyscale_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
798
790
|
anyscale/commands/anyscale_api/api_commands.py,sha256=Dze2wuzeZurlbxOu4YHZqln026yXgtWi_jxccyKANmw,473
|
@@ -1140,10 +1132,10 @@ anyscale/workspace/__init__.py,sha256=fIxkn8b_HADCQl5njPAbcJxAf0sajZoc55L_wMvGAx
|
|
1140
1132
|
anyscale/workspace/commands.py,sha256=21FubFd2wmEwlVbk-ng-adwBm-O4ZPBgEJnoavbfvbU,14035
|
1141
1133
|
anyscale/workspace/models.py,sha256=Ey67KqxdslS51yK7xetbRaFjE8sURAArpf-F38r3cUU,9760
|
1142
1134
|
anyscale/workspace/_private/workspace_sdk.py,sha256=4LOBmMm7kd-O94ii5uP1UDbkWLComh6zI5QmE2lXRTY,26824
|
1143
|
-
anyscale-0.26.
|
1144
|
-
anyscale-0.26.
|
1145
|
-
anyscale-0.26.
|
1146
|
-
anyscale-0.26.
|
1147
|
-
anyscale-0.26.
|
1148
|
-
anyscale-0.26.
|
1149
|
-
anyscale-0.26.
|
1135
|
+
anyscale-0.26.6.dist-info/LICENSE,sha256=UOPu974Wzsna6frFv1mu4VrZgNdZT7lbcNPzo5ue3qs,3494
|
1136
|
+
anyscale-0.26.6.dist-info/METADATA,sha256=Ya7faJSp_nAGDcNrXFhcTz792dIzPtUzjjifVcjSLro,3049
|
1137
|
+
anyscale-0.26.6.dist-info/NOTICE,sha256=gHqDhSnUYlRXX-mDOL5FtE7774oiKyV_HO80qM3r9Xo,196
|
1138
|
+
anyscale-0.26.6.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
1139
|
+
anyscale-0.26.6.dist-info/entry_points.txt,sha256=NqO18sCZn6zG6J0S38itjcN00s7aE3C3v3k5lMAfCLk,51
|
1140
|
+
anyscale-0.26.6.dist-info/top_level.txt,sha256=g3NVNS8Oh0NZwbFFgeX696C5MZZkS5dqV2NqcsbDRJE,9
|
1141
|
+
anyscale-0.26.6.dist-info/RECORD,,
|
@@ -1,178 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
|
3
|
-
"""
|
4
|
-
Managed Ray API
|
5
|
-
|
6
|
-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
|
7
|
-
|
8
|
-
The version of the OpenAPI document: 0.1.0
|
9
|
-
Generated by: https://openapi-generator.tech
|
10
|
-
"""
|
11
|
-
|
12
|
-
|
13
|
-
import pprint
|
14
|
-
import re # noqa: F401
|
15
|
-
|
16
|
-
import six
|
17
|
-
|
18
|
-
from openapi_client.configuration import Configuration
|
19
|
-
|
20
|
-
|
21
|
-
class ClusterConfig(object):
|
22
|
-
"""NOTE: This class is auto generated by OpenAPI Generator.
|
23
|
-
Ref: https://openapi-generator.tech
|
24
|
-
|
25
|
-
Do not edit the class manually.
|
26
|
-
"""
|
27
|
-
|
28
|
-
"""
|
29
|
-
Attributes:
|
30
|
-
openapi_types (dict): The key is attribute name
|
31
|
-
and the value is attribute type.
|
32
|
-
attribute_map (dict): The key is attribute name
|
33
|
-
and the value is json key in definition.
|
34
|
-
"""
|
35
|
-
openapi_types = {
|
36
|
-
'config': 'str',
|
37
|
-
'config_with_defaults': 'str',
|
38
|
-
'last_modified_at': 'datetime'
|
39
|
-
}
|
40
|
-
|
41
|
-
attribute_map = {
|
42
|
-
'config': 'config',
|
43
|
-
'config_with_defaults': 'config_with_defaults',
|
44
|
-
'last_modified_at': 'last_modified_at'
|
45
|
-
}
|
46
|
-
|
47
|
-
def __init__(self, config=None, config_with_defaults=None, last_modified_at=None, local_vars_configuration=None): # noqa: E501
|
48
|
-
"""ClusterConfig - a model defined in OpenAPI""" # noqa: E501
|
49
|
-
if local_vars_configuration is None:
|
50
|
-
local_vars_configuration = Configuration()
|
51
|
-
self.local_vars_configuration = local_vars_configuration
|
52
|
-
|
53
|
-
self._config = None
|
54
|
-
self._config_with_defaults = None
|
55
|
-
self._last_modified_at = None
|
56
|
-
self.discriminator = None
|
57
|
-
|
58
|
-
self.config = config
|
59
|
-
self.config_with_defaults = config_with_defaults
|
60
|
-
if last_modified_at is not None:
|
61
|
-
self.last_modified_at = last_modified_at
|
62
|
-
|
63
|
-
@property
|
64
|
-
def config(self):
|
65
|
-
"""Gets the config of this ClusterConfig. # noqa: E501
|
66
|
-
|
67
|
-
The cluster configuration in JSON format. # noqa: E501
|
68
|
-
|
69
|
-
:return: The config of this ClusterConfig. # noqa: E501
|
70
|
-
:rtype: str
|
71
|
-
"""
|
72
|
-
return self._config
|
73
|
-
|
74
|
-
@config.setter
|
75
|
-
def config(self, config):
|
76
|
-
"""Sets the config of this ClusterConfig.
|
77
|
-
|
78
|
-
The cluster configuration in JSON format. # noqa: E501
|
79
|
-
|
80
|
-
:param config: The config of this ClusterConfig. # noqa: E501
|
81
|
-
:type: str
|
82
|
-
"""
|
83
|
-
if self.local_vars_configuration.client_side_validation and config is None: # noqa: E501
|
84
|
-
raise ValueError("Invalid value for `config`, must not be `None`") # noqa: E501
|
85
|
-
|
86
|
-
self._config = config
|
87
|
-
|
88
|
-
@property
|
89
|
-
def config_with_defaults(self):
|
90
|
-
"""Gets the config_with_defaults of this ClusterConfig. # noqa: E501
|
91
|
-
|
92
|
-
The cluster configuration in JSON format with the defaults filled in. # noqa: E501
|
93
|
-
|
94
|
-
:return: The config_with_defaults of this ClusterConfig. # noqa: E501
|
95
|
-
:rtype: str
|
96
|
-
"""
|
97
|
-
return self._config_with_defaults
|
98
|
-
|
99
|
-
@config_with_defaults.setter
|
100
|
-
def config_with_defaults(self, config_with_defaults):
|
101
|
-
"""Sets the config_with_defaults of this ClusterConfig.
|
102
|
-
|
103
|
-
The cluster configuration in JSON format with the defaults filled in. # noqa: E501
|
104
|
-
|
105
|
-
:param config_with_defaults: The config_with_defaults of this ClusterConfig. # noqa: E501
|
106
|
-
:type: str
|
107
|
-
"""
|
108
|
-
if self.local_vars_configuration.client_side_validation and config_with_defaults is None: # noqa: E501
|
109
|
-
raise ValueError("Invalid value for `config_with_defaults`, must not be `None`") # noqa: E501
|
110
|
-
|
111
|
-
self._config_with_defaults = config_with_defaults
|
112
|
-
|
113
|
-
@property
|
114
|
-
def last_modified_at(self):
|
115
|
-
"""Gets the last_modified_at of this ClusterConfig. # noqa: E501
|
116
|
-
|
117
|
-
|
118
|
-
:return: The last_modified_at of this ClusterConfig. # noqa: E501
|
119
|
-
:rtype: datetime
|
120
|
-
"""
|
121
|
-
return self._last_modified_at
|
122
|
-
|
123
|
-
@last_modified_at.setter
|
124
|
-
def last_modified_at(self, last_modified_at):
|
125
|
-
"""Sets the last_modified_at of this ClusterConfig.
|
126
|
-
|
127
|
-
|
128
|
-
:param last_modified_at: The last_modified_at of this ClusterConfig. # noqa: E501
|
129
|
-
:type: datetime
|
130
|
-
"""
|
131
|
-
|
132
|
-
self._last_modified_at = last_modified_at
|
133
|
-
|
134
|
-
def to_dict(self):
|
135
|
-
"""Returns the model properties as a dict"""
|
136
|
-
result = {}
|
137
|
-
|
138
|
-
for attr, _ in six.iteritems(self.openapi_types):
|
139
|
-
value = getattr(self, attr)
|
140
|
-
if isinstance(value, list):
|
141
|
-
result[attr] = list(map(
|
142
|
-
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
143
|
-
value
|
144
|
-
))
|
145
|
-
elif hasattr(value, "to_dict"):
|
146
|
-
result[attr] = value.to_dict()
|
147
|
-
elif isinstance(value, dict):
|
148
|
-
result[attr] = dict(map(
|
149
|
-
lambda item: (item[0], item[1].to_dict())
|
150
|
-
if hasattr(item[1], "to_dict") else item,
|
151
|
-
value.items()
|
152
|
-
))
|
153
|
-
else:
|
154
|
-
result[attr] = value
|
155
|
-
|
156
|
-
return result
|
157
|
-
|
158
|
-
def to_str(self):
|
159
|
-
"""Returns the string representation of the model"""
|
160
|
-
return pprint.pformat(self.to_dict())
|
161
|
-
|
162
|
-
def __repr__(self):
|
163
|
-
"""For `print` and `pprint`"""
|
164
|
-
return self.to_str()
|
165
|
-
|
166
|
-
def __eq__(self, other):
|
167
|
-
"""Returns true if both objects are equal"""
|
168
|
-
if not isinstance(other, ClusterConfig):
|
169
|
-
return False
|
170
|
-
|
171
|
-
return self.to_dict() == other.to_dict()
|
172
|
-
|
173
|
-
def __ne__(self, other):
|
174
|
-
"""Returns true if both objects are not equal"""
|
175
|
-
if not isinstance(other, ClusterConfig):
|
176
|
-
return True
|
177
|
-
|
178
|
-
return self.to_dict() != other.to_dict()
|
@@ -1,204 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
|
3
|
-
"""
|
4
|
-
Managed Ray API
|
5
|
-
|
6
|
-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
|
7
|
-
|
8
|
-
The version of the OpenAPI document: 0.1.0
|
9
|
-
Generated by: https://openapi-generator.tech
|
10
|
-
"""
|
11
|
-
|
12
|
-
|
13
|
-
import pprint
|
14
|
-
import re # noqa: F401
|
15
|
-
|
16
|
-
import six
|
17
|
-
|
18
|
-
from openapi_client.configuration import Configuration
|
19
|
-
|
20
|
-
|
21
|
-
class ClusterConfigWithSessionIdleTimeout(object):
|
22
|
-
"""NOTE: This class is auto generated by OpenAPI Generator.
|
23
|
-
Ref: https://openapi-generator.tech
|
24
|
-
|
25
|
-
Do not edit the class manually.
|
26
|
-
"""
|
27
|
-
|
28
|
-
"""
|
29
|
-
Attributes:
|
30
|
-
openapi_types (dict): The key is attribute name
|
31
|
-
and the value is attribute type.
|
32
|
-
attribute_map (dict): The key is attribute name
|
33
|
-
and the value is json key in definition.
|
34
|
-
"""
|
35
|
-
openapi_types = {
|
36
|
-
'config': 'str',
|
37
|
-
'config_with_defaults': 'str',
|
38
|
-
'last_modified_at': 'datetime',
|
39
|
-
'idle_timeout': 'int'
|
40
|
-
}
|
41
|
-
|
42
|
-
attribute_map = {
|
43
|
-
'config': 'config',
|
44
|
-
'config_with_defaults': 'config_with_defaults',
|
45
|
-
'last_modified_at': 'last_modified_at',
|
46
|
-
'idle_timeout': 'idle_timeout'
|
47
|
-
}
|
48
|
-
|
49
|
-
def __init__(self, config=None, config_with_defaults=None, last_modified_at=None, idle_timeout=None, local_vars_configuration=None): # noqa: E501
|
50
|
-
"""ClusterConfigWithSessionIdleTimeout - a model defined in OpenAPI""" # noqa: E501
|
51
|
-
if local_vars_configuration is None:
|
52
|
-
local_vars_configuration = Configuration()
|
53
|
-
self.local_vars_configuration = local_vars_configuration
|
54
|
-
|
55
|
-
self._config = None
|
56
|
-
self._config_with_defaults = None
|
57
|
-
self._last_modified_at = None
|
58
|
-
self._idle_timeout = None
|
59
|
-
self.discriminator = None
|
60
|
-
|
61
|
-
self.config = config
|
62
|
-
self.config_with_defaults = config_with_defaults
|
63
|
-
if last_modified_at is not None:
|
64
|
-
self.last_modified_at = last_modified_at
|
65
|
-
if idle_timeout is not None:
|
66
|
-
self.idle_timeout = idle_timeout
|
67
|
-
|
68
|
-
@property
|
69
|
-
def config(self):
|
70
|
-
"""Gets the config of this ClusterConfigWithSessionIdleTimeout. # noqa: E501
|
71
|
-
|
72
|
-
The cluster configuration in JSON format. # noqa: E501
|
73
|
-
|
74
|
-
:return: The config of this ClusterConfigWithSessionIdleTimeout. # noqa: E501
|
75
|
-
:rtype: str
|
76
|
-
"""
|
77
|
-
return self._config
|
78
|
-
|
79
|
-
@config.setter
|
80
|
-
def config(self, config):
|
81
|
-
"""Sets the config of this ClusterConfigWithSessionIdleTimeout.
|
82
|
-
|
83
|
-
The cluster configuration in JSON format. # noqa: E501
|
84
|
-
|
85
|
-
:param config: The config of this ClusterConfigWithSessionIdleTimeout. # noqa: E501
|
86
|
-
:type: str
|
87
|
-
"""
|
88
|
-
if self.local_vars_configuration.client_side_validation and config is None: # noqa: E501
|
89
|
-
raise ValueError("Invalid value for `config`, must not be `None`") # noqa: E501
|
90
|
-
|
91
|
-
self._config = config
|
92
|
-
|
93
|
-
@property
|
94
|
-
def config_with_defaults(self):
|
95
|
-
"""Gets the config_with_defaults of this ClusterConfigWithSessionIdleTimeout. # noqa: E501
|
96
|
-
|
97
|
-
The cluster configuration in JSON format with the defaults filled in. # noqa: E501
|
98
|
-
|
99
|
-
:return: The config_with_defaults of this ClusterConfigWithSessionIdleTimeout. # noqa: E501
|
100
|
-
:rtype: str
|
101
|
-
"""
|
102
|
-
return self._config_with_defaults
|
103
|
-
|
104
|
-
@config_with_defaults.setter
|
105
|
-
def config_with_defaults(self, config_with_defaults):
|
106
|
-
"""Sets the config_with_defaults of this ClusterConfigWithSessionIdleTimeout.
|
107
|
-
|
108
|
-
The cluster configuration in JSON format with the defaults filled in. # noqa: E501
|
109
|
-
|
110
|
-
:param config_with_defaults: The config_with_defaults of this ClusterConfigWithSessionIdleTimeout. # noqa: E501
|
111
|
-
:type: str
|
112
|
-
"""
|
113
|
-
if self.local_vars_configuration.client_side_validation and config_with_defaults is None: # noqa: E501
|
114
|
-
raise ValueError("Invalid value for `config_with_defaults`, must not be `None`") # noqa: E501
|
115
|
-
|
116
|
-
self._config_with_defaults = config_with_defaults
|
117
|
-
|
118
|
-
@property
|
119
|
-
def last_modified_at(self):
|
120
|
-
"""Gets the last_modified_at of this ClusterConfigWithSessionIdleTimeout. # noqa: E501
|
121
|
-
|
122
|
-
|
123
|
-
:return: The last_modified_at of this ClusterConfigWithSessionIdleTimeout. # noqa: E501
|
124
|
-
:rtype: datetime
|
125
|
-
"""
|
126
|
-
return self._last_modified_at
|
127
|
-
|
128
|
-
@last_modified_at.setter
|
129
|
-
def last_modified_at(self, last_modified_at):
|
130
|
-
"""Sets the last_modified_at of this ClusterConfigWithSessionIdleTimeout.
|
131
|
-
|
132
|
-
|
133
|
-
:param last_modified_at: The last_modified_at of this ClusterConfigWithSessionIdleTimeout. # noqa: E501
|
134
|
-
:type: datetime
|
135
|
-
"""
|
136
|
-
|
137
|
-
self._last_modified_at = last_modified_at
|
138
|
-
|
139
|
-
@property
|
140
|
-
def idle_timeout(self):
|
141
|
-
"""Gets the idle_timeout of this ClusterConfigWithSessionIdleTimeout. # noqa: E501
|
142
|
-
|
143
|
-
|
144
|
-
:return: The idle_timeout of this ClusterConfigWithSessionIdleTimeout. # noqa: E501
|
145
|
-
:rtype: int
|
146
|
-
"""
|
147
|
-
return self._idle_timeout
|
148
|
-
|
149
|
-
@idle_timeout.setter
|
150
|
-
def idle_timeout(self, idle_timeout):
|
151
|
-
"""Sets the idle_timeout of this ClusterConfigWithSessionIdleTimeout.
|
152
|
-
|
153
|
-
|
154
|
-
:param idle_timeout: The idle_timeout of this ClusterConfigWithSessionIdleTimeout. # noqa: E501
|
155
|
-
:type: int
|
156
|
-
"""
|
157
|
-
|
158
|
-
self._idle_timeout = idle_timeout
|
159
|
-
|
160
|
-
def to_dict(self):
|
161
|
-
"""Returns the model properties as a dict"""
|
162
|
-
result = {}
|
163
|
-
|
164
|
-
for attr, _ in six.iteritems(self.openapi_types):
|
165
|
-
value = getattr(self, attr)
|
166
|
-
if isinstance(value, list):
|
167
|
-
result[attr] = list(map(
|
168
|
-
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
169
|
-
value
|
170
|
-
))
|
171
|
-
elif hasattr(value, "to_dict"):
|
172
|
-
result[attr] = value.to_dict()
|
173
|
-
elif isinstance(value, dict):
|
174
|
-
result[attr] = dict(map(
|
175
|
-
lambda item: (item[0], item[1].to_dict())
|
176
|
-
if hasattr(item[1], "to_dict") else item,
|
177
|
-
value.items()
|
178
|
-
))
|
179
|
-
else:
|
180
|
-
result[attr] = value
|
181
|
-
|
182
|
-
return result
|
183
|
-
|
184
|
-
def to_str(self):
|
185
|
-
"""Returns the string representation of the model"""
|
186
|
-
return pprint.pformat(self.to_dict())
|
187
|
-
|
188
|
-
def __repr__(self):
|
189
|
-
"""For `print` and `pprint`"""
|
190
|
-
return self.to_str()
|
191
|
-
|
192
|
-
def __eq__(self, other):
|
193
|
-
"""Returns true if both objects are equal"""
|
194
|
-
if not isinstance(other, ClusterConfigWithSessionIdleTimeout):
|
195
|
-
return False
|
196
|
-
|
197
|
-
return self.to_dict() == other.to_dict()
|
198
|
-
|
199
|
-
def __ne__(self, other):
|
200
|
-
"""Returns true if both objects are not equal"""
|
201
|
-
if not isinstance(other, ClusterConfigWithSessionIdleTimeout):
|
202
|
-
return True
|
203
|
-
|
204
|
-
return self.to_dict() != other.to_dict()
|