anyscale 0.26.9__py3-none-any.whl → 0.26.10__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 -14
 - anyscale/client/openapi_client/__init__.py +0 -9
 - anyscale/client/openapi_client/api/default_api.py +12 -577
 - anyscale/client/openapi_client/models/__init__.py +0 -9
 - anyscale/version.py +1 -1
 - {anyscale-0.26.9.dist-info → anyscale-0.26.10.dist-info}/METADATA +5 -2
 - {anyscale-0.26.9.dist-info → anyscale-0.26.10.dist-info}/RECORD +20 -22
 - 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/visibility.py +0 -100
 - {anyscale-0.26.9.dist-info → anyscale-0.26.10.dist-info}/LICENSE +0 -0
 - {anyscale-0.26.9.dist-info → anyscale-0.26.10.dist-info}/NOTICE +0 -0
 - {anyscale-0.26.9.dist-info → anyscale-0.26.10.dist-info}/WHEEL +0 -0
 - {anyscale-0.26.9.dist-info → anyscale-0.26.10.dist-info}/entry_points.txt +0 -0
 - {anyscale-0.26.9.dist-info → anyscale-0.26.10.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
         
     | 
| 
         @@ -605,7 +597,6 @@ from openapi_client.models.userinfo_response import UserinfoResponse 
     | 
|
| 
       605 
597 
     | 
    
         
             
            from openapi_client.models.utm_fields import UtmFields
         
     | 
| 
       606 
598 
     | 
    
         
             
            from openapi_client.models.validate_otp_params_api_model import ValidateOTPParamsApiModel
         
     | 
| 
       607 
599 
     | 
    
         
             
            from openapi_client.models.validation_error import ValidationError
         
     | 
| 
       608 
     | 
    
         
            -
            from openapi_client.models.visibility import Visibility
         
     | 
| 
       609 
600 
     | 
    
         
             
            from openapi_client.models.waitlist_status_response import WaitlistStatusResponse
         
     | 
| 
       610 
601 
     | 
    
         
             
            from openapi_client.models.waitlist_status_type import WaitlistStatusType
         
     | 
| 
       611 
602 
     | 
    
         
             
            from openapi_client.models.waitliststatusresponse_response import WaitliststatusresponseResponse
         
     | 
    
        anyscale/version.py
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            __version__ = "0.26. 
     | 
| 
      
 1 
     | 
    
         
            +
            __version__ = "0.26.10"
         
     | 
| 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            Metadata-Version: 2.1
         
     | 
| 
       2 
2 
     | 
    
         
             
            Name: anyscale
         
     | 
| 
       3 
     | 
    
         
            -
            Version: 0.26. 
     | 
| 
      
 3 
     | 
    
         
            +
            Version: 0.26.10
         
     | 
| 
       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=ME_83c8BVbSixEHEcpqZ6-kklj3neFq1tYEhdbpNO5c,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=A7iiPmhNY5wQtQqNZDDEt45FNLlmfEMbKCJhc6oFVUA,119145
         
     | 
| 
       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=Th_8bwaqBjuf9MXH4hX62_A-rNLN0oKCpcYjVaS9-O4,51725
         
     | 
| 
       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=kHsEpEoAPy4p8bhWCaBiwcfDmWVyBC6K-2nxo_PFzHE,1905271
         
     | 
| 
      
 123 
     | 
    
         
            +
            anyscale/client/openapi_client/models/__init__.py,sha256=QG0m6uK5NNY1v5Xc_TqDvnuCNjyp5khSeKLtbShjGNU,51235
         
     | 
| 
       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
         
     | 
| 
         @@ -705,7 +704,6 @@ anyscale/client/openapi_client/models/utm_fields.py,sha256=oGWZLb480SM6USTwygPBG 
     | 
|
| 
       705 
704 
     | 
    
         
             
            anyscale/client/openapi_client/models/ux_instance.py,sha256=Sblo6opLgk_o0shR6vFKGn3iGTd-ITJ7hjn2TuinbCc,15937
         
     | 
| 
       706 
705 
     | 
    
         
             
            anyscale/client/openapi_client/models/validate_otp_params_api_model.py,sha256=uErBR9NPILSCtfku6LnNAk9engTzdCqwS_9xnYc3w5E,3500
         
     | 
| 
       707 
706 
     | 
    
         
             
            anyscale/client/openapi_client/models/validation_error.py,sha256=uLs9b2XoppBnbd0-JqQrC5LjDArFEyKenqfKUK0Y2LY,4903
         
     | 
| 
       708 
     | 
    
         
            -
            anyscale/client/openapi_client/models/visibility.py,sha256=Z5m8dxfUKfBCuNIx2ex0vcNT1aejTaxpWNtUToswnRk,2836
         
     | 
| 
       709 
707 
     | 
    
         
             
            anyscale/client/openapi_client/models/waitlist_status_response.py,sha256=Su4G2eES1vCrHaT8kgt0KO3m5zJkRufLeCDnEMIY-M4,3587
         
     | 
| 
       710 
708 
     | 
    
         
             
            anyscale/client/openapi_client/models/waitlist_status_type.py,sha256=Bmp1_5ti1JnIrgvvuA6Jvs39BEKhXu1si1QwNwK8rXo,2871
         
     | 
| 
       711 
709 
     | 
    
         
             
            anyscale/client/openapi_client/models/waitliststatusresponse_response.py,sha256=PNNx1b5OjpIA7BVCRoRC_2gH6WuugseukY520qNlYkw,3660
         
     | 
| 
         @@ -1119,10 +1117,10 @@ anyscale/workspace/__init__.py,sha256=fIxkn8b_HADCQl5njPAbcJxAf0sajZoc55L_wMvGAx 
     | 
|
| 
       1119 
1117 
     | 
    
         
             
            anyscale/workspace/commands.py,sha256=21FubFd2wmEwlVbk-ng-adwBm-O4ZPBgEJnoavbfvbU,14035
         
     | 
| 
       1120 
1118 
     | 
    
         
             
            anyscale/workspace/models.py,sha256=Ey67KqxdslS51yK7xetbRaFjE8sURAArpf-F38r3cUU,9760
         
     | 
| 
       1121 
1119 
     | 
    
         
             
            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. 
     | 
| 
      
 1120 
     | 
    
         
            +
            anyscale-0.26.10.dist-info/LICENSE,sha256=UOPu974Wzsna6frFv1mu4VrZgNdZT7lbcNPzo5ue3qs,3494
         
     | 
| 
      
 1121 
     | 
    
         
            +
            anyscale-0.26.10.dist-info/METADATA,sha256=d4QAcMZqhnyq5ehsuUizjP8fvCQcNFkta-houGxRF6w,3160
         
     | 
| 
      
 1122 
     | 
    
         
            +
            anyscale-0.26.10.dist-info/NOTICE,sha256=gHqDhSnUYlRXX-mDOL5FtE7774oiKyV_HO80qM3r9Xo,196
         
     | 
| 
      
 1123 
     | 
    
         
            +
            anyscale-0.26.10.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
         
     | 
| 
      
 1124 
     | 
    
         
            +
            anyscale-0.26.10.dist-info/entry_points.txt,sha256=NqO18sCZn6zG6J0S38itjcN00s7aE3C3v3k5lMAfCLk,51
         
     | 
| 
      
 1125 
     | 
    
         
            +
            anyscale-0.26.10.dist-info/top_level.txt,sha256=g3NVNS8Oh0NZwbFFgeX696C5MZZkS5dqV2NqcsbDRJE,9
         
     | 
| 
      
 1126 
     | 
    
         
            +
            anyscale-0.26.10.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()
         
     | 
| 
         @@ -1,147 +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 CardListResponse(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 
     | 
    
         
            -
                    'results': 'list[Card]',
         
     | 
| 
       37 
     | 
    
         
            -
                    'metadata': 'ListResponseMetadata'
         
     | 
| 
       38 
     | 
    
         
            -
                }
         
     | 
| 
       39 
     | 
    
         
            -
             
     | 
| 
       40 
     | 
    
         
            -
                attribute_map = {
         
     | 
| 
       41 
     | 
    
         
            -
                    'results': 'results',
         
     | 
| 
       42 
     | 
    
         
            -
                    'metadata': 'metadata'
         
     | 
| 
       43 
     | 
    
         
            -
                }
         
     | 
| 
       44 
     | 
    
         
            -
             
     | 
| 
       45 
     | 
    
         
            -
                def __init__(self, results=None, metadata=None, local_vars_configuration=None):  # noqa: E501
         
     | 
| 
       46 
     | 
    
         
            -
                    """CardListResponse - a model defined in OpenAPI"""  # noqa: E501
         
     | 
| 
       47 
     | 
    
         
            -
                    if local_vars_configuration is None:
         
     | 
| 
       48 
     | 
    
         
            -
                        local_vars_configuration = Configuration()
         
     | 
| 
       49 
     | 
    
         
            -
                    self.local_vars_configuration = local_vars_configuration
         
     | 
| 
       50 
     | 
    
         
            -
             
     | 
| 
       51 
     | 
    
         
            -
                    self._results = None
         
     | 
| 
       52 
     | 
    
         
            -
                    self._metadata = None
         
     | 
| 
       53 
     | 
    
         
            -
                    self.discriminator = None
         
     | 
| 
       54 
     | 
    
         
            -
             
     | 
| 
       55 
     | 
    
         
            -
                    self.results = results
         
     | 
| 
       56 
     | 
    
         
            -
                    if metadata is not None:
         
     | 
| 
       57 
     | 
    
         
            -
                        self.metadata = metadata
         
     | 
| 
       58 
     | 
    
         
            -
             
     | 
| 
       59 
     | 
    
         
            -
                @property
         
     | 
| 
       60 
     | 
    
         
            -
                def results(self):
         
     | 
| 
       61 
     | 
    
         
            -
                    """Gets the results of this CardListResponse.  # noqa: E501
         
     | 
| 
       62 
     | 
    
         
            -
             
     | 
| 
       63 
     | 
    
         
            -
             
     | 
| 
       64 
     | 
    
         
            -
                    :return: The results of this CardListResponse.  # noqa: E501
         
     | 
| 
       65 
     | 
    
         
            -
                    :rtype: list[Card]
         
     | 
| 
       66 
     | 
    
         
            -
                    """
         
     | 
| 
       67 
     | 
    
         
            -
                    return self._results
         
     | 
| 
       68 
     | 
    
         
            -
             
     | 
| 
       69 
     | 
    
         
            -
                @results.setter
         
     | 
| 
       70 
     | 
    
         
            -
                def results(self, results):
         
     | 
| 
       71 
     | 
    
         
            -
                    """Sets the results of this CardListResponse.
         
     | 
| 
       72 
     | 
    
         
            -
             
     | 
| 
       73 
     | 
    
         
            -
             
     | 
| 
       74 
     | 
    
         
            -
                    :param results: The results of this CardListResponse.  # noqa: E501
         
     | 
| 
       75 
     | 
    
         
            -
                    :type: list[Card]
         
     | 
| 
       76 
     | 
    
         
            -
                    """
         
     | 
| 
       77 
     | 
    
         
            -
                    if self.local_vars_configuration.client_side_validation and results is None:  # noqa: E501
         
     | 
| 
       78 
     | 
    
         
            -
                        raise ValueError("Invalid value for `results`, must not be `None`")  # noqa: E501
         
     | 
| 
       79 
     | 
    
         
            -
             
     | 
| 
       80 
     | 
    
         
            -
                    self._results = results
         
     | 
| 
       81 
     | 
    
         
            -
             
     | 
| 
       82 
     | 
    
         
            -
                @property
         
     | 
| 
       83 
     | 
    
         
            -
                def metadata(self):
         
     | 
| 
       84 
     | 
    
         
            -
                    """Gets the metadata of this CardListResponse.  # noqa: E501
         
     | 
| 
       85 
     | 
    
         
            -
             
     | 
| 
       86 
     | 
    
         
            -
             
     | 
| 
       87 
     | 
    
         
            -
                    :return: The metadata of this CardListResponse.  # noqa: E501
         
     | 
| 
       88 
     | 
    
         
            -
                    :rtype: ListResponseMetadata
         
     | 
| 
       89 
     | 
    
         
            -
                    """
         
     | 
| 
       90 
     | 
    
         
            -
                    return self._metadata
         
     | 
| 
       91 
     | 
    
         
            -
             
     | 
| 
       92 
     | 
    
         
            -
                @metadata.setter
         
     | 
| 
       93 
     | 
    
         
            -
                def metadata(self, metadata):
         
     | 
| 
       94 
     | 
    
         
            -
                    """Sets the metadata of this CardListResponse.
         
     | 
| 
       95 
     | 
    
         
            -
             
     | 
| 
       96 
     | 
    
         
            -
             
     | 
| 
       97 
     | 
    
         
            -
                    :param metadata: The metadata of this CardListResponse.  # noqa: E501
         
     | 
| 
       98 
     | 
    
         
            -
                    :type: ListResponseMetadata
         
     | 
| 
       99 
     | 
    
         
            -
                    """
         
     | 
| 
       100 
     | 
    
         
            -
             
     | 
| 
       101 
     | 
    
         
            -
                    self._metadata = metadata
         
     | 
| 
       102 
     | 
    
         
            -
             
     | 
| 
       103 
     | 
    
         
            -
                def to_dict(self):
         
     | 
| 
       104 
     | 
    
         
            -
                    """Returns the model properties as a dict"""
         
     | 
| 
       105 
     | 
    
         
            -
                    result = {}
         
     | 
| 
       106 
     | 
    
         
            -
             
     | 
| 
       107 
     | 
    
         
            -
                    for attr, _ in six.iteritems(self.openapi_types):
         
     | 
| 
       108 
     | 
    
         
            -
                        value = getattr(self, attr)
         
     | 
| 
       109 
     | 
    
         
            -
                        if isinstance(value, list):
         
     | 
| 
       110 
     | 
    
         
            -
                            result[attr] = list(map(
         
     | 
| 
       111 
     | 
    
         
            -
                                lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
         
     | 
| 
       112 
     | 
    
         
            -
                                value
         
     | 
| 
       113 
     | 
    
         
            -
                            ))
         
     | 
| 
       114 
     | 
    
         
            -
                        elif hasattr(value, "to_dict"):
         
     | 
| 
       115 
     | 
    
         
            -
                            result[attr] = value.to_dict()
         
     | 
| 
       116 
     | 
    
         
            -
                        elif isinstance(value, dict):
         
     | 
| 
       117 
     | 
    
         
            -
                            result[attr] = dict(map(
         
     | 
| 
       118 
     | 
    
         
            -
                                lambda item: (item[0], item[1].to_dict())
         
     | 
| 
       119 
     | 
    
         
            -
                                if hasattr(item[1], "to_dict") else item,
         
     | 
| 
       120 
     | 
    
         
            -
                                value.items()
         
     | 
| 
       121 
     | 
    
         
            -
                            ))
         
     | 
| 
       122 
     | 
    
         
            -
                        else:
         
     | 
| 
       123 
     | 
    
         
            -
                            result[attr] = value
         
     | 
| 
       124 
     | 
    
         
            -
             
     | 
| 
       125 
     | 
    
         
            -
                    return result
         
     | 
| 
       126 
     | 
    
         
            -
             
     | 
| 
       127 
     | 
    
         
            -
                def to_str(self):
         
     | 
| 
       128 
     | 
    
         
            -
                    """Returns the string representation of the model"""
         
     | 
| 
       129 
     | 
    
         
            -
                    return pprint.pformat(self.to_dict())
         
     | 
| 
       130 
     | 
    
         
            -
             
     | 
| 
       131 
     | 
    
         
            -
                def __repr__(self):
         
     | 
| 
       132 
     | 
    
         
            -
                    """For `print` and `pprint`"""
         
     | 
| 
       133 
     | 
    
         
            -
                    return self.to_str()
         
     | 
| 
       134 
     | 
    
         
            -
             
     | 
| 
       135 
     | 
    
         
            -
                def __eq__(self, other):
         
     | 
| 
       136 
     | 
    
         
            -
                    """Returns true if both objects are equal"""
         
     | 
| 
       137 
     | 
    
         
            -
                    if not isinstance(other, CardListResponse):
         
     | 
| 
       138 
     | 
    
         
            -
                        return False
         
     | 
| 
       139 
     | 
    
         
            -
             
     | 
| 
       140 
     | 
    
         
            -
                    return self.to_dict() == other.to_dict()
         
     | 
| 
       141 
     | 
    
         
            -
             
     | 
| 
       142 
     | 
    
         
            -
                def __ne__(self, other):
         
     | 
| 
       143 
     | 
    
         
            -
                    """Returns true if both objects are not equal"""
         
     | 
| 
       144 
     | 
    
         
            -
                    if not isinstance(other, CardListResponse):
         
     | 
| 
       145 
     | 
    
         
            -
                        return True
         
     | 
| 
       146 
     | 
    
         
            -
             
     | 
| 
       147 
     | 
    
         
            -
                    return self.to_dict() != other.to_dict()
         
     |