anyscale 0.26.10__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/client/README.md +0 -21
- anyscale/client/openapi_client/__init__.py +0 -19
- anyscale/client/openapi_client/api/default_api.py +0 -206
- anyscale/client/openapi_client/models/__init__.py +0 -19
- anyscale/version.py +1 -1
- {anyscale-0.26.10.dist-info → anyscale-0.26.11.dist-info}/METADATA +1 -1
- {anyscale-0.26.10.dist-info → anyscale-0.26.11.dist-info}/RECORD +12 -31
- 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-0.26.10.dist-info → anyscale-0.26.11.dist-info}/LICENSE +0 -0
- {anyscale-0.26.10.dist-info → anyscale-0.26.11.dist-info}/NOTICE +0 -0
- {anyscale-0.26.10.dist-info → anyscale-0.26.11.dist-info}/WHEEL +0 -0
- {anyscale-0.26.10.dist-info → anyscale-0.26.11.dist-info}/entry_points.txt +0 -0
- {anyscale-0.26.10.dist-info → anyscale-0.26.11.dist-info}/top_level.txt +0 -0
anyscale/client/README.md
CHANGED
@@ -258,8 +258,6 @@ Class | Method | HTTP request | Description
|
|
258
258
|
*DefaultApi* | [**get_session_head_ip_api_v2_sessions_session_id_head_ip_get**](docs/DefaultApi.md#get_session_head_ip_api_v2_sessions_session_id_head_ip_get) | **GET** /api/v2/sessions/{session_id}/head_ip | Get Session Head Ip
|
259
259
|
*DefaultApi* | [**get_session_history_api_v2_sessions_session_id_history_get**](docs/DefaultApi.md#get_session_history_api_v2_sessions_session_id_history_get) | **GET** /api/v2/sessions/{session_id}/history | Get Session History
|
260
260
|
*DefaultApi* | [**get_session_ssh_key_api_v2_sessions_session_id_ssh_key_get**](docs/DefaultApi.md#get_session_ssh_key_api_v2_sessions_session_id_ssh_key_get) | **GET** /api/v2/sessions/{session_id}/ssh_key | Get Session Ssh Key
|
261
|
-
*DefaultApi* | [**get_socket_message_types_api_v2_userinfo_socket_messages_type_get**](docs/DefaultApi.md#get_socket_message_types_api_v2_userinfo_socket_messages_type_get) | **GET** /api/v2/userinfo/socket_messages_type | Get Socket Message Types
|
262
|
-
*DefaultApi* | [**get_socket_types_type_api_v2_userinfo_socket_types_type_get**](docs/DefaultApi.md#get_socket_types_type_api_v2_userinfo_socket_types_type_get) | **GET** /api/v2/userinfo/socket_types_type | Get Socket Types Type
|
263
261
|
*DefaultApi* | [**get_startup_logs_api_v2_sessions_session_id_startup_logs_get**](docs/DefaultApi.md#get_startup_logs_api_v2_sessions_session_id_startup_logs_get) | **GET** /api/v2/sessions/{session_id}/startup_logs | Get Startup Logs
|
264
262
|
*DefaultApi* | [**get_startup_logs_archived_api_v2_sessions_session_id_startup_logs_archived_get**](docs/DefaultApi.md#get_startup_logs_archived_api_v2_sessions_session_id_startup_logs_archived_get) | **GET** /api/v2/sessions/{session_id}/startup_logs_archived | Get Startup Logs Archived
|
265
263
|
*DefaultApi* | [**get_template_readme_api_v2_experimental_workspaces_template_readme_template_id_get**](docs/DefaultApi.md#get_template_readme_api_v2_experimental_workspaces_template_readme_template_id_get) | **GET** /api/v2/experimental_workspaces/template/readme/{template_id} | Get Template Readme
|
@@ -815,12 +813,8 @@ Class | Method | HTTP request | Description
|
|
815
813
|
- [ProjectBase](docs/ProjectBase.md)
|
816
814
|
- [ProjectCollaborator](docs/ProjectCollaborator.md)
|
817
815
|
- [ProjectCollaboratorValue](docs/ProjectCollaboratorValue.md)
|
818
|
-
- [ProjectCollaboratorsPutMessage](docs/ProjectCollaboratorsPutMessage.md)
|
819
|
-
- [ProjectCreateMessage](docs/ProjectCreateMessage.md)
|
820
816
|
- [ProjectDefaultSessionName](docs/ProjectDefaultSessionName.md)
|
821
|
-
- [ProjectDeleteMessage](docs/ProjectDeleteMessage.md)
|
822
817
|
- [ProjectListResponse](docs/ProjectListResponse.md)
|
823
|
-
- [ProjectPatchMessage](docs/ProjectPatchMessage.md)
|
824
818
|
- [ProjectResponse](docs/ProjectResponse.md)
|
825
819
|
- [ProjectbaseResponse](docs/ProjectbaseResponse.md)
|
826
820
|
- [ProjectcollaboratorListResponse](docs/ProjectcollaboratorListResponse.md)
|
@@ -883,26 +877,18 @@ Class | Method | HTTP request | Description
|
|
883
877
|
- [ServiceeventverbosemessagemodelListResponse](docs/ServiceeventverbosemessagemodelListResponse.md)
|
884
878
|
- [Session](docs/Session.md)
|
885
879
|
- [SessionAccess](docs/SessionAccess.md)
|
886
|
-
- [SessionAutosyncSessionsUpdateMessage](docs/SessionAutosyncSessionsUpdateMessage.md)
|
887
880
|
- [SessionCommand](docs/SessionCommand.md)
|
888
881
|
- [SessionCommandFinishOptions](docs/SessionCommandFinishOptions.md)
|
889
882
|
- [SessionCommandId](docs/SessionCommandId.md)
|
890
883
|
- [SessionCommandTypes](docs/SessionCommandTypes.md)
|
891
|
-
- [SessionCreateMessage](docs/SessionCreateMessage.md)
|
892
|
-
- [SessionDeleteMessage](docs/SessionDeleteMessage.md)
|
893
884
|
- [SessionDescribe](docs/SessionDescribe.md)
|
894
885
|
- [SessionDetails](docs/SessionDetails.md)
|
895
|
-
- [SessionExecuteMessage](docs/SessionExecuteMessage.md)
|
896
|
-
- [SessionFinishCommandMessage](docs/SessionFinishCommandMessage.md)
|
897
886
|
- [SessionHistoryItem](docs/SessionHistoryItem.md)
|
898
|
-
- [SessionKillCommandMessage](docs/SessionKillCommandMessage.md)
|
899
887
|
- [SessionListResponse](docs/SessionListResponse.md)
|
900
|
-
- [SessionPatchMessage](docs/SessionPatchMessage.md)
|
901
888
|
- [SessionResponse](docs/SessionResponse.md)
|
902
889
|
- [SessionSshKey](docs/SessionSshKey.md)
|
903
890
|
- [SessionStartingUpData](docs/SessionStartingUpData.md)
|
904
891
|
- [SessionState](docs/SessionState.md)
|
905
|
-
- [SessionStateChangeMessage](docs/SessionStateChangeMessage.md)
|
906
892
|
- [SessionStateData](docs/SessionStateData.md)
|
907
893
|
- [SessionStoppingData](docs/SessionStoppingData.md)
|
908
894
|
- [SessioncommandListResponse](docs/SessioncommandListResponse.md)
|
@@ -914,13 +900,6 @@ Class | Method | HTTP request | Description
|
|
914
900
|
- [SessionsshkeyResponse](docs/SessionsshkeyResponse.md)
|
915
901
|
- [ShowOTPSourceReturnApiModel](docs/ShowOTPSourceReturnApiModel.md)
|
916
902
|
- [ShowotpsourcereturnapimodelResponse](docs/ShowotpsourcereturnapimodelResponse.md)
|
917
|
-
- [SnapshotCreateMessage](docs/SnapshotCreateMessage.md)
|
918
|
-
- [SnapshotDeleteMessage](docs/SnapshotDeleteMessage.md)
|
919
|
-
- [SnapshotPatchMessage](docs/SnapshotPatchMessage.md)
|
920
|
-
- [SocketMessageSchemas](docs/SocketMessageSchemas.md)
|
921
|
-
- [SocketMessageTypes](docs/SocketMessageTypes.md)
|
922
|
-
- [SocketmessageschemasResponse](docs/SocketmessageschemasResponse.md)
|
923
|
-
- [SocketmessagetypesResponse](docs/SocketmessagetypesResponse.md)
|
924
903
|
- [SortOrder](docs/SortOrder.md)
|
925
904
|
- [SsologininfoResponse](docs/SsologininfoResponse.md)
|
926
905
|
- [StartSessionOptions](docs/StartSessionOptions.md)
|
@@ -449,12 +449,8 @@ from openapi_client.models.project import Project
|
|
449
449
|
from openapi_client.models.project_base import ProjectBase
|
450
450
|
from openapi_client.models.project_collaborator import ProjectCollaborator
|
451
451
|
from openapi_client.models.project_collaborator_value import ProjectCollaboratorValue
|
452
|
-
from openapi_client.models.project_collaborators_put_message import ProjectCollaboratorsPutMessage
|
453
|
-
from openapi_client.models.project_create_message import ProjectCreateMessage
|
454
452
|
from openapi_client.models.project_default_session_name import ProjectDefaultSessionName
|
455
|
-
from openapi_client.models.project_delete_message import ProjectDeleteMessage
|
456
453
|
from openapi_client.models.project_list_response import ProjectListResponse
|
457
|
-
from openapi_client.models.project_patch_message import ProjectPatchMessage
|
458
454
|
from openapi_client.models.project_response import ProjectResponse
|
459
455
|
from openapi_client.models.projectbase_response import ProjectbaseResponse
|
460
456
|
from openapi_client.models.projectcollaborator_list_response import ProjectcollaboratorListResponse
|
@@ -517,26 +513,18 @@ from openapi_client.models.service_version_state import ServiceVersionState
|
|
517
513
|
from openapi_client.models.serviceeventverbosemessagemodel_list_response import ServiceeventverbosemessagemodelListResponse
|
518
514
|
from openapi_client.models.session import Session
|
519
515
|
from openapi_client.models.session_access import SessionAccess
|
520
|
-
from openapi_client.models.session_autosync_sessions_update_message import SessionAutosyncSessionsUpdateMessage
|
521
516
|
from openapi_client.models.session_command import SessionCommand
|
522
517
|
from openapi_client.models.session_command_finish_options import SessionCommandFinishOptions
|
523
518
|
from openapi_client.models.session_command_id import SessionCommandId
|
524
519
|
from openapi_client.models.session_command_types import SessionCommandTypes
|
525
|
-
from openapi_client.models.session_create_message import SessionCreateMessage
|
526
|
-
from openapi_client.models.session_delete_message import SessionDeleteMessage
|
527
520
|
from openapi_client.models.session_describe import SessionDescribe
|
528
521
|
from openapi_client.models.session_details import SessionDetails
|
529
|
-
from openapi_client.models.session_execute_message import SessionExecuteMessage
|
530
|
-
from openapi_client.models.session_finish_command_message import SessionFinishCommandMessage
|
531
522
|
from openapi_client.models.session_history_item import SessionHistoryItem
|
532
|
-
from openapi_client.models.session_kill_command_message import SessionKillCommandMessage
|
533
523
|
from openapi_client.models.session_list_response import SessionListResponse
|
534
|
-
from openapi_client.models.session_patch_message import SessionPatchMessage
|
535
524
|
from openapi_client.models.session_response import SessionResponse
|
536
525
|
from openapi_client.models.session_ssh_key import SessionSshKey
|
537
526
|
from openapi_client.models.session_starting_up_data import SessionStartingUpData
|
538
527
|
from openapi_client.models.session_state import SessionState
|
539
|
-
from openapi_client.models.session_state_change_message import SessionStateChangeMessage
|
540
528
|
from openapi_client.models.session_state_data import SessionStateData
|
541
529
|
from openapi_client.models.session_stopping_data import SessionStoppingData
|
542
530
|
from openapi_client.models.sessioncommand_list_response import SessioncommandListResponse
|
@@ -548,13 +536,6 @@ from openapi_client.models.sessions_sort_field import SessionsSortField
|
|
548
536
|
from openapi_client.models.sessionsshkey_response import SessionsshkeyResponse
|
549
537
|
from openapi_client.models.show_otp_source_return_api_model import ShowOTPSourceReturnApiModel
|
550
538
|
from openapi_client.models.showotpsourcereturnapimodel_response import ShowotpsourcereturnapimodelResponse
|
551
|
-
from openapi_client.models.snapshot_create_message import SnapshotCreateMessage
|
552
|
-
from openapi_client.models.snapshot_delete_message import SnapshotDeleteMessage
|
553
|
-
from openapi_client.models.snapshot_patch_message import SnapshotPatchMessage
|
554
|
-
from openapi_client.models.socket_message_schemas import SocketMessageSchemas
|
555
|
-
from openapi_client.models.socket_message_types import SocketMessageTypes
|
556
|
-
from openapi_client.models.socketmessageschemas_response import SocketmessageschemasResponse
|
557
|
-
from openapi_client.models.socketmessagetypes_response import SocketmessagetypesResponse
|
558
539
|
from openapi_client.models.sort_order import SortOrder
|
559
540
|
from openapi_client.models.ssologininfo_response import SsologininfoResponse
|
560
541
|
from openapi_client.models.start_session_options import StartSessionOptions
|
@@ -21614,212 +21614,6 @@ class DefaultApi(object):
|
|
21614
21614
|
_request_timeout=local_var_params.get('_request_timeout'),
|
21615
21615
|
collection_formats=collection_formats)
|
21616
21616
|
|
21617
|
-
def get_socket_message_types_api_v2_userinfo_socket_messages_type_get(self, **kwargs): # noqa: E501
|
21618
|
-
"""Get Socket Message Types # noqa: E501
|
21619
|
-
|
21620
|
-
This method makes a synchronous HTTP request by default. To make an
|
21621
|
-
asynchronous HTTP request, please pass async_req=True
|
21622
|
-
>>> thread = api.get_socket_message_types_api_v2_userinfo_socket_messages_type_get(async_req=True)
|
21623
|
-
>>> result = thread.get()
|
21624
|
-
|
21625
|
-
:param async_req bool: execute request asynchronously
|
21626
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
21627
|
-
be returned without reading/decoding response
|
21628
|
-
data. Default is True.
|
21629
|
-
:param _request_timeout: timeout setting for this request. If one
|
21630
|
-
number provided, it will be total request
|
21631
|
-
timeout. It can also be a pair (tuple) of
|
21632
|
-
(connection, read) timeouts.
|
21633
|
-
:return: SocketmessageschemasResponse
|
21634
|
-
If the method is called asynchronously,
|
21635
|
-
returns the request thread.
|
21636
|
-
"""
|
21637
|
-
kwargs['_return_http_data_only'] = True
|
21638
|
-
return self.get_socket_message_types_api_v2_userinfo_socket_messages_type_get_with_http_info(**kwargs) # noqa: E501
|
21639
|
-
|
21640
|
-
def get_socket_message_types_api_v2_userinfo_socket_messages_type_get_with_http_info(self, **kwargs): # noqa: E501
|
21641
|
-
"""Get Socket Message Types # noqa: E501
|
21642
|
-
|
21643
|
-
This method makes a synchronous HTTP request by default. To make an
|
21644
|
-
asynchronous HTTP request, please pass async_req=True
|
21645
|
-
>>> thread = api.get_socket_message_types_api_v2_userinfo_socket_messages_type_get_with_http_info(async_req=True)
|
21646
|
-
>>> result = thread.get()
|
21647
|
-
|
21648
|
-
:param async_req bool: execute request asynchronously
|
21649
|
-
:param _return_http_data_only: response data without head status code
|
21650
|
-
and headers
|
21651
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
21652
|
-
be returned without reading/decoding response
|
21653
|
-
data. Default is True.
|
21654
|
-
:param _request_timeout: timeout setting for this request. If one
|
21655
|
-
number provided, it will be total request
|
21656
|
-
timeout. It can also be a pair (tuple) of
|
21657
|
-
(connection, read) timeouts.
|
21658
|
-
:return: tuple(SocketmessageschemasResponse, status_code(int), headers(HTTPHeaderDict))
|
21659
|
-
If the method is called asynchronously,
|
21660
|
-
returns the request thread.
|
21661
|
-
"""
|
21662
|
-
|
21663
|
-
local_var_params = locals()
|
21664
|
-
|
21665
|
-
all_params = [
|
21666
|
-
]
|
21667
|
-
all_params.extend(
|
21668
|
-
[
|
21669
|
-
'async_req',
|
21670
|
-
'_return_http_data_only',
|
21671
|
-
'_preload_content',
|
21672
|
-
'_request_timeout'
|
21673
|
-
]
|
21674
|
-
)
|
21675
|
-
|
21676
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
21677
|
-
if key not in all_params:
|
21678
|
-
raise ApiTypeError(
|
21679
|
-
"Got an unexpected keyword argument '%s'"
|
21680
|
-
" to method get_socket_message_types_api_v2_userinfo_socket_messages_type_get" % key
|
21681
|
-
)
|
21682
|
-
local_var_params[key] = val
|
21683
|
-
del local_var_params['kwargs']
|
21684
|
-
|
21685
|
-
collection_formats = {}
|
21686
|
-
|
21687
|
-
path_params = {}
|
21688
|
-
|
21689
|
-
query_params = []
|
21690
|
-
|
21691
|
-
header_params = {}
|
21692
|
-
|
21693
|
-
form_params = []
|
21694
|
-
local_var_files = {}
|
21695
|
-
|
21696
|
-
body_params = None
|
21697
|
-
# HTTP header `Accept`
|
21698
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
21699
|
-
['application/json']) # noqa: E501
|
21700
|
-
|
21701
|
-
# Authentication setting
|
21702
|
-
auth_settings = [] # noqa: E501
|
21703
|
-
|
21704
|
-
return self.api_client.call_api(
|
21705
|
-
'/api/v2/userinfo/socket_messages_type', 'GET',
|
21706
|
-
path_params,
|
21707
|
-
query_params,
|
21708
|
-
header_params,
|
21709
|
-
body=body_params,
|
21710
|
-
post_params=form_params,
|
21711
|
-
files=local_var_files,
|
21712
|
-
response_type='SocketmessageschemasResponse', # noqa: E501
|
21713
|
-
auth_settings=auth_settings,
|
21714
|
-
async_req=local_var_params.get('async_req'),
|
21715
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
21716
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
21717
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
21718
|
-
collection_formats=collection_formats)
|
21719
|
-
|
21720
|
-
def get_socket_types_type_api_v2_userinfo_socket_types_type_get(self, **kwargs): # noqa: E501
|
21721
|
-
"""Get Socket Types Type # noqa: E501
|
21722
|
-
|
21723
|
-
This method makes a synchronous HTTP request by default. To make an
|
21724
|
-
asynchronous HTTP request, please pass async_req=True
|
21725
|
-
>>> thread = api.get_socket_types_type_api_v2_userinfo_socket_types_type_get(async_req=True)
|
21726
|
-
>>> result = thread.get()
|
21727
|
-
|
21728
|
-
:param async_req bool: execute request asynchronously
|
21729
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
21730
|
-
be returned without reading/decoding response
|
21731
|
-
data. Default is True.
|
21732
|
-
:param _request_timeout: timeout setting for this request. If one
|
21733
|
-
number provided, it will be total request
|
21734
|
-
timeout. It can also be a pair (tuple) of
|
21735
|
-
(connection, read) timeouts.
|
21736
|
-
:return: SocketmessagetypesResponse
|
21737
|
-
If the method is called asynchronously,
|
21738
|
-
returns the request thread.
|
21739
|
-
"""
|
21740
|
-
kwargs['_return_http_data_only'] = True
|
21741
|
-
return self.get_socket_types_type_api_v2_userinfo_socket_types_type_get_with_http_info(**kwargs) # noqa: E501
|
21742
|
-
|
21743
|
-
def get_socket_types_type_api_v2_userinfo_socket_types_type_get_with_http_info(self, **kwargs): # noqa: E501
|
21744
|
-
"""Get Socket Types Type # noqa: E501
|
21745
|
-
|
21746
|
-
This method makes a synchronous HTTP request by default. To make an
|
21747
|
-
asynchronous HTTP request, please pass async_req=True
|
21748
|
-
>>> thread = api.get_socket_types_type_api_v2_userinfo_socket_types_type_get_with_http_info(async_req=True)
|
21749
|
-
>>> result = thread.get()
|
21750
|
-
|
21751
|
-
:param async_req bool: execute request asynchronously
|
21752
|
-
:param _return_http_data_only: response data without head status code
|
21753
|
-
and headers
|
21754
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
21755
|
-
be returned without reading/decoding response
|
21756
|
-
data. Default is True.
|
21757
|
-
:param _request_timeout: timeout setting for this request. If one
|
21758
|
-
number provided, it will be total request
|
21759
|
-
timeout. It can also be a pair (tuple) of
|
21760
|
-
(connection, read) timeouts.
|
21761
|
-
:return: tuple(SocketmessagetypesResponse, status_code(int), headers(HTTPHeaderDict))
|
21762
|
-
If the method is called asynchronously,
|
21763
|
-
returns the request thread.
|
21764
|
-
"""
|
21765
|
-
|
21766
|
-
local_var_params = locals()
|
21767
|
-
|
21768
|
-
all_params = [
|
21769
|
-
]
|
21770
|
-
all_params.extend(
|
21771
|
-
[
|
21772
|
-
'async_req',
|
21773
|
-
'_return_http_data_only',
|
21774
|
-
'_preload_content',
|
21775
|
-
'_request_timeout'
|
21776
|
-
]
|
21777
|
-
)
|
21778
|
-
|
21779
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
21780
|
-
if key not in all_params:
|
21781
|
-
raise ApiTypeError(
|
21782
|
-
"Got an unexpected keyword argument '%s'"
|
21783
|
-
" to method get_socket_types_type_api_v2_userinfo_socket_types_type_get" % key
|
21784
|
-
)
|
21785
|
-
local_var_params[key] = val
|
21786
|
-
del local_var_params['kwargs']
|
21787
|
-
|
21788
|
-
collection_formats = {}
|
21789
|
-
|
21790
|
-
path_params = {}
|
21791
|
-
|
21792
|
-
query_params = []
|
21793
|
-
|
21794
|
-
header_params = {}
|
21795
|
-
|
21796
|
-
form_params = []
|
21797
|
-
local_var_files = {}
|
21798
|
-
|
21799
|
-
body_params = None
|
21800
|
-
# HTTP header `Accept`
|
21801
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
21802
|
-
['application/json']) # noqa: E501
|
21803
|
-
|
21804
|
-
# Authentication setting
|
21805
|
-
auth_settings = [] # noqa: E501
|
21806
|
-
|
21807
|
-
return self.api_client.call_api(
|
21808
|
-
'/api/v2/userinfo/socket_types_type', 'GET',
|
21809
|
-
path_params,
|
21810
|
-
query_params,
|
21811
|
-
header_params,
|
21812
|
-
body=body_params,
|
21813
|
-
post_params=form_params,
|
21814
|
-
files=local_var_files,
|
21815
|
-
response_type='SocketmessagetypesResponse', # noqa: E501
|
21816
|
-
auth_settings=auth_settings,
|
21817
|
-
async_req=local_var_params.get('async_req'),
|
21818
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
21819
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
21820
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
21821
|
-
collection_formats=collection_formats)
|
21822
|
-
|
21823
21617
|
def get_startup_logs_api_v2_sessions_session_id_startup_logs_get(self, session_id, start_line, end_line, **kwargs): # noqa: E501
|
21824
21618
|
"""Get Startup Logs # noqa: E501
|
21825
21619
|
|
@@ -435,12 +435,8 @@ from openapi_client.models.project import Project
|
|
435
435
|
from openapi_client.models.project_base import ProjectBase
|
436
436
|
from openapi_client.models.project_collaborator import ProjectCollaborator
|
437
437
|
from openapi_client.models.project_collaborator_value import ProjectCollaboratorValue
|
438
|
-
from openapi_client.models.project_collaborators_put_message import ProjectCollaboratorsPutMessage
|
439
|
-
from openapi_client.models.project_create_message import ProjectCreateMessage
|
440
438
|
from openapi_client.models.project_default_session_name import ProjectDefaultSessionName
|
441
|
-
from openapi_client.models.project_delete_message import ProjectDeleteMessage
|
442
439
|
from openapi_client.models.project_list_response import ProjectListResponse
|
443
|
-
from openapi_client.models.project_patch_message import ProjectPatchMessage
|
444
440
|
from openapi_client.models.project_response import ProjectResponse
|
445
441
|
from openapi_client.models.projectbase_response import ProjectbaseResponse
|
446
442
|
from openapi_client.models.projectcollaborator_list_response import ProjectcollaboratorListResponse
|
@@ -503,26 +499,18 @@ from openapi_client.models.service_version_state import ServiceVersionState
|
|
503
499
|
from openapi_client.models.serviceeventverbosemessagemodel_list_response import ServiceeventverbosemessagemodelListResponse
|
504
500
|
from openapi_client.models.session import Session
|
505
501
|
from openapi_client.models.session_access import SessionAccess
|
506
|
-
from openapi_client.models.session_autosync_sessions_update_message import SessionAutosyncSessionsUpdateMessage
|
507
502
|
from openapi_client.models.session_command import SessionCommand
|
508
503
|
from openapi_client.models.session_command_finish_options import SessionCommandFinishOptions
|
509
504
|
from openapi_client.models.session_command_id import SessionCommandId
|
510
505
|
from openapi_client.models.session_command_types import SessionCommandTypes
|
511
|
-
from openapi_client.models.session_create_message import SessionCreateMessage
|
512
|
-
from openapi_client.models.session_delete_message import SessionDeleteMessage
|
513
506
|
from openapi_client.models.session_describe import SessionDescribe
|
514
507
|
from openapi_client.models.session_details import SessionDetails
|
515
|
-
from openapi_client.models.session_execute_message import SessionExecuteMessage
|
516
|
-
from openapi_client.models.session_finish_command_message import SessionFinishCommandMessage
|
517
508
|
from openapi_client.models.session_history_item import SessionHistoryItem
|
518
|
-
from openapi_client.models.session_kill_command_message import SessionKillCommandMessage
|
519
509
|
from openapi_client.models.session_list_response import SessionListResponse
|
520
|
-
from openapi_client.models.session_patch_message import SessionPatchMessage
|
521
510
|
from openapi_client.models.session_response import SessionResponse
|
522
511
|
from openapi_client.models.session_ssh_key import SessionSshKey
|
523
512
|
from openapi_client.models.session_starting_up_data import SessionStartingUpData
|
524
513
|
from openapi_client.models.session_state import SessionState
|
525
|
-
from openapi_client.models.session_state_change_message import SessionStateChangeMessage
|
526
514
|
from openapi_client.models.session_state_data import SessionStateData
|
527
515
|
from openapi_client.models.session_stopping_data import SessionStoppingData
|
528
516
|
from openapi_client.models.sessioncommand_list_response import SessioncommandListResponse
|
@@ -534,13 +522,6 @@ from openapi_client.models.sessions_sort_field import SessionsSortField
|
|
534
522
|
from openapi_client.models.sessionsshkey_response import SessionsshkeyResponse
|
535
523
|
from openapi_client.models.show_otp_source_return_api_model import ShowOTPSourceReturnApiModel
|
536
524
|
from openapi_client.models.showotpsourcereturnapimodel_response import ShowotpsourcereturnapimodelResponse
|
537
|
-
from openapi_client.models.snapshot_create_message import SnapshotCreateMessage
|
538
|
-
from openapi_client.models.snapshot_delete_message import SnapshotDeleteMessage
|
539
|
-
from openapi_client.models.snapshot_patch_message import SnapshotPatchMessage
|
540
|
-
from openapi_client.models.socket_message_schemas import SocketMessageSchemas
|
541
|
-
from openapi_client.models.socket_message_types import SocketMessageTypes
|
542
|
-
from openapi_client.models.socketmessageschemas_response import SocketmessageschemasResponse
|
543
|
-
from openapi_client.models.socketmessagetypes_response import SocketmessagetypesResponse
|
544
525
|
from openapi_client.models.sort_order import SortOrder
|
545
526
|
from openapi_client.models.ssologininfo_response import SsologininfoResponse
|
546
527
|
from openapi_client.models.start_session_options import StartSessionOptions
|
anyscale/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.26.
|
1
|
+
__version__ = "0.26.11"
|
@@ -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
|
@@ -105,7 +105,7 @@ anyscale/background/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
|
|
105
105
|
anyscale/background/job_runner.py,sha256=LTuv9JOahyv6C9i7DLQAONgQF6--FfYZEmJrKy-sUG8,2687
|
106
106
|
anyscale/client/.gitignore,sha256=JZyvYEtT2DCSK9V5Joi6lQofhMik4PXiJRCWsg7SvqI,807
|
107
107
|
anyscale/client/.openapi-generator-ignore,sha256=pu2PTide7pJtJ-DFLzDy0cTYQJRlrB-8RRH3zGLeUds,1040
|
108
|
-
anyscale/client/README.md,sha256=
|
108
|
+
anyscale/client/README.md,sha256=3sZ7hJsFvhxaiyUg4N7KmybidgYl1o1tsZhubnR8Xe8,117491
|
109
109
|
anyscale/client/git_push.sh,sha256=EDCZOTTiLxbtPHmiU63qC99rGH67B7dhdPZdNUKivF0,1827
|
110
110
|
anyscale/client/requirements.txt,sha256=dkVKYUStC5h_g_87SH7pRdhXCj7ySozAJMGAFEzGgFc,126
|
111
111
|
anyscale/client/setup.cfg,sha256=l7bdKSIedeBhhoDtupsBwx1xPrlBf2yYeTH7a8kMga4,28
|
@@ -113,14 +113,14 @@ anyscale/client/setup.py,sha256=tSxqw1kAL1B9adnrnOarjnQfSbwGmnTr_kg8ZXhlm5A,1109
|
|
113
113
|
anyscale/client/test-requirements.txt,sha256=sTjmDTj5W9fh1ZAeo8UT2EBdeGDBNttj_PHiPBXg1D4,111
|
114
114
|
anyscale/client/tox.ini,sha256=M6L3UmvAdvU65LsoAF-Oi7oRjwZlCJZn8I7ofdXn5Ok,156
|
115
115
|
anyscale/client/.openapi-generator/VERSION,sha256=J0RzX-4u4jfin1kviKtmncjUePyjHm2kyvmkobOrt_E,5
|
116
|
-
anyscale/client/openapi_client/__init__.py,sha256=
|
116
|
+
anyscale/client/openapi_client/__init__.py,sha256=qR0CYsX-xOb3ZWc7vWQFnaqYSdlPevMIMoVD9NhgNd4,50127
|
117
117
|
anyscale/client/openapi_client/api_client.py,sha256=d8Un6j2Ny2vlS2qBXPVFj6_ql0k36DFahpWt_28TfCk,25563
|
118
118
|
anyscale/client/openapi_client/configuration.py,sha256=Dd5XrlHwv-wxnf0C35PG_-HBQoY3Yaz6hKrmkZz-m0E,12363
|
119
119
|
anyscale/client/openapi_client/exceptions.py,sha256=3egwsXQG2j_vARbqgBxUO1xSltAhpfiHTYVP7VXTvU0,3792
|
120
120
|
anyscale/client/openapi_client/rest.py,sha256=Ehj37v7GHW6SXV067Hze5HE42ayKaGi6a6ZlkR7u3Lg,12501
|
121
121
|
anyscale/client/openapi_client/api/__init__.py,sha256=i8u7BI2xX1GrXTL3hN0pKpYIlnT-D_uDxH2ElOfYG1I,141
|
122
|
-
anyscale/client/openapi_client/api/default_api.py,sha256=
|
123
|
-
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
|
124
124
|
anyscale/client/openapi_client/models/access_config.py,sha256=b2mA0qtuTA5PFbp6C61Jc_T2zUMaojM1v32IhZo0MfY,3648
|
125
125
|
anyscale/client/openapi_client/models/actor_status.py,sha256=6xyX_aIqURj2raBdY9DmBxsdDACFrqqYvElGiM6YG2E,2813
|
126
126
|
anyscale/client/openapi_client/models/admin_create_user.py,sha256=9DPr8D0lKgoEZ3Z2kGsAd8L7ocFCiP6woOGLVs8SRb8,7251
|
@@ -542,12 +542,8 @@ anyscale/client/openapi_client/models/project.py,sha256=4HYfLu2e_tce6JJwOC2PvEG2
|
|
542
542
|
anyscale/client/openapi_client/models/project_base.py,sha256=VX3jSjb8rwTiSnJy_kLSXTkQ0zRamxQWvKCDb3vEBec,3367
|
543
543
|
anyscale/client/openapi_client/models/project_collaborator.py,sha256=Fsk7Nteb7PAzSpiA-nZfQW6yJpdyonZf68-OLOyT9Ik,5321
|
544
544
|
anyscale/client/openapi_client/models/project_collaborator_value.py,sha256=w5ai6p7zvY92xWeSdXC9S-omxUA-5ptNPRyPz_s6I7c,5050
|
545
|
-
anyscale/client/openapi_client/models/project_collaborators_put_message.py,sha256=V5mks4wh3jc2djZK34u7CXO8KEtK7MVT_k0eMNug5F4,3687
|
546
|
-
anyscale/client/openapi_client/models/project_create_message.py,sha256=UA5AnUvD4ryXEnk9AMLLE1GygsaQC4pQ2TxQEepuHkE,4202
|
547
545
|
anyscale/client/openapi_client/models/project_default_session_name.py,sha256=YJ_XwghzxXdSTvplYMkyMRjkY1puWFiszN53Fb3WTJM,3521
|
548
|
-
anyscale/client/openapi_client/models/project_delete_message.py,sha256=PEep6aioSRea8ykCPDurFixtLekreephIZSwBzUVf-k,3439
|
549
546
|
anyscale/client/openapi_client/models/project_list_response.py,sha256=RvP4hOIBGwrGJoYR0CDwSaQyHl1_jJrl2eHGMi3PaFg,4302
|
550
|
-
anyscale/client/openapi_client/models/project_patch_message.py,sha256=cv1w-nj0Fxjn1Ty-A2MByVMImoLTxVc3CRk-uUddUe4,3431
|
551
547
|
anyscale/client/openapi_client/models/project_response.py,sha256=3k7Wde4R6rhJvwBlv85wyz27aw5qRo100azWRs8TmEY,3495
|
552
548
|
anyscale/client/openapi_client/models/projectbase_response.py,sha256=Fts2s4-YMca4eK5ulFc-54P_F8YmGPSjHcpC3IpZ3zs,3539
|
553
549
|
anyscale/client/openapi_client/models/projectcollaborator_list_response.py,sha256=xMXVnrYxPk_RXGPeGq15gAdYDf7kWX6DhGAXSUriKKU,4482
|
@@ -608,26 +604,18 @@ anyscale/client/openapi_client/models/service_version_state.py,sha256=g0EiU9yD9I
|
|
608
604
|
anyscale/client/openapi_client/models/serviceeventverbosemessagemodel_list_response.py,sha256=rmRDEr0dKcjXQHmHT4jpZkbtwANWwmSlUG-hncSh29Q,4662
|
609
605
|
anyscale/client/openapi_client/models/session.py,sha256=IWzgAvWFvjYqSLoQYV3MCSWpDk-9RcH76as6yYqMyEg,26502
|
610
606
|
anyscale/client/openapi_client/models/session_access.py,sha256=Ifok1ex1-Wz9mmzH7IhpCAa_c2XmSWRnAAXxPUv88t8,2905
|
611
|
-
anyscale/client/openapi_client/models/session_autosync_sessions_update_message.py,sha256=mfpvwryZtoJkhOzXdwqyz8TWQunPbepq3cNnoycLHyY,3735
|
612
607
|
anyscale/client/openapi_client/models/session_command.py,sha256=-jCOj9e8El2osefiZ4AtMQ9ux_4czDh7GHimrlWrZ-A,11973
|
613
608
|
anyscale/client/openapi_client/models/session_command_finish_options.py,sha256=TsILOtI6q81eNdXw7-gLtJPAXBH14WoVVYpkzhmCcbM,6763
|
614
609
|
anyscale/client/openapi_client/models/session_command_id.py,sha256=sbnjJ6XyYn1FakmV2jYF1F007VnITjtg_9Q-D2U_CFw,3407
|
615
610
|
anyscale/client/openapi_client/models/session_command_types.py,sha256=nYeMDVpsFP4nAxOh5iJnWzPFCP9lahvxdZHMK2_Bpog,2908
|
616
|
-
anyscale/client/openapi_client/models/session_create_message.py,sha256=zz4nKlu8ukGm0ZNyl2m1ZtNrEOSRiL4Ca_7-BVgvg6Y,4496
|
617
|
-
anyscale/client/openapi_client/models/session_delete_message.py,sha256=ECYdzuacw5boEgTwseNA2XZ5WrkGv0m3fnBVAGdkZAM,3607
|
618
611
|
anyscale/client/openapi_client/models/session_describe.py,sha256=1piU2mAEF7oSsltT5AiJhm5hUghKY98x5pwArcQJs5I,5347
|
619
612
|
anyscale/client/openapi_client/models/session_details.py,sha256=FucWGNtKWTU9TKvy6PVW-PG6YJ7VhYDVwgxR3tVBBQc,4298
|
620
|
-
anyscale/client/openapi_client/models/session_execute_message.py,sha256=ZI0VenrIZL6gQjN5xQ_BLsslc2avD-0dkTO7wPvQ1lo,3615
|
621
|
-
anyscale/client/openapi_client/models/session_finish_command_message.py,sha256=7eBQVloVbsTm7iBEvZUNZizqWp3u4vDa_SjerGkpBm4,5563
|
622
613
|
anyscale/client/openapi_client/models/session_history_item.py,sha256=cuP3TuhlsJHAwTZfCAATxp6RjSNsRQIYAcT3XIGbg64,4281
|
623
|
-
anyscale/client/openapi_client/models/session_kill_command_message.py,sha256=k6T5t_79fb1cWZ7CLuewdJvxxO-m51aOv2IKWcXnCRM,3815
|
624
614
|
anyscale/client/openapi_client/models/session_list_response.py,sha256=uSahaZwTMmriOyi3ab5vZLGqg9op8_NZHCIZA6gDwEc,4302
|
625
|
-
anyscale/client/openapi_client/models/session_patch_message.py,sha256=We1rNG7Vi7POz1w5vWhHEcX7uWbaLs6bsnwr3ml7SWI,3599
|
626
615
|
anyscale/client/openapi_client/models/session_response.py,sha256=1_9rNO_Sg0hFcHLvBk8PGE770Tv9Hit8we6T6-dY48A,3495
|
627
616
|
anyscale/client/openapi_client/models/session_ssh_key.py,sha256=JceGwkcPKd81PxSz5rhYNywsqUtm3Fn8_CnStD8yBKw,4391
|
628
617
|
anyscale/client/openapi_client/models/session_starting_up_data.py,sha256=LXd0Bb9yOT7SbaCZUw0afGpslny4tnA1RAmvY-wa6FE,4368
|
629
618
|
anyscale/client/openapi_client/models/session_state.py,sha256=N-NEuLQWIGDXZ_hNtTlCUQxx3WV_KUY9eUYS6eZyjJM,3390
|
630
|
-
anyscale/client/openapi_client/models/session_state_change_message.py,sha256=JhSEvJN-xQuu1OMItZlTJ17doJvLIwkk_VETX8sFETI,3647
|
631
619
|
anyscale/client/openapi_client/models/session_state_data.py,sha256=r3Dn1NjryniF8dy05tUiEzP8sj5FbG97ed6U7R9LKFc,4130
|
632
620
|
anyscale/client/openapi_client/models/session_stopping_data.py,sha256=JJzsX40809Y2IXtIVrgEx6yXoJwnQwYwPhfaqZkOGLI,4224
|
633
621
|
anyscale/client/openapi_client/models/sessioncommand_list_response.py,sha256=-Ci7HMfzL9PlQyDkA8RTM1jEvt1QcgOFo1xxlakVsEQ,4407
|
@@ -639,13 +627,6 @@ anyscale/client/openapi_client/models/sessions_sort_field.py,sha256=6C7TSxmnELVn
|
|
639
627
|
anyscale/client/openapi_client/models/sessionsshkey_response.py,sha256=z0YT-uC_DYS6kn1C_2Xs6NHR4eMaOkRg05OUd1w02t0,3561
|
640
628
|
anyscale/client/openapi_client/models/show_otp_source_return_api_model.py,sha256=gNK_eO-cTjA-aMCD2-U61psMxVsD4N9DzT6JQlOV1kQ,3642
|
641
629
|
anyscale/client/openapi_client/models/showotpsourcereturnapimodel_response.py,sha256=nQpVssn04QuNZ6zx10SpfEl8G216X9-QenYXqUDkkYA,3715
|
642
|
-
anyscale/client/openapi_client/models/snapshot_create_message.py,sha256=CWP1XOvlmvZ-a3o3ojBOwxumqs1tV4ozoqGFxn8LXnk,4340
|
643
|
-
anyscale/client/openapi_client/models/snapshot_delete_message.py,sha256=6LArhLZt0fkrsrWOOJvg9Nk7xEsfy3Mo2O4WWhUtOcE,4340
|
644
|
-
anyscale/client/openapi_client/models/snapshot_patch_message.py,sha256=gOsDKXzitu-Iew1qkFNWDaTILwwYxIsNJ6w6v7NPzRI,4328
|
645
|
-
anyscale/client/openapi_client/models/socket_message_schemas.py,sha256=mvt4t_aS1Oil7WWZ9_y9DbrDIrxwDZT821rcj2bmUZM,21744
|
646
|
-
anyscale/client/openapi_client/models/socket_message_types.py,sha256=uLMZHy5V5ibc5aH1XNo9ofv15ATGIe2a39suSJ5NIig,4002
|
647
|
-
anyscale/client/openapi_client/models/socketmessageschemas_response.py,sha256=L8OtNBBumzBHUvKhw6WOy751CJvlA6N3aGSgBcukyac,3638
|
648
|
-
anyscale/client/openapi_client/models/socketmessagetypes_response.py,sha256=9guahnZIgcxrtxPic5Mq_JD6hnNFeOcQeg_1sBNCMZY,3616
|
649
630
|
anyscale/client/openapi_client/models/sort_order.py,sha256=nmc0YdVaBIZ7pLPrOnteLDbc2Pu2vPfeOMclZH89VV4,2799
|
650
631
|
anyscale/client/openapi_client/models/sso_login_info.py,sha256=I_l8h9DiWVaOCy4iWn3k5AbYyvsa0_A-66AOEPcgGYA,4515
|
651
632
|
anyscale/client/openapi_client/models/ssologininfo_response.py,sha256=NprIco_jVOCO1K-6B8wAfRpEefG4cybZUlWw-weLjDU,3550
|
@@ -1117,10 +1098,10 @@ anyscale/workspace/__init__.py,sha256=fIxkn8b_HADCQl5njPAbcJxAf0sajZoc55L_wMvGAx
|
|
1117
1098
|
anyscale/workspace/commands.py,sha256=21FubFd2wmEwlVbk-ng-adwBm-O4ZPBgEJnoavbfvbU,14035
|
1118
1099
|
anyscale/workspace/models.py,sha256=Ey67KqxdslS51yK7xetbRaFjE8sURAArpf-F38r3cUU,9760
|
1119
1100
|
anyscale/workspace/_private/workspace_sdk.py,sha256=4LOBmMm7kd-O94ii5uP1UDbkWLComh6zI5QmE2lXRTY,26824
|
1120
|
-
anyscale-0.26.
|
1121
|
-
anyscale-0.26.
|
1122
|
-
anyscale-0.26.
|
1123
|
-
anyscale-0.26.
|
1124
|
-
anyscale-0.26.
|
1125
|
-
anyscale-0.26.
|
1126
|
-
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,121 +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 ProjectCollaboratorsPutMessage(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
|
-
'project_id': 'str'
|
37
|
-
}
|
38
|
-
|
39
|
-
attribute_map = {
|
40
|
-
'project_id': 'project_id'
|
41
|
-
}
|
42
|
-
|
43
|
-
def __init__(self, project_id=None, local_vars_configuration=None): # noqa: E501
|
44
|
-
"""ProjectCollaboratorsPutMessage - a model defined in OpenAPI""" # noqa: E501
|
45
|
-
if local_vars_configuration is None:
|
46
|
-
local_vars_configuration = Configuration()
|
47
|
-
self.local_vars_configuration = local_vars_configuration
|
48
|
-
|
49
|
-
self._project_id = None
|
50
|
-
self.discriminator = None
|
51
|
-
|
52
|
-
self.project_id = project_id
|
53
|
-
|
54
|
-
@property
|
55
|
-
def project_id(self):
|
56
|
-
"""Gets the project_id of this ProjectCollaboratorsPutMessage. # noqa: E501
|
57
|
-
|
58
|
-
|
59
|
-
:return: The project_id of this ProjectCollaboratorsPutMessage. # noqa: E501
|
60
|
-
:rtype: str
|
61
|
-
"""
|
62
|
-
return self._project_id
|
63
|
-
|
64
|
-
@project_id.setter
|
65
|
-
def project_id(self, project_id):
|
66
|
-
"""Sets the project_id of this ProjectCollaboratorsPutMessage.
|
67
|
-
|
68
|
-
|
69
|
-
:param project_id: The project_id of this ProjectCollaboratorsPutMessage. # noqa: E501
|
70
|
-
:type: str
|
71
|
-
"""
|
72
|
-
if self.local_vars_configuration.client_side_validation and project_id is None: # noqa: E501
|
73
|
-
raise ValueError("Invalid value for `project_id`, must not be `None`") # noqa: E501
|
74
|
-
|
75
|
-
self._project_id = project_id
|
76
|
-
|
77
|
-
def to_dict(self):
|
78
|
-
"""Returns the model properties as a dict"""
|
79
|
-
result = {}
|
80
|
-
|
81
|
-
for attr, _ in six.iteritems(self.openapi_types):
|
82
|
-
value = getattr(self, attr)
|
83
|
-
if isinstance(value, list):
|
84
|
-
result[attr] = list(map(
|
85
|
-
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
86
|
-
value
|
87
|
-
))
|
88
|
-
elif hasattr(value, "to_dict"):
|
89
|
-
result[attr] = value.to_dict()
|
90
|
-
elif isinstance(value, dict):
|
91
|
-
result[attr] = dict(map(
|
92
|
-
lambda item: (item[0], item[1].to_dict())
|
93
|
-
if hasattr(item[1], "to_dict") else item,
|
94
|
-
value.items()
|
95
|
-
))
|
96
|
-
else:
|
97
|
-
result[attr] = value
|
98
|
-
|
99
|
-
return result
|
100
|
-
|
101
|
-
def to_str(self):
|
102
|
-
"""Returns the string representation of the model"""
|
103
|
-
return pprint.pformat(self.to_dict())
|
104
|
-
|
105
|
-
def __repr__(self):
|
106
|
-
"""For `print` and `pprint`"""
|
107
|
-
return self.to_str()
|
108
|
-
|
109
|
-
def __eq__(self, other):
|
110
|
-
"""Returns true if both objects are equal"""
|
111
|
-
if not isinstance(other, ProjectCollaboratorsPutMessage):
|
112
|
-
return False
|
113
|
-
|
114
|
-
return self.to_dict() == other.to_dict()
|
115
|
-
|
116
|
-
def __ne__(self, other):
|
117
|
-
"""Returns true if both objects are not equal"""
|
118
|
-
if not isinstance(other, ProjectCollaboratorsPutMessage):
|
119
|
-
return True
|
120
|
-
|
121
|
-
return self.to_dict() != other.to_dict()
|