anyscale 0.26.9__py3-none-any.whl → 0.26.11__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/anyscale_halo/LICENSE +21 -0
- anyscale/anyscale_halo/README.md +1 -0
- anyscale/anyscale_halo/__init__.py +10 -0
- anyscale/anyscale_halo/_utils.py +148 -0
- anyscale/anyscale_halo/cursor.py +48 -0
- anyscale/anyscale_halo/halo.py +609 -0
- anyscale/anyscale_halo/halo_notebook.py +122 -0
- anyscale/cli_logger.py +1 -1
- anyscale/client/README.md +0 -35
- anyscale/client/openapi_client/__init__.py +0 -28
- anyscale/client/openapi_client/api/default_api.py +107 -878
- anyscale/client/openapi_client/models/__init__.py +0 -28
- anyscale/version.py +1 -1
- {anyscale-0.26.9.dist-info → anyscale-0.26.11.dist-info}/METADATA +5 -2
- {anyscale-0.26.9.dist-info → anyscale-0.26.11.dist-info}/RECORD +20 -41
- anyscale/client/openapi_client/models/card.py +0 -181
- anyscale/client/openapi_client/models/card_id.py +0 -108
- anyscale/client/openapi_client/models/card_list_response.py +0 -147
- anyscale/client/openapi_client/models/cluster_features.py +0 -152
- anyscale/client/openapi_client/models/clusterfeatures_response.py +0 -121
- anyscale/client/openapi_client/models/dismissal_type.py +0 -100
- anyscale/client/openapi_client/models/feature_compatibility.py +0 -152
- anyscale/client/openapi_client/models/onboarding_user_cards_query.py +0 -122
- anyscale/client/openapi_client/models/project_collaborators_put_message.py +0 -121
- anyscale/client/openapi_client/models/project_create_message.py +0 -148
- anyscale/client/openapi_client/models/project_delete_message.py +0 -121
- anyscale/client/openapi_client/models/project_patch_message.py +0 -121
- anyscale/client/openapi_client/models/session_autosync_sessions_update_message.py +0 -121
- anyscale/client/openapi_client/models/session_create_message.py +0 -148
- anyscale/client/openapi_client/models/session_delete_message.py +0 -121
- anyscale/client/openapi_client/models/session_execute_message.py +0 -121
- anyscale/client/openapi_client/models/session_finish_command_message.py +0 -175
- anyscale/client/openapi_client/models/session_kill_command_message.py +0 -121
- anyscale/client/openapi_client/models/session_patch_message.py +0 -121
- anyscale/client/openapi_client/models/session_state_change_message.py +0 -121
- anyscale/client/openapi_client/models/snapshot_create_message.py +0 -148
- anyscale/client/openapi_client/models/snapshot_delete_message.py +0 -148
- anyscale/client/openapi_client/models/snapshot_patch_message.py +0 -148
- anyscale/client/openapi_client/models/socket_message_schemas.py +0 -499
- anyscale/client/openapi_client/models/socket_message_types.py +0 -113
- anyscale/client/openapi_client/models/socketmessageschemas_response.py +0 -121
- anyscale/client/openapi_client/models/socketmessagetypes_response.py +0 -121
- anyscale/client/openapi_client/models/visibility.py +0 -100
- {anyscale-0.26.9.dist-info → anyscale-0.26.11.dist-info}/LICENSE +0 -0
- {anyscale-0.26.9.dist-info → anyscale-0.26.11.dist-info}/NOTICE +0 -0
- {anyscale-0.26.9.dist-info → anyscale-0.26.11.dist-info}/WHEEL +0 -0
- {anyscale-0.26.9.dist-info → anyscale-0.26.11.dist-info}/entry_points.txt +0 -0
- {anyscale-0.26.9.dist-info → anyscale-0.26.11.dist-info}/top_level.txt +0 -0
@@ -68,9 +68,6 @@ from openapi_client.models.build_registration import BuildRegistration
|
|
68
68
|
from openapi_client.models.build_response import BuildResponse
|
69
69
|
from openapi_client.models.build_status import BuildStatus
|
70
70
|
from openapi_client.models.buildlogresponse_response import BuildlogresponseResponse
|
71
|
-
from openapi_client.models.card import Card
|
72
|
-
from openapi_client.models.card_id import CardId
|
73
|
-
from openapi_client.models.card_list_response import CardListResponse
|
74
71
|
from openapi_client.models.change_password_params import ChangePasswordParams
|
75
72
|
from openapi_client.models.cleanup_leaked_grafana_dashboard_response import CleanupLeakedGrafanaDashboardResponse
|
76
73
|
from openapi_client.models.cleanupleakedgrafanadashboardresponse_response import CleanupleakedgrafanadashboardresponseResponse
|
@@ -132,7 +129,6 @@ from openapi_client.models.cluster_environments_query import ClusterEnvironments
|
|
132
129
|
from openapi_client.models.cluster_event import ClusterEvent
|
133
130
|
from openapi_client.models.cluster_event_source import ClusterEventSource
|
134
131
|
from openapi_client.models.cluster_events_output import ClusterEventsOutput
|
135
|
-
from openapi_client.models.cluster_features import ClusterFeatures
|
136
132
|
from openapi_client.models.cluster_management_stack_versions import ClusterManagementStackVersions
|
137
133
|
from openapi_client.models.cluster_size import ClusterSize
|
138
134
|
from openapi_client.models.cluster_state import ClusterState
|
@@ -141,7 +137,6 @@ from openapi_client.models.cluster_status_details import ClusterStatusDetails
|
|
141
137
|
from openapi_client.models.clusterauthresponse_response import ClusterauthresponseResponse
|
142
138
|
from openapi_client.models.clusterevent_list_response import ClustereventListResponse
|
143
139
|
from openapi_client.models.clustereventsoutput_response import ClustereventsoutputResponse
|
144
|
-
from openapi_client.models.clusterfeatures_response import ClusterfeaturesResponse
|
145
140
|
from openapi_client.models.compute_node_type import ComputeNodeType
|
146
141
|
from openapi_client.models.compute_stack import ComputeStack
|
147
142
|
from openapi_client.models.compute_template import ComputeTemplate
|
@@ -269,7 +264,6 @@ from openapi_client.models.describemachinepoolresponse_response import Describem
|
|
269
264
|
from openapi_client.models.describesystemworkloadresponse_response import DescribesystemworkloadresponseResponse
|
270
265
|
from openapi_client.models.detach_machine_pool_from_cloud_request import DetachMachinePoolFromCloudRequest
|
271
266
|
from openapi_client.models.detachmachinepoolfromcloudresponse_response import DetachmachinepoolfromcloudresponseResponse
|
272
|
-
from openapi_client.models.dismissal_type import DismissalType
|
273
267
|
from openapi_client.models.editable_cloud_resource import EditableCloudResource
|
274
268
|
from openapi_client.models.editable_cloud_resource_gcp import EditableCloudResourceGCP
|
275
269
|
from openapi_client.models.error import Error
|
@@ -285,7 +279,6 @@ from openapi_client.models.external_service_status import ExternalServiceStatus
|
|
285
279
|
from openapi_client.models.external_service_status_response import ExternalServiceStatusResponse
|
286
280
|
from openapi_client.models.external_terminal_command import ExternalTerminalCommand
|
287
281
|
from openapi_client.models.externalservicestatusresponse_response import ExternalservicestatusresponseResponse
|
288
|
-
from openapi_client.models.feature_compatibility import FeatureCompatibility
|
289
282
|
from openapi_client.models.feature_flag_response import FeatureFlagResponse
|
290
283
|
from openapi_client.models.featureflagresponse_response import FeatureflagresponseResponse
|
291
284
|
from openapi_client.models.fine_tune_type import FineTuneType
|
@@ -399,7 +392,6 @@ from openapi_client.models.node_type import NodeType
|
|
399
392
|
from openapi_client.models.notification_channel_email_config import NotificationChannelEmailConfig
|
400
393
|
from openapi_client.models.notification_channel_slack_config import NotificationChannelSlackConfig
|
401
394
|
from openapi_client.models.notification_channel_webhook_config import NotificationChannelWebhookConfig
|
402
|
-
from openapi_client.models.onboarding_user_cards_query import OnboardingUserCardsQuery
|
403
395
|
from openapi_client.models.operator_metric_id import OperatorMetricId
|
404
396
|
from openapi_client.models.operator_metrics import OperatorMetrics
|
405
397
|
from openapi_client.models.organization import Organization
|
@@ -443,12 +435,8 @@ from openapi_client.models.project import Project
|
|
443
435
|
from openapi_client.models.project_base import ProjectBase
|
444
436
|
from openapi_client.models.project_collaborator import ProjectCollaborator
|
445
437
|
from openapi_client.models.project_collaborator_value import ProjectCollaboratorValue
|
446
|
-
from openapi_client.models.project_collaborators_put_message import ProjectCollaboratorsPutMessage
|
447
|
-
from openapi_client.models.project_create_message import ProjectCreateMessage
|
448
438
|
from openapi_client.models.project_default_session_name import ProjectDefaultSessionName
|
449
|
-
from openapi_client.models.project_delete_message import ProjectDeleteMessage
|
450
439
|
from openapi_client.models.project_list_response import ProjectListResponse
|
451
|
-
from openapi_client.models.project_patch_message import ProjectPatchMessage
|
452
440
|
from openapi_client.models.project_response import ProjectResponse
|
453
441
|
from openapi_client.models.projectbase_response import ProjectbaseResponse
|
454
442
|
from openapi_client.models.projectcollaborator_list_response import ProjectcollaboratorListResponse
|
@@ -511,26 +499,18 @@ from openapi_client.models.service_version_state import ServiceVersionState
|
|
511
499
|
from openapi_client.models.serviceeventverbosemessagemodel_list_response import ServiceeventverbosemessagemodelListResponse
|
512
500
|
from openapi_client.models.session import Session
|
513
501
|
from openapi_client.models.session_access import SessionAccess
|
514
|
-
from openapi_client.models.session_autosync_sessions_update_message import SessionAutosyncSessionsUpdateMessage
|
515
502
|
from openapi_client.models.session_command import SessionCommand
|
516
503
|
from openapi_client.models.session_command_finish_options import SessionCommandFinishOptions
|
517
504
|
from openapi_client.models.session_command_id import SessionCommandId
|
518
505
|
from openapi_client.models.session_command_types import SessionCommandTypes
|
519
|
-
from openapi_client.models.session_create_message import SessionCreateMessage
|
520
|
-
from openapi_client.models.session_delete_message import SessionDeleteMessage
|
521
506
|
from openapi_client.models.session_describe import SessionDescribe
|
522
507
|
from openapi_client.models.session_details import SessionDetails
|
523
|
-
from openapi_client.models.session_execute_message import SessionExecuteMessage
|
524
|
-
from openapi_client.models.session_finish_command_message import SessionFinishCommandMessage
|
525
508
|
from openapi_client.models.session_history_item import SessionHistoryItem
|
526
|
-
from openapi_client.models.session_kill_command_message import SessionKillCommandMessage
|
527
509
|
from openapi_client.models.session_list_response import SessionListResponse
|
528
|
-
from openapi_client.models.session_patch_message import SessionPatchMessage
|
529
510
|
from openapi_client.models.session_response import SessionResponse
|
530
511
|
from openapi_client.models.session_ssh_key import SessionSshKey
|
531
512
|
from openapi_client.models.session_starting_up_data import SessionStartingUpData
|
532
513
|
from openapi_client.models.session_state import SessionState
|
533
|
-
from openapi_client.models.session_state_change_message import SessionStateChangeMessage
|
534
514
|
from openapi_client.models.session_state_data import SessionStateData
|
535
515
|
from openapi_client.models.session_stopping_data import SessionStoppingData
|
536
516
|
from openapi_client.models.sessioncommand_list_response import SessioncommandListResponse
|
@@ -542,13 +522,6 @@ from openapi_client.models.sessions_sort_field import SessionsSortField
|
|
542
522
|
from openapi_client.models.sessionsshkey_response import SessionsshkeyResponse
|
543
523
|
from openapi_client.models.show_otp_source_return_api_model import ShowOTPSourceReturnApiModel
|
544
524
|
from openapi_client.models.showotpsourcereturnapimodel_response import ShowotpsourcereturnapimodelResponse
|
545
|
-
from openapi_client.models.snapshot_create_message import SnapshotCreateMessage
|
546
|
-
from openapi_client.models.snapshot_delete_message import SnapshotDeleteMessage
|
547
|
-
from openapi_client.models.snapshot_patch_message import SnapshotPatchMessage
|
548
|
-
from openapi_client.models.socket_message_schemas import SocketMessageSchemas
|
549
|
-
from openapi_client.models.socket_message_types import SocketMessageTypes
|
550
|
-
from openapi_client.models.socketmessageschemas_response import SocketmessageschemasResponse
|
551
|
-
from openapi_client.models.socketmessagetypes_response import SocketmessagetypesResponse
|
552
525
|
from openapi_client.models.sort_order import SortOrder
|
553
526
|
from openapi_client.models.ssologininfo_response import SsologininfoResponse
|
554
527
|
from openapi_client.models.start_session_options import StartSessionOptions
|
@@ -605,7 +578,6 @@ from openapi_client.models.userinfo_response import UserinfoResponse
|
|
605
578
|
from openapi_client.models.utm_fields import UtmFields
|
606
579
|
from openapi_client.models.validate_otp_params_api_model import ValidateOTPParamsApiModel
|
607
580
|
from openapi_client.models.validation_error import ValidationError
|
608
|
-
from openapi_client.models.visibility import Visibility
|
609
581
|
from openapi_client.models.waitlist_status_response import WaitlistStatusResponse
|
610
582
|
from openapi_client.models.waitlist_status_type import WaitlistStatusType
|
611
583
|
from openapi_client.models.waitliststatusresponse_response import WaitliststatusresponseResponse
|
anyscale/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.26.
|
1
|
+
__version__ = "0.26.11"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: anyscale
|
3
|
-
Version: 0.26.
|
3
|
+
Version: 0.26.11
|
4
4
|
Summary: Command Line Interface for Anyscale
|
5
5
|
Author: Anyscale Inc.
|
6
6
|
License: AS License
|
@@ -29,11 +29,14 @@ Requires-Dist: urllib3>=1.26.17
|
|
29
29
|
Requires-Dist: wrapt
|
30
30
|
Requires-Dist: pyyaml
|
31
31
|
Requires-Dist: smart_open
|
32
|
-
Requires-Dist: halo
|
33
32
|
Requires-Dist: tqdm
|
34
33
|
Requires-Dist: tzlocal
|
35
34
|
Requires-Dist: humanize
|
36
35
|
Requires-Dist: typing_extensions
|
36
|
+
Requires-Dist: log_symbols>=0.0.14
|
37
|
+
Requires-Dist: spinners>=0.0.24
|
38
|
+
Requires-Dist: termcolor>=1.1.0
|
39
|
+
Requires-Dist: colorama>=0.3.9
|
37
40
|
Provides-Extra: backend
|
38
41
|
Requires-Dist: terminado==0.10.1; extra == "backend"
|
39
42
|
Requires-Dist: tornado; extra == "backend"
|
@@ -7,7 +7,7 @@ anyscale/anyscale_schema.json,sha256=pQtFMvsYLZF39HcfhFV-ze15W9oELuWHz16PED7sMSQ
|
|
7
7
|
anyscale/api.py,sha256=JrzEdDUAHCBOKQKu6RFEh6WDUGhm7OEiw97PQqmu4T4,7488
|
8
8
|
anyscale/authenticate.py,sha256=4RiJ1Ruu-JKENwuMkWqq1R19DXxucVPS-GoKlii1fLI,12346
|
9
9
|
anyscale/aws_iam_policies.py,sha256=U4ObSwsehhfhp4UPGqwzsJXNQrJAQ4CYdJAu_JdeBoY,16619
|
10
|
-
anyscale/cli_logger.py,sha256=
|
10
|
+
anyscale/cli_logger.py,sha256=sw-sjcXPIlRWT6LCC0nhHcr53VEJba579P8mbOFTJ6k,12545
|
11
11
|
anyscale/cloud_resource.py,sha256=jtpmaNAY7PBpKQrYZGsV-A34T0FvLEHgAiPeI8d8-KI,40397
|
12
12
|
anyscale/cloud_utils.py,sha256=9vMuYzspkjTkUxpfuf4JVyNGxBWk34JLMWN7kHlwIXw,7890
|
13
13
|
anyscale/cluster.py,sha256=SmSoZSGpRljOA4SWK1VcFtGXLRD11ZwP0VjgGaiaSwY,6582
|
@@ -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=KbFltDKZs6Fz9BEm-IuAjy0mNlt5Il5YMdB41Jptyqg,24
|
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
|
@@ -55,6 +55,13 @@ anyscale/aggregated_instance_usage/__init__.py,sha256=mOreJrOZ87NAF3GD2ZEJ48sSwk
|
|
55
55
|
anyscale/aggregated_instance_usage/commands.py,sha256=jzTYc_nljkkF4eTynZAdXPMKLPY8KE48WTmFbD_KwJI,1251
|
56
56
|
anyscale/aggregated_instance_usage/models.py,sha256=i78vrTZMoGevvN-89k4Q3W0-agu6TXZdwEtGsokG4L4,2855
|
57
57
|
anyscale/aggregated_instance_usage/_private/aggregated_instance_usage_sdk.py,sha256=mBwpsE5n8NAQ9xAVGtDk-uHSU5UZbZ-DBYfPd_72uFc,1038
|
58
|
+
anyscale/anyscale_halo/LICENSE,sha256=R2t7cIDZ6-VroHO5M_FWET8adqmdI-PGv0AnhyvCo4A,1069
|
59
|
+
anyscale/anyscale_halo/README.md,sha256=ikBBg6631PCMv-HxdIZvIKHmVUxsn3xbFb2GdxXuCtc,41
|
60
|
+
anyscale/anyscale_halo/__init__.py,sha256=_a2qkLkcB4Lw42TZau7lmdvBZeGGum-Spoz4GmQ9qm4,237
|
61
|
+
anyscale/anyscale_halo/_utils.py,sha256=EcOqKhvTeKAxMYxUA_jKKcUyuI-Qwf8qRSAsHTV985E,2838
|
62
|
+
anyscale/anyscale_halo/cursor.py,sha256=nmUO1ouWBOUBgpGBzpQ5pqcRe802Z5GJ-f8ghv0r0ns,1321
|
63
|
+
anyscale/anyscale_halo/halo.py,sha256=vl3mcyf0cFwoIS5-Bv8gNbS06Y_03ssH2seAoFRn_Dk,16646
|
64
|
+
anyscale/anyscale_halo/halo_notebook.py,sha256=cBi2z67vgvaAVyH49xQnP6vFlpABPVX8s-XX5Hyzymk,3237
|
58
65
|
anyscale/anyscale_pydantic/HISTORY.md,sha256=eBBMhJlr0ZeaX5gaR1zdW2cN358l33L5SnTducPSQCY,81578
|
59
66
|
anyscale/anyscale_pydantic/LICENSE,sha256=njlGaQrIi2tz6PABoFhq8TVovohS_VFOQ5Pzl2F2Q4c,1127
|
60
67
|
anyscale/anyscale_pydantic/PKG-INFO,sha256=0CegU3qaftt7Z4w4Du9lflfKjBts_Qk_V5QzlxbUBXU,149088
|
@@ -98,7 +105,7 @@ anyscale/background/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
|
|
98
105
|
anyscale/background/job_runner.py,sha256=LTuv9JOahyv6C9i7DLQAONgQF6--FfYZEmJrKy-sUG8,2687
|
99
106
|
anyscale/client/.gitignore,sha256=JZyvYEtT2DCSK9V5Joi6lQofhMik4PXiJRCWsg7SvqI,807
|
100
107
|
anyscale/client/.openapi-generator-ignore,sha256=pu2PTide7pJtJ-DFLzDy0cTYQJRlrB-8RRH3zGLeUds,1040
|
101
|
-
anyscale/client/README.md,sha256=
|
108
|
+
anyscale/client/README.md,sha256=3sZ7hJsFvhxaiyUg4N7KmybidgYl1o1tsZhubnR8Xe8,117491
|
102
109
|
anyscale/client/git_push.sh,sha256=EDCZOTTiLxbtPHmiU63qC99rGH67B7dhdPZdNUKivF0,1827
|
103
110
|
anyscale/client/requirements.txt,sha256=dkVKYUStC5h_g_87SH7pRdhXCj7ySozAJMGAFEzGgFc,126
|
104
111
|
anyscale/client/setup.cfg,sha256=l7bdKSIedeBhhoDtupsBwx1xPrlBf2yYeTH7a8kMga4,28
|
@@ -106,14 +113,14 @@ anyscale/client/setup.py,sha256=tSxqw1kAL1B9adnrnOarjnQfSbwGmnTr_kg8ZXhlm5A,1109
|
|
106
113
|
anyscale/client/test-requirements.txt,sha256=sTjmDTj5W9fh1ZAeo8UT2EBdeGDBNttj_PHiPBXg1D4,111
|
107
114
|
anyscale/client/tox.ini,sha256=M6L3UmvAdvU65LsoAF-Oi7oRjwZlCJZn8I7ofdXn5Ok,156
|
108
115
|
anyscale/client/.openapi-generator/VERSION,sha256=J0RzX-4u4jfin1kviKtmncjUePyjHm2kyvmkobOrt_E,5
|
109
|
-
anyscale/client/openapi_client/__init__.py,sha256=
|
116
|
+
anyscale/client/openapi_client/__init__.py,sha256=qR0CYsX-xOb3ZWc7vWQFnaqYSdlPevMIMoVD9NhgNd4,50127
|
110
117
|
anyscale/client/openapi_client/api_client.py,sha256=d8Un6j2Ny2vlS2qBXPVFj6_ql0k36DFahpWt_28TfCk,25563
|
111
118
|
anyscale/client/openapi_client/configuration.py,sha256=Dd5XrlHwv-wxnf0C35PG_-HBQoY3Yaz6hKrmkZz-m0E,12363
|
112
119
|
anyscale/client/openapi_client/exceptions.py,sha256=3egwsXQG2j_vARbqgBxUO1xSltAhpfiHTYVP7VXTvU0,3792
|
113
120
|
anyscale/client/openapi_client/rest.py,sha256=Ehj37v7GHW6SXV067Hze5HE42ayKaGi6a6ZlkR7u3Lg,12501
|
114
121
|
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=
|
122
|
+
anyscale/client/openapi_client/api/default_api.py,sha256=ZdESgNvTqvr3P1PdOryIymVX8C0_5UG5ID7NCR6CE-Y,1896208
|
123
|
+
anyscale/client/openapi_client/models/__init__.py,sha256=00K1sL7nllOfXoOAYLIfyrPeFFl9Pyjfr0PnDGQCwdc,49637
|
117
124
|
anyscale/client/openapi_client/models/access_config.py,sha256=b2mA0qtuTA5PFbp6C61Jc_T2zUMaojM1v32IhZo0MfY,3648
|
118
125
|
anyscale/client/openapi_client/models/actor_status.py,sha256=6xyX_aIqURj2raBdY9DmBxsdDACFrqqYvElGiM6YG2E,2813
|
119
126
|
anyscale/client/openapi_client/models/admin_create_user.py,sha256=9DPr8D0lKgoEZ3Z2kGsAd8L7ocFCiP6woOGLVs8SRb8,7251
|
@@ -168,9 +175,6 @@ anyscale/client/openapi_client/models/build_registration.py,sha256=DJCZc9J9qrlZJ
|
|
168
175
|
anyscale/client/openapi_client/models/build_response.py,sha256=XLIHbKu-uxn1xluVG96XmOXds0yyL_kqRPwQhZOOlFA,3473
|
169
176
|
anyscale/client/openapi_client/models/build_status.py,sha256=e29PGUS2rMq90JxbizwTi-s8hKrA2WVF_gcYeBlGDlY,3017
|
170
177
|
anyscale/client/openapi_client/models/buildlogresponse_response.py,sha256=ne6urhr2fMWTvy2WVMNJ7gASWYYToHmB9j3DqByT2hs,3594
|
171
|
-
anyscale/client/openapi_client/models/card.py,sha256=y8t_1UfjAHqlsX9XRuNwA4ZKEvHF17X_0WDm-ShS-2k,5725
|
172
|
-
anyscale/client/openapi_client/models/card_id.py,sha256=csTtP3Z4UCDBGyHukWdZSLxW6D_ImGp1gAtv0cUJBwo,3501
|
173
|
-
anyscale/client/openapi_client/models/card_list_response.py,sha256=9PqKEuOIKQpVGPtduTf51-H8ChDGwpdfabaBgrLMmJk,4257
|
174
178
|
anyscale/client/openapi_client/models/change_password_params.py,sha256=ijzzLRmBX0jOoJkAsebjm-_dx698NkhrKeUAdCPVoMc,4496
|
175
179
|
anyscale/client/openapi_client/models/cleanup_leaked_grafana_dashboard_response.py,sha256=_1-lZVl_YJs1dBrsmdrlJxBRJEp1Cjfw6XCXLLUcBng,7444
|
176
180
|
anyscale/client/openapi_client/models/cleanupleakedgrafanadashboardresponse_response.py,sha256=Kfqg8BJimHrI2moHpqhS77uL5ZoT7_ZRny6UHX0q05I,3825
|
@@ -232,7 +236,6 @@ anyscale/client/openapi_client/models/cluster_environments_query.py,sha256=X2TRq
|
|
232
236
|
anyscale/client/openapi_client/models/cluster_event.py,sha256=FMDhnRYYkYKgNSJS_uE-723BTsv4ktI-OomKbCN-0Zw,5881
|
233
237
|
anyscale/client/openapi_client/models/cluster_event_source.py,sha256=91NhcrFfTUPrDVt3B-VDdt3BNsrejOJKh0v_zC49cK8,3096
|
234
238
|
anyscale/client/openapi_client/models/cluster_events_output.py,sha256=YUHkexy7mGLouGg3YwbJFzY8cryvbvwR-AokzmTeDDI,5351
|
235
|
-
anyscale/client/openapi_client/models/cluster_features.py,sha256=WKGsgFLmCCRHrBMIgMLBmKs82yJ8nQAWD0Gd0KTN4w0,4838
|
236
239
|
anyscale/client/openapi_client/models/cluster_management_stack_versions.py,sha256=bmfziKzWYVRKWthh1xQs013bz5Eg74H3xd0Urm7bOpA,2874
|
237
240
|
anyscale/client/openapi_client/models/cluster_size.py,sha256=NBvg8fw-72WaH3EUK3cVMWM8kQC8S6XFUCTQQZHT0-E,2951
|
238
241
|
anyscale/client/openapi_client/models/cluster_state.py,sha256=OaI8dIEvvBQQWN9dl65ZaktoZpmEtTNngxlr2vgtLXs,3231
|
@@ -241,7 +244,6 @@ anyscale/client/openapi_client/models/cluster_status_details.py,sha256=Sj086_AZa
|
|
241
244
|
anyscale/client/openapi_client/models/clusterauthresponse_response.py,sha256=rwq8UV5AKtjFkrWg0_k94EggUQ2OrSFkm36tIFK7YEk,3627
|
242
245
|
anyscale/client/openapi_client/models/clusterevent_list_response.py,sha256=mtfYHoHjpzqg_VOyIn6XvcW71pfBPlfrxjVP6wxHsX4,4377
|
243
246
|
anyscale/client/openapi_client/models/clustereventsoutput_response.py,sha256=vFPLzXf_sRs8LAg16Ht6Oel18w6FISg7MLFi4YlTvHs,3627
|
244
|
-
anyscale/client/openapi_client/models/clusterfeatures_response.py,sha256=m0GHRo6sAAaSh41ind3rl_AKu5Vy4mfzplFcorYI3hs,3583
|
245
247
|
anyscale/client/openapi_client/models/compute_node_type.py,sha256=Nj7xryJWGX0dqCioFPODIUsrJgDqNm4F0z7uSC0Uqeg,11042
|
246
248
|
anyscale/client/openapi_client/models/compute_stack.py,sha256=Cj_g14mTk6aMcy6CbYdyzC0T5TJLiZIhS-Yd2ZSPfSE,2805
|
247
249
|
anyscale/client/openapi_client/models/compute_template.py,sha256=UkJKja4Te-XC5JiYx3ba4ieyJg9_V7JSqOboq-ZLINw,12552
|
@@ -369,7 +371,6 @@ anyscale/client/openapi_client/models/describemachinepoolresponse_response.py,sh
|
|
369
371
|
anyscale/client/openapi_client/models/describesystemworkloadresponse_response.py,sha256=ypwUXSYHJDkKNcGDoKXdtK6fUHTZIRS_oJwjDK_2sn8,3748
|
370
372
|
anyscale/client/openapi_client/models/detach_machine_pool_from_cloud_request.py,sha256=Nw-cDoZAPFBGReuRca0Z7bsyrlEPi7b9fynlzljLGwM,5037
|
371
373
|
anyscale/client/openapi_client/models/detachmachinepoolfromcloudresponse_response.py,sha256=oN-M0hqR05b4rxKw8nw2bFGed8oHYTBDHhaZ1TqBWBE,3708
|
372
|
-
anyscale/client/openapi_client/models/dismissal_type.py,sha256=pWcd6tp81w5MO1jtEIFKvgw4s5iwWyFrtP-MWckRyxk,2839
|
373
374
|
anyscale/client/openapi_client/models/editable_cloud_resource.py,sha256=E6POl5WoPaW3kYTvEVYXipIVOJ7ufgo6xYB65lL4SU4,6691
|
374
375
|
anyscale/client/openapi_client/models/editable_cloud_resource_gcp.py,sha256=etJzNB6b8dhiDO50d9iUUSbDPpfO91en5R8agSyzoWs,6377
|
375
376
|
anyscale/client/openapi_client/models/error.py,sha256=_5n4xJuUrFKJrU9mEUG1spsnO3EmtyB9jCzFnxHo2h4,4581
|
@@ -385,7 +386,6 @@ anyscale/client/openapi_client/models/external_service_status.py,sha256=l1enrZAH
|
|
385
386
|
anyscale/client/openapi_client/models/external_service_status_response.py,sha256=WlmLcP2fo7hghfuAUShKokyQhK9xmfN3czgD1vrKwII,9088
|
386
387
|
anyscale/client/openapi_client/models/external_terminal_command.py,sha256=R5kMd76ORJQaKpfmWHMgW_7ccycLykytcv5pcJn09lg,8540
|
387
388
|
anyscale/client/openapi_client/models/externalservicestatusresponse_response.py,sha256=lZ5e8OKtB69mWwnl-THbl4tbuth1FtfR9KGhgNi1_PA,3737
|
388
|
-
anyscale/client/openapi_client/models/feature_compatibility.py,sha256=hLMsl2IshVpFpvfougsaLE1vYktsHrnp-7Sj-JEmsjI,5093
|
389
389
|
anyscale/client/openapi_client/models/feature_flag_response.py,sha256=XEXXNwJbCzkB1f0MlDYKiBomCMWcAepGi3YZ4XbKqe4,3497
|
390
390
|
anyscale/client/openapi_client/models/featureflagresponse_response.py,sha256=yjGDng-Yz0lyS62dJKLM4ie9XBkaBDJAN4H5Qg72TIU,3627
|
391
391
|
anyscale/client/openapi_client/models/fine_tune_type.py,sha256=DyrjELH6kQYE7RZdTcDdHmS28P1X6aa__Q0DGzvv0S0,2832
|
@@ -499,7 +499,6 @@ anyscale/client/openapi_client/models/node_type.py,sha256=OJ-8vjLuteh4r_e5J1xnsD
|
|
499
499
|
anyscale/client/openapi_client/models/notification_channel_email_config.py,sha256=UZr99vatPMwuH8IzeNkv-2qZAWtZOMckh-JcYcbSoCs,3621
|
500
500
|
anyscale/client/openapi_client/models/notification_channel_slack_config.py,sha256=kYQ18Z8dvq8TY1QqNuJS6w7xz62AW44VwOjaVddHX7Y,3705
|
501
501
|
anyscale/client/openapi_client/models/notification_channel_webhook_config.py,sha256=1kbsG1xp7W_MwNoemXH0oJA5KAdKHWNdCi5DEOQbMBw,3763
|
502
|
-
anyscale/client/openapi_client/models/onboarding_user_cards_query.py,sha256=d83wBZi9u7xHGIPLsOpyp1t2R9-Ye6XtZtfs4yIdzVY,3584
|
503
502
|
anyscale/client/openapi_client/models/operator_metric_id.py,sha256=ZIkgfcPnfN0EzYtWG_QPdpIT34q7NI0OawdnbrKwIm0,4154
|
504
503
|
anyscale/client/openapi_client/models/operator_metrics.py,sha256=kaHa7rF1HrUVurCRwZhV3Exh5D5RviIyt3f-g8nzzII,9899
|
505
504
|
anyscale/client/openapi_client/models/organization.py,sha256=-xGnObI7kkDV66TGskc2uu9kG3z4rX_CkoHt8mdaVvU,16651
|
@@ -543,12 +542,8 @@ anyscale/client/openapi_client/models/project.py,sha256=4HYfLu2e_tce6JJwOC2PvEG2
|
|
543
542
|
anyscale/client/openapi_client/models/project_base.py,sha256=VX3jSjb8rwTiSnJy_kLSXTkQ0zRamxQWvKCDb3vEBec,3367
|
544
543
|
anyscale/client/openapi_client/models/project_collaborator.py,sha256=Fsk7Nteb7PAzSpiA-nZfQW6yJpdyonZf68-OLOyT9Ik,5321
|
545
544
|
anyscale/client/openapi_client/models/project_collaborator_value.py,sha256=w5ai6p7zvY92xWeSdXC9S-omxUA-5ptNPRyPz_s6I7c,5050
|
546
|
-
anyscale/client/openapi_client/models/project_collaborators_put_message.py,sha256=V5mks4wh3jc2djZK34u7CXO8KEtK7MVT_k0eMNug5F4,3687
|
547
|
-
anyscale/client/openapi_client/models/project_create_message.py,sha256=UA5AnUvD4ryXEnk9AMLLE1GygsaQC4pQ2TxQEepuHkE,4202
|
548
545
|
anyscale/client/openapi_client/models/project_default_session_name.py,sha256=YJ_XwghzxXdSTvplYMkyMRjkY1puWFiszN53Fb3WTJM,3521
|
549
|
-
anyscale/client/openapi_client/models/project_delete_message.py,sha256=PEep6aioSRea8ykCPDurFixtLekreephIZSwBzUVf-k,3439
|
550
546
|
anyscale/client/openapi_client/models/project_list_response.py,sha256=RvP4hOIBGwrGJoYR0CDwSaQyHl1_jJrl2eHGMi3PaFg,4302
|
551
|
-
anyscale/client/openapi_client/models/project_patch_message.py,sha256=cv1w-nj0Fxjn1Ty-A2MByVMImoLTxVc3CRk-uUddUe4,3431
|
552
547
|
anyscale/client/openapi_client/models/project_response.py,sha256=3k7Wde4R6rhJvwBlv85wyz27aw5qRo100azWRs8TmEY,3495
|
553
548
|
anyscale/client/openapi_client/models/projectbase_response.py,sha256=Fts2s4-YMca4eK5ulFc-54P_F8YmGPSjHcpC3IpZ3zs,3539
|
554
549
|
anyscale/client/openapi_client/models/projectcollaborator_list_response.py,sha256=xMXVnrYxPk_RXGPeGq15gAdYDf7kWX6DhGAXSUriKKU,4482
|
@@ -609,26 +604,18 @@ anyscale/client/openapi_client/models/service_version_state.py,sha256=g0EiU9yD9I
|
|
609
604
|
anyscale/client/openapi_client/models/serviceeventverbosemessagemodel_list_response.py,sha256=rmRDEr0dKcjXQHmHT4jpZkbtwANWwmSlUG-hncSh29Q,4662
|
610
605
|
anyscale/client/openapi_client/models/session.py,sha256=IWzgAvWFvjYqSLoQYV3MCSWpDk-9RcH76as6yYqMyEg,26502
|
611
606
|
anyscale/client/openapi_client/models/session_access.py,sha256=Ifok1ex1-Wz9mmzH7IhpCAa_c2XmSWRnAAXxPUv88t8,2905
|
612
|
-
anyscale/client/openapi_client/models/session_autosync_sessions_update_message.py,sha256=mfpvwryZtoJkhOzXdwqyz8TWQunPbepq3cNnoycLHyY,3735
|
613
607
|
anyscale/client/openapi_client/models/session_command.py,sha256=-jCOj9e8El2osefiZ4AtMQ9ux_4czDh7GHimrlWrZ-A,11973
|
614
608
|
anyscale/client/openapi_client/models/session_command_finish_options.py,sha256=TsILOtI6q81eNdXw7-gLtJPAXBH14WoVVYpkzhmCcbM,6763
|
615
609
|
anyscale/client/openapi_client/models/session_command_id.py,sha256=sbnjJ6XyYn1FakmV2jYF1F007VnITjtg_9Q-D2U_CFw,3407
|
616
610
|
anyscale/client/openapi_client/models/session_command_types.py,sha256=nYeMDVpsFP4nAxOh5iJnWzPFCP9lahvxdZHMK2_Bpog,2908
|
617
|
-
anyscale/client/openapi_client/models/session_create_message.py,sha256=zz4nKlu8ukGm0ZNyl2m1ZtNrEOSRiL4Ca_7-BVgvg6Y,4496
|
618
|
-
anyscale/client/openapi_client/models/session_delete_message.py,sha256=ECYdzuacw5boEgTwseNA2XZ5WrkGv0m3fnBVAGdkZAM,3607
|
619
611
|
anyscale/client/openapi_client/models/session_describe.py,sha256=1piU2mAEF7oSsltT5AiJhm5hUghKY98x5pwArcQJs5I,5347
|
620
612
|
anyscale/client/openapi_client/models/session_details.py,sha256=FucWGNtKWTU9TKvy6PVW-PG6YJ7VhYDVwgxR3tVBBQc,4298
|
621
|
-
anyscale/client/openapi_client/models/session_execute_message.py,sha256=ZI0VenrIZL6gQjN5xQ_BLsslc2avD-0dkTO7wPvQ1lo,3615
|
622
|
-
anyscale/client/openapi_client/models/session_finish_command_message.py,sha256=7eBQVloVbsTm7iBEvZUNZizqWp3u4vDa_SjerGkpBm4,5563
|
623
613
|
anyscale/client/openapi_client/models/session_history_item.py,sha256=cuP3TuhlsJHAwTZfCAATxp6RjSNsRQIYAcT3XIGbg64,4281
|
624
|
-
anyscale/client/openapi_client/models/session_kill_command_message.py,sha256=k6T5t_79fb1cWZ7CLuewdJvxxO-m51aOv2IKWcXnCRM,3815
|
625
614
|
anyscale/client/openapi_client/models/session_list_response.py,sha256=uSahaZwTMmriOyi3ab5vZLGqg9op8_NZHCIZA6gDwEc,4302
|
626
|
-
anyscale/client/openapi_client/models/session_patch_message.py,sha256=We1rNG7Vi7POz1w5vWhHEcX7uWbaLs6bsnwr3ml7SWI,3599
|
627
615
|
anyscale/client/openapi_client/models/session_response.py,sha256=1_9rNO_Sg0hFcHLvBk8PGE770Tv9Hit8we6T6-dY48A,3495
|
628
616
|
anyscale/client/openapi_client/models/session_ssh_key.py,sha256=JceGwkcPKd81PxSz5rhYNywsqUtm3Fn8_CnStD8yBKw,4391
|
629
617
|
anyscale/client/openapi_client/models/session_starting_up_data.py,sha256=LXd0Bb9yOT7SbaCZUw0afGpslny4tnA1RAmvY-wa6FE,4368
|
630
618
|
anyscale/client/openapi_client/models/session_state.py,sha256=N-NEuLQWIGDXZ_hNtTlCUQxx3WV_KUY9eUYS6eZyjJM,3390
|
631
|
-
anyscale/client/openapi_client/models/session_state_change_message.py,sha256=JhSEvJN-xQuu1OMItZlTJ17doJvLIwkk_VETX8sFETI,3647
|
632
619
|
anyscale/client/openapi_client/models/session_state_data.py,sha256=r3Dn1NjryniF8dy05tUiEzP8sj5FbG97ed6U7R9LKFc,4130
|
633
620
|
anyscale/client/openapi_client/models/session_stopping_data.py,sha256=JJzsX40809Y2IXtIVrgEx6yXoJwnQwYwPhfaqZkOGLI,4224
|
634
621
|
anyscale/client/openapi_client/models/sessioncommand_list_response.py,sha256=-Ci7HMfzL9PlQyDkA8RTM1jEvt1QcgOFo1xxlakVsEQ,4407
|
@@ -640,13 +627,6 @@ anyscale/client/openapi_client/models/sessions_sort_field.py,sha256=6C7TSxmnELVn
|
|
640
627
|
anyscale/client/openapi_client/models/sessionsshkey_response.py,sha256=z0YT-uC_DYS6kn1C_2Xs6NHR4eMaOkRg05OUd1w02t0,3561
|
641
628
|
anyscale/client/openapi_client/models/show_otp_source_return_api_model.py,sha256=gNK_eO-cTjA-aMCD2-U61psMxVsD4N9DzT6JQlOV1kQ,3642
|
642
629
|
anyscale/client/openapi_client/models/showotpsourcereturnapimodel_response.py,sha256=nQpVssn04QuNZ6zx10SpfEl8G216X9-QenYXqUDkkYA,3715
|
643
|
-
anyscale/client/openapi_client/models/snapshot_create_message.py,sha256=CWP1XOvlmvZ-a3o3ojBOwxumqs1tV4ozoqGFxn8LXnk,4340
|
644
|
-
anyscale/client/openapi_client/models/snapshot_delete_message.py,sha256=6LArhLZt0fkrsrWOOJvg9Nk7xEsfy3Mo2O4WWhUtOcE,4340
|
645
|
-
anyscale/client/openapi_client/models/snapshot_patch_message.py,sha256=gOsDKXzitu-Iew1qkFNWDaTILwwYxIsNJ6w6v7NPzRI,4328
|
646
|
-
anyscale/client/openapi_client/models/socket_message_schemas.py,sha256=mvt4t_aS1Oil7WWZ9_y9DbrDIrxwDZT821rcj2bmUZM,21744
|
647
|
-
anyscale/client/openapi_client/models/socket_message_types.py,sha256=uLMZHy5V5ibc5aH1XNo9ofv15ATGIe2a39suSJ5NIig,4002
|
648
|
-
anyscale/client/openapi_client/models/socketmessageschemas_response.py,sha256=L8OtNBBumzBHUvKhw6WOy751CJvlA6N3aGSgBcukyac,3638
|
649
|
-
anyscale/client/openapi_client/models/socketmessagetypes_response.py,sha256=9guahnZIgcxrtxPic5Mq_JD6hnNFeOcQeg_1sBNCMZY,3616
|
650
630
|
anyscale/client/openapi_client/models/sort_order.py,sha256=nmc0YdVaBIZ7pLPrOnteLDbc2Pu2vPfeOMclZH89VV4,2799
|
651
631
|
anyscale/client/openapi_client/models/sso_login_info.py,sha256=I_l8h9DiWVaOCy4iWn3k5AbYyvsa0_A-66AOEPcgGYA,4515
|
652
632
|
anyscale/client/openapi_client/models/ssologininfo_response.py,sha256=NprIco_jVOCO1K-6B8wAfRpEefG4cybZUlWw-weLjDU,3550
|
@@ -705,7 +685,6 @@ anyscale/client/openapi_client/models/utm_fields.py,sha256=oGWZLb480SM6USTwygPBG
|
|
705
685
|
anyscale/client/openapi_client/models/ux_instance.py,sha256=Sblo6opLgk_o0shR6vFKGn3iGTd-ITJ7hjn2TuinbCc,15937
|
706
686
|
anyscale/client/openapi_client/models/validate_otp_params_api_model.py,sha256=uErBR9NPILSCtfku6LnNAk9engTzdCqwS_9xnYc3w5E,3500
|
707
687
|
anyscale/client/openapi_client/models/validation_error.py,sha256=uLs9b2XoppBnbd0-JqQrC5LjDArFEyKenqfKUK0Y2LY,4903
|
708
|
-
anyscale/client/openapi_client/models/visibility.py,sha256=Z5m8dxfUKfBCuNIx2ex0vcNT1aejTaxpWNtUToswnRk,2836
|
709
688
|
anyscale/client/openapi_client/models/waitlist_status_response.py,sha256=Su4G2eES1vCrHaT8kgt0KO3m5zJkRufLeCDnEMIY-M4,3587
|
710
689
|
anyscale/client/openapi_client/models/waitlist_status_type.py,sha256=Bmp1_5ti1JnIrgvvuA6Jvs39BEKhXu1si1QwNwK8rXo,2871
|
711
690
|
anyscale/client/openapi_client/models/waitliststatusresponse_response.py,sha256=PNNx1b5OjpIA7BVCRoRC_2gH6WuugseukY520qNlYkw,3660
|
@@ -1119,10 +1098,10 @@ anyscale/workspace/__init__.py,sha256=fIxkn8b_HADCQl5njPAbcJxAf0sajZoc55L_wMvGAx
|
|
1119
1098
|
anyscale/workspace/commands.py,sha256=21FubFd2wmEwlVbk-ng-adwBm-O4ZPBgEJnoavbfvbU,14035
|
1120
1099
|
anyscale/workspace/models.py,sha256=Ey67KqxdslS51yK7xetbRaFjE8sURAArpf-F38r3cUU,9760
|
1121
1100
|
anyscale/workspace/_private/workspace_sdk.py,sha256=4LOBmMm7kd-O94ii5uP1UDbkWLComh6zI5QmE2lXRTY,26824
|
1122
|
-
anyscale-0.26.
|
1123
|
-
anyscale-0.26.
|
1124
|
-
anyscale-0.26.
|
1125
|
-
anyscale-0.26.
|
1126
|
-
anyscale-0.26.
|
1127
|
-
anyscale-0.26.
|
1128
|
-
anyscale-0.26.
|
1101
|
+
anyscale-0.26.11.dist-info/LICENSE,sha256=UOPu974Wzsna6frFv1mu4VrZgNdZT7lbcNPzo5ue3qs,3494
|
1102
|
+
anyscale-0.26.11.dist-info/METADATA,sha256=j4BEiiMTD9kWPiBLkWEC2h7BI0xuL_-gkRua-MBsXbE,3160
|
1103
|
+
anyscale-0.26.11.dist-info/NOTICE,sha256=gHqDhSnUYlRXX-mDOL5FtE7774oiKyV_HO80qM3r9Xo,196
|
1104
|
+
anyscale-0.26.11.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
1105
|
+
anyscale-0.26.11.dist-info/entry_points.txt,sha256=NqO18sCZn6zG6J0S38itjcN00s7aE3C3v3k5lMAfCLk,51
|
1106
|
+
anyscale-0.26.11.dist-info/top_level.txt,sha256=g3NVNS8Oh0NZwbFFgeX696C5MZZkS5dqV2NqcsbDRJE,9
|
1107
|
+
anyscale-0.26.11.dist-info/RECORD,,
|
@@ -1,181 +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 Card(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
|
-
'id': 'CardId',
|
37
|
-
'dismissal_type': 'list[DismissalType]',
|
38
|
-
'visibility': 'Visibility'
|
39
|
-
}
|
40
|
-
|
41
|
-
attribute_map = {
|
42
|
-
'id': 'id',
|
43
|
-
'dismissal_type': 'dismissal_type',
|
44
|
-
'visibility': 'visibility'
|
45
|
-
}
|
46
|
-
|
47
|
-
def __init__(self, id=None, dismissal_type=None, visibility=None, local_vars_configuration=None): # noqa: E501
|
48
|
-
"""Card - 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._id = None
|
54
|
-
self._dismissal_type = None
|
55
|
-
self._visibility = None
|
56
|
-
self.discriminator = None
|
57
|
-
|
58
|
-
self.id = id
|
59
|
-
self.dismissal_type = dismissal_type
|
60
|
-
self.visibility = visibility
|
61
|
-
|
62
|
-
@property
|
63
|
-
def id(self):
|
64
|
-
"""Gets the id of this Card. # noqa: E501
|
65
|
-
|
66
|
-
Unique card id. # noqa: E501
|
67
|
-
|
68
|
-
:return: The id of this Card. # noqa: E501
|
69
|
-
:rtype: CardId
|
70
|
-
"""
|
71
|
-
return self._id
|
72
|
-
|
73
|
-
@id.setter
|
74
|
-
def id(self, id):
|
75
|
-
"""Sets the id of this Card.
|
76
|
-
|
77
|
-
Unique card id. # noqa: E501
|
78
|
-
|
79
|
-
:param id: The id of this Card. # noqa: E501
|
80
|
-
:type: CardId
|
81
|
-
"""
|
82
|
-
if self.local_vars_configuration.client_side_validation and id is None: # noqa: E501
|
83
|
-
raise ValueError("Invalid value for `id`, must not be `None`") # noqa: E501
|
84
|
-
|
85
|
-
self._id = id
|
86
|
-
|
87
|
-
@property
|
88
|
-
def dismissal_type(self):
|
89
|
-
"""Gets the dismissal_type of this Card. # noqa: E501
|
90
|
-
|
91
|
-
Ways the card can be dismissed. If dismissal_type={DismissalType.manual, DismissalType.automatic}, the card will be visible until it is dismissed either manually or automatically. # noqa: E501
|
92
|
-
|
93
|
-
:return: The dismissal_type of this Card. # noqa: E501
|
94
|
-
:rtype: list[DismissalType]
|
95
|
-
"""
|
96
|
-
return self._dismissal_type
|
97
|
-
|
98
|
-
@dismissal_type.setter
|
99
|
-
def dismissal_type(self, dismissal_type):
|
100
|
-
"""Sets the dismissal_type of this Card.
|
101
|
-
|
102
|
-
Ways the card can be dismissed. If dismissal_type={DismissalType.manual, DismissalType.automatic}, the card will be visible until it is dismissed either manually or automatically. # noqa: E501
|
103
|
-
|
104
|
-
:param dismissal_type: The dismissal_type of this Card. # noqa: E501
|
105
|
-
:type: list[DismissalType]
|
106
|
-
"""
|
107
|
-
if self.local_vars_configuration.client_side_validation and dismissal_type is None: # noqa: E501
|
108
|
-
raise ValueError("Invalid value for `dismissal_type`, must not be `None`") # noqa: E501
|
109
|
-
|
110
|
-
self._dismissal_type = dismissal_type
|
111
|
-
|
112
|
-
@property
|
113
|
-
def visibility(self):
|
114
|
-
"""Gets the visibility of this Card. # noqa: E501
|
115
|
-
|
116
|
-
Group of users the card is visible to. # noqa: E501
|
117
|
-
|
118
|
-
:return: The visibility of this Card. # noqa: E501
|
119
|
-
:rtype: Visibility
|
120
|
-
"""
|
121
|
-
return self._visibility
|
122
|
-
|
123
|
-
@visibility.setter
|
124
|
-
def visibility(self, visibility):
|
125
|
-
"""Sets the visibility of this Card.
|
126
|
-
|
127
|
-
Group of users the card is visible to. # noqa: E501
|
128
|
-
|
129
|
-
:param visibility: The visibility of this Card. # noqa: E501
|
130
|
-
:type: Visibility
|
131
|
-
"""
|
132
|
-
if self.local_vars_configuration.client_side_validation and visibility is None: # noqa: E501
|
133
|
-
raise ValueError("Invalid value for `visibility`, must not be `None`") # noqa: E501
|
134
|
-
|
135
|
-
self._visibility = visibility
|
136
|
-
|
137
|
-
def to_dict(self):
|
138
|
-
"""Returns the model properties as a dict"""
|
139
|
-
result = {}
|
140
|
-
|
141
|
-
for attr, _ in six.iteritems(self.openapi_types):
|
142
|
-
value = getattr(self, attr)
|
143
|
-
if isinstance(value, list):
|
144
|
-
result[attr] = list(map(
|
145
|
-
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
146
|
-
value
|
147
|
-
))
|
148
|
-
elif hasattr(value, "to_dict"):
|
149
|
-
result[attr] = value.to_dict()
|
150
|
-
elif isinstance(value, dict):
|
151
|
-
result[attr] = dict(map(
|
152
|
-
lambda item: (item[0], item[1].to_dict())
|
153
|
-
if hasattr(item[1], "to_dict") else item,
|
154
|
-
value.items()
|
155
|
-
))
|
156
|
-
else:
|
157
|
-
result[attr] = value
|
158
|
-
|
159
|
-
return result
|
160
|
-
|
161
|
-
def to_str(self):
|
162
|
-
"""Returns the string representation of the model"""
|
163
|
-
return pprint.pformat(self.to_dict())
|
164
|
-
|
165
|
-
def __repr__(self):
|
166
|
-
"""For `print` and `pprint`"""
|
167
|
-
return self.to_str()
|
168
|
-
|
169
|
-
def __eq__(self, other):
|
170
|
-
"""Returns true if both objects are equal"""
|
171
|
-
if not isinstance(other, Card):
|
172
|
-
return False
|
173
|
-
|
174
|
-
return self.to_dict() == other.to_dict()
|
175
|
-
|
176
|
-
def __ne__(self, other):
|
177
|
-
"""Returns true if both objects are not equal"""
|
178
|
-
if not isinstance(other, Card):
|
179
|
-
return True
|
180
|
-
|
181
|
-
return self.to_dict() != other.to_dict()
|
@@ -1,108 +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 CardId(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
|
-
allowed enum values
|
30
|
-
"""
|
31
|
-
SETUP_CLOUD = "setup_cloud"
|
32
|
-
INVITE_COWORKERS = "invite_coworkers"
|
33
|
-
SETUP_LOCAL_ENV = "setup_local_env"
|
34
|
-
RUN_HELLO_WORLD = "run_hello_world"
|
35
|
-
RUN_EXISTING_CODE = "run_existing_code"
|
36
|
-
EXPLORE_ANYSCALE = "explore_anyscale"
|
37
|
-
GOLDEN_NOTEBOOK_DATA_LOADING = "golden_notebook_data_loading"
|
38
|
-
GOLDEN_NOTEBOOK_MODEL_BUILDING = "golden_notebook_model_building"
|
39
|
-
GOLDEN_NOTEBOOK_MODEL_SERVING = "golden_notebook_model_serving"
|
40
|
-
GOLDEN_NOTEBOOK_INTEGRATING_ANYSCALE = "golden_notebook_integrating_anyscale"
|
41
|
-
|
42
|
-
allowable_values = [SETUP_CLOUD, INVITE_COWORKERS, SETUP_LOCAL_ENV, RUN_HELLO_WORLD, RUN_EXISTING_CODE, EXPLORE_ANYSCALE, GOLDEN_NOTEBOOK_DATA_LOADING, GOLDEN_NOTEBOOK_MODEL_BUILDING, GOLDEN_NOTEBOOK_MODEL_SERVING, GOLDEN_NOTEBOOK_INTEGRATING_ANYSCALE] # noqa: E501
|
43
|
-
|
44
|
-
"""
|
45
|
-
Attributes:
|
46
|
-
openapi_types (dict): The key is attribute name
|
47
|
-
and the value is attribute type.
|
48
|
-
attribute_map (dict): The key is attribute name
|
49
|
-
and the value is json key in definition.
|
50
|
-
"""
|
51
|
-
openapi_types = {
|
52
|
-
}
|
53
|
-
|
54
|
-
attribute_map = {
|
55
|
-
}
|
56
|
-
|
57
|
-
def __init__(self, local_vars_configuration=None): # noqa: E501
|
58
|
-
"""CardId - a model defined in OpenAPI""" # noqa: E501
|
59
|
-
if local_vars_configuration is None:
|
60
|
-
local_vars_configuration = Configuration()
|
61
|
-
self.local_vars_configuration = local_vars_configuration
|
62
|
-
self.discriminator = None
|
63
|
-
|
64
|
-
def to_dict(self):
|
65
|
-
"""Returns the model properties as a dict"""
|
66
|
-
result = {}
|
67
|
-
|
68
|
-
for attr, _ in six.iteritems(self.openapi_types):
|
69
|
-
value = getattr(self, attr)
|
70
|
-
if isinstance(value, list):
|
71
|
-
result[attr] = list(map(
|
72
|
-
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
73
|
-
value
|
74
|
-
))
|
75
|
-
elif hasattr(value, "to_dict"):
|
76
|
-
result[attr] = value.to_dict()
|
77
|
-
elif isinstance(value, dict):
|
78
|
-
result[attr] = dict(map(
|
79
|
-
lambda item: (item[0], item[1].to_dict())
|
80
|
-
if hasattr(item[1], "to_dict") else item,
|
81
|
-
value.items()
|
82
|
-
))
|
83
|
-
else:
|
84
|
-
result[attr] = value
|
85
|
-
|
86
|
-
return result
|
87
|
-
|
88
|
-
def to_str(self):
|
89
|
-
"""Returns the string representation of the model"""
|
90
|
-
return pprint.pformat(self.to_dict())
|
91
|
-
|
92
|
-
def __repr__(self):
|
93
|
-
"""For `print` and `pprint`"""
|
94
|
-
return self.to_str()
|
95
|
-
|
96
|
-
def __eq__(self, other):
|
97
|
-
"""Returns true if both objects are equal"""
|
98
|
-
if not isinstance(other, CardId):
|
99
|
-
return False
|
100
|
-
|
101
|
-
return self.to_dict() == other.to_dict()
|
102
|
-
|
103
|
-
def __ne__(self, other):
|
104
|
-
"""Returns true if both objects are not equal"""
|
105
|
-
if not isinstance(other, CardId):
|
106
|
-
return True
|
107
|
-
|
108
|
-
return self.to_dict() != other.to_dict()
|