anyscale 0.26.6__py3-none-any.whl → 0.26.7__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-cloud-setup-gcp-oa.yaml +0 -1
- anyscale/anyscale-cloud-setup-gcp.yaml +0 -2
- anyscale/client/README.md +0 -8
- anyscale/client/openapi_client/__init__.py +0 -4
- anyscale/client/openapi_client/api/default_api.py +0 -454
- anyscale/client/openapi_client/models/__init__.py +0 -4
- anyscale/version.py +1 -1
- {anyscale-0.26.6.dist-info → anyscale-0.26.7.dist-info}/METADATA +1 -1
- {anyscale-0.26.6.dist-info → anyscale-0.26.7.dist-info}/RECORD +14 -18
- anyscale/client/openapi_client/models/projects_violating_tree_hierarchy_response.py +0 -121
- anyscale/client/openapi_client/models/projectsviolatingtreehierarchyresponse_response.py +0 -121
- anyscale/client/openapi_client/models/verify_response.py +0 -147
- anyscale/client/openapi_client/models/verifyresponse_response.py +0 -121
- {anyscale-0.26.6.dist-info → anyscale-0.26.7.dist-info}/LICENSE +0 -0
- {anyscale-0.26.6.dist-info → anyscale-0.26.7.dist-info}/NOTICE +0 -0
- {anyscale-0.26.6.dist-info → anyscale-0.26.7.dist-info}/WHEEL +0 -0
- {anyscale-0.26.6.dist-info → anyscale-0.26.7.dist-info}/entry_points.txt +0 -0
- {anyscale-0.26.6.dist-info → anyscale-0.26.7.dist-info}/top_level.txt +0 -0
@@ -56,7 +56,6 @@ resources:
|
|
56
56
|
type: iam.v1.serviceAccount
|
57
57
|
properties:
|
58
58
|
accountId: ${ANYSCALE_ACCESS_SERVICE_ACCOUNT}
|
59
|
-
projectId: ${PROJECT_ID}
|
60
59
|
serviceAccount:
|
61
60
|
displayName: ${CLOUD_ID} Anyscale access service account
|
62
61
|
accessControl:
|
@@ -81,7 +80,6 @@ resources:
|
|
81
80
|
type: iam.v1.serviceAccount
|
82
81
|
properties:
|
83
82
|
accountId: ${CLOUD_ID}
|
84
|
-
projectId: ${PROJECT_ID}
|
85
83
|
serviceAccount:
|
86
84
|
displayName: ${CLOUD_ID} Cluster Node Service Account
|
87
85
|
- name: iam-policy-instance-project-${CLOUD_ID}
|
anyscale/client/README.md
CHANGED
@@ -126,7 +126,6 @@ Class | Method | HTTP request | Description
|
|
126
126
|
*DefaultApi* | [**create_one_time_password_api_v2_users_create_otp_token_get**](docs/DefaultApi.md#create_one_time_password_api_v2_users_create_otp_token_get) | **GET** /api/v2/users/create_otp_token | Create One Time Password
|
127
127
|
*DefaultApi* | [**create_or_update_job_api_v2_experimental_cron_jobs_put**](docs/DefaultApi.md#create_or_update_job_api_v2_experimental_cron_jobs_put) | **PUT** /api/v2/experimental_cron_jobs/ | Create Or Update Job
|
128
128
|
*DefaultApi* | [**create_or_update_metronome_customer_info_api_v2_metronome_customer_info_post**](docs/DefaultApi.md#create_or_update_metronome_customer_info_api_v2_metronome_customer_info_post) | **POST** /api/v2/metronome_customer_info/ | Create Or Update Metronome Customer Info
|
129
|
-
*DefaultApi* | [**create_organization_collaborator_api_v2_projects_project_id_collaborators_organization_post**](docs/DefaultApi.md#create_organization_collaborator_api_v2_projects_project_id_collaborators_organization_post) | **POST** /api/v2/projects/{project_id}/collaborators/organization | Create Organization Collaborator
|
130
129
|
*DefaultApi* | [**create_project_api_v2_projects_post**](docs/DefaultApi.md#create_project_api_v2_projects_post) | **POST** /api/v2/projects/ | Create Project
|
131
130
|
*DefaultApi* | [**create_project_collaborator_api_v2_projects_project_id_collaborators_users_post**](docs/DefaultApi.md#create_project_collaborator_api_v2_projects_project_id_collaborators_users_post) | **POST** /api/v2/projects/{project_id}/collaborators/users | Create Project Collaborator
|
132
131
|
*DefaultApi* | [**create_resource_notification_api_v2_resource_notifications_post**](docs/DefaultApi.md#create_resource_notification_api_v2_resource_notifications_post) | **POST** /api/v2/resource_notifications/ | Create Resource Notification
|
@@ -326,13 +325,11 @@ Class | Method | HTTP request | Description
|
|
326
325
|
*DefaultApi* | [**list_workspaces_api_v2_experimental_workspaces_get**](docs/DefaultApi.md#list_workspaces_api_v2_experimental_workspaces_get) | **GET** /api/v2/experimental_workspaces/ | List Workspaces
|
327
326
|
*DefaultApi* | [**login_user_api_v2_users_login_post**](docs/DefaultApi.md#login_user_api_v2_users_login_post) | **POST** /api/v2/users/login | Login User
|
328
327
|
*DefaultApi* | [**logout_user_api_v2_users_logout_post**](docs/DefaultApi.md#logout_user_api_v2_users_logout_post) | **POST** /api/v2/users/logout | Logout User
|
329
|
-
*DefaultApi* | [**organization_valid_for_migration_api_v2_access_controls_migration_organization_id_organization_valid_for_migration_get**](docs/DefaultApi.md#organization_valid_for_migration_api_v2_access_controls_migration_organization_id_organization_valid_for_migration_get) | **GET** /api/v2/access_controls_migration/{organization_id}/organization_valid_for_migration | Organization Valid For Migration
|
330
328
|
*DefaultApi* | [**patch_project_api_v2_projects_project_id_patch**](docs/DefaultApi.md#patch_project_api_v2_projects_project_id_patch) | **PATCH** /api/v2/projects/{project_id} | Patch Project
|
331
329
|
*DefaultApi* | [**patch_session_api_v2_sessions_session_id_patch**](docs/DefaultApi.md#patch_session_api_v2_sessions_session_id_patch) | **PATCH** /api/v2/sessions/{session_id} | Patch Session
|
332
330
|
*DefaultApi* | [**patch_workspace_api_v2_experimental_workspaces_workspace_id_patch**](docs/DefaultApi.md#patch_workspace_api_v2_experimental_workspaces_workspace_id_patch) | **PATCH** /api/v2/experimental_workspaces/{workspace_id} | Patch Workspace
|
333
331
|
*DefaultApi* | [**pause_cron_job_api_v2_experimental_cron_jobs_cron_job_id_pause_post**](docs/DefaultApi.md#pause_cron_job_api_v2_experimental_cron_jobs_cron_job_id_pause_post) | **POST** /api/v2/experimental_cron_jobs/{cron_job_id}/pause | Pause Cron Job
|
334
332
|
*DefaultApi* | [**produce_analytics_event_api_v2_analytics_post**](docs/DefaultApi.md#produce_analytics_event_api_v2_analytics_post) | **POST** /api/v2/analytics/ | Produce Analytics Event
|
335
|
-
*DefaultApi* | [**projects_violating_tree_hierarchy_api_v2_access_controls_migration_organization_id_projects_violating_tree_hierarchy_get**](docs/DefaultApi.md#projects_violating_tree_hierarchy_api_v2_access_controls_migration_organization_id_projects_violating_tree_hierarchy_get) | **GET** /api/v2/access_controls_migration/{organization_id}/projects_violating_tree_hierarchy | Projects Violating Tree Hierarchy
|
336
333
|
*DefaultApi* | [**publish_api_v2_streams_publish_post**](docs/DefaultApi.md#publish_api_v2_streams_publish_post) | **POST** /api/v2/streams/publish | Publish
|
337
334
|
*DefaultApi* | [**push_cloud_overview_dashboard_api_v2_clouds_cloud_id_push_cloud_overview_dashboard_post**](docs/DefaultApi.md#push_cloud_overview_dashboard_api_v2_clouds_cloud_id_push_cloud_overview_dashboard_post) | **POST** /api/v2/clouds/{cloud_id}/push-cloud-overview-dashboard | Push Cloud Overview Dashboard
|
338
335
|
*DefaultApi* | [**put_job_wandb_run_details_api_v2_integrations_job_wandb_run_details_job_id_put**](docs/DefaultApi.md#put_job_wandb_run_details_api_v2_integrations_job_wandb_run_details_job_id_put) | **PUT** /api/v2/integrations/job_wandb_run_details/{job_id} | Put Job Wandb Run Details
|
@@ -403,7 +400,6 @@ Class | Method | HTTP request | Description
|
|
403
400
|
*DefaultApi* | [**validate_invite_code_api_v2_users_validate_invite_code_invite_code_post**](docs/DefaultApi.md#validate_invite_code_api_v2_users_validate_invite_code_invite_code_post) | **POST** /api/v2/users/validate_invite_code/{invite_code} | Validate Invite Code
|
404
401
|
*DefaultApi* | [**validate_one_time_password_api_v2_users_validate_otp_token_post**](docs/DefaultApi.md#validate_one_time_password_api_v2_users_validate_otp_token_post) | **POST** /api/v2/users/validate_otp_token | Validate One Time Password
|
405
402
|
*DefaultApi* | [**verify_access_api_v2_cloudsverify_access_cloud_id_get**](docs/DefaultApi.md#verify_access_api_v2_cloudsverify_access_cloud_id_get) | **GET** /api/v2/cloudsverify_access/{cloud_id} | Verify Access
|
406
|
-
*DefaultApi* | [**verify_migration_complete_api_v2_access_controls_migration_organization_id_verify_migration_complete_get**](docs/DefaultApi.md#verify_migration_complete_api_v2_access_controls_migration_organization_id_verify_migration_complete_get) | **GET** /api/v2/access_controls_migration/{organization_id}/verify_migration_complete | Verify Migration Complete
|
407
403
|
*DefaultApi* | [**verify_reset_password_token_api_v2_users_reset_password_token_get**](docs/DefaultApi.md#verify_reset_password_token_api_v2_users_reset_password_token_get) | **GET** /api/v2/users/reset_password/{token} | Verify Reset Password Token
|
408
404
|
|
409
405
|
|
@@ -856,8 +852,6 @@ Class | Method | HTTP request | Description
|
|
856
852
|
- [ProjectcollaboratorListResponse](docs/ProjectcollaboratorListResponse.md)
|
857
853
|
- [ProjectdefaultsessionnameResponse](docs/ProjectdefaultsessionnameResponse.md)
|
858
854
|
- [ProjectsSortField](docs/ProjectsSortField.md)
|
859
|
-
- [ProjectsViolatingTreeHierarchyResponse](docs/ProjectsViolatingTreeHierarchyResponse.md)
|
860
|
-
- [ProjectsviolatingtreehierarchyresponseResponse](docs/ProjectsviolatingtreehierarchyresponseResponse.md)
|
861
855
|
- [Protocols](docs/Protocols.md)
|
862
856
|
- [PythonModules](docs/PythonModules.md)
|
863
857
|
- [Quota](docs/Quota.md)
|
@@ -1012,8 +1006,6 @@ Class | Method | HTTP request | Description
|
|
1012
1006
|
- [UtmFields](docs/UtmFields.md)
|
1013
1007
|
- [ValidateOTPParamsApiModel](docs/ValidateOTPParamsApiModel.md)
|
1014
1008
|
- [ValidationError](docs/ValidationError.md)
|
1015
|
-
- [VerifyResponse](docs/VerifyResponse.md)
|
1016
|
-
- [VerifyresponseResponse](docs/VerifyresponseResponse.md)
|
1017
1009
|
- [Visibility](docs/Visibility.md)
|
1018
1010
|
- [WaitlistStatusResponse](docs/WaitlistStatusResponse.md)
|
1019
1011
|
- [WaitlistStatusType](docs/WaitlistStatusType.md)
|
@@ -475,8 +475,6 @@ from openapi_client.models.projectbase_response import ProjectbaseResponse
|
|
475
475
|
from openapi_client.models.projectcollaborator_list_response import ProjectcollaboratorListResponse
|
476
476
|
from openapi_client.models.projectdefaultsessionname_response import ProjectdefaultsessionnameResponse
|
477
477
|
from openapi_client.models.projects_sort_field import ProjectsSortField
|
478
|
-
from openapi_client.models.projects_violating_tree_hierarchy_response import ProjectsViolatingTreeHierarchyResponse
|
479
|
-
from openapi_client.models.projectsviolatingtreehierarchyresponse_response import ProjectsviolatingtreehierarchyresponseResponse
|
480
478
|
from openapi_client.models.protocols import Protocols
|
481
479
|
from openapi_client.models.python_modules import PythonModules
|
482
480
|
from openapi_client.models.quota import Quota
|
@@ -631,8 +629,6 @@ from openapi_client.models.userinfo_response import UserinfoResponse
|
|
631
629
|
from openapi_client.models.utm_fields import UtmFields
|
632
630
|
from openapi_client.models.validate_otp_params_api_model import ValidateOTPParamsApiModel
|
633
631
|
from openapi_client.models.validation_error import ValidationError
|
634
|
-
from openapi_client.models.verify_response import VerifyResponse
|
635
|
-
from openapi_client.models.verifyresponse_response import VerifyresponseResponse
|
636
632
|
from openapi_client.models.visibility import Visibility
|
637
633
|
from openapi_client.models.waitlist_status_response import WaitlistStatusResponse
|
638
634
|
from openapi_client.models.waitlist_status_type import WaitlistStatusType
|
@@ -6038,118 +6038,6 @@ class DefaultApi(object):
|
|
6038
6038
|
_request_timeout=local_var_params.get('_request_timeout'),
|
6039
6039
|
collection_formats=collection_formats)
|
6040
6040
|
|
6041
|
-
def create_organization_collaborator_api_v2_projects_project_id_collaborators_organization_post(self, project_id, **kwargs): # noqa: E501
|
6042
|
-
"""Create Organization Collaborator # noqa: E501
|
6043
|
-
|
6044
|
-
This method makes a synchronous HTTP request by default. To make an
|
6045
|
-
asynchronous HTTP request, please pass async_req=True
|
6046
|
-
>>> thread = api.create_organization_collaborator_api_v2_projects_project_id_collaborators_organization_post(project_id, async_req=True)
|
6047
|
-
>>> result = thread.get()
|
6048
|
-
|
6049
|
-
:param async_req bool: execute request asynchronously
|
6050
|
-
:param str project_id: (required)
|
6051
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
6052
|
-
be returned without reading/decoding response
|
6053
|
-
data. Default is True.
|
6054
|
-
:param _request_timeout: timeout setting for this request. If one
|
6055
|
-
number provided, it will be total request
|
6056
|
-
timeout. It can also be a pair (tuple) of
|
6057
|
-
(connection, read) timeouts.
|
6058
|
-
:return: None
|
6059
|
-
If the method is called asynchronously,
|
6060
|
-
returns the request thread.
|
6061
|
-
"""
|
6062
|
-
kwargs['_return_http_data_only'] = True
|
6063
|
-
return self.create_organization_collaborator_api_v2_projects_project_id_collaborators_organization_post_with_http_info(project_id, **kwargs) # noqa: E501
|
6064
|
-
|
6065
|
-
def create_organization_collaborator_api_v2_projects_project_id_collaborators_organization_post_with_http_info(self, project_id, **kwargs): # noqa: E501
|
6066
|
-
"""Create Organization Collaborator # noqa: E501
|
6067
|
-
|
6068
|
-
This method makes a synchronous HTTP request by default. To make an
|
6069
|
-
asynchronous HTTP request, please pass async_req=True
|
6070
|
-
>>> thread = api.create_organization_collaborator_api_v2_projects_project_id_collaborators_organization_post_with_http_info(project_id, async_req=True)
|
6071
|
-
>>> result = thread.get()
|
6072
|
-
|
6073
|
-
:param async_req bool: execute request asynchronously
|
6074
|
-
:param str project_id: (required)
|
6075
|
-
:param _return_http_data_only: response data without head status code
|
6076
|
-
and headers
|
6077
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
6078
|
-
be returned without reading/decoding response
|
6079
|
-
data. Default is True.
|
6080
|
-
:param _request_timeout: timeout setting for this request. If one
|
6081
|
-
number provided, it will be total request
|
6082
|
-
timeout. It can also be a pair (tuple) of
|
6083
|
-
(connection, read) timeouts.
|
6084
|
-
:return: None
|
6085
|
-
If the method is called asynchronously,
|
6086
|
-
returns the request thread.
|
6087
|
-
"""
|
6088
|
-
|
6089
|
-
local_var_params = locals()
|
6090
|
-
|
6091
|
-
all_params = [
|
6092
|
-
'project_id'
|
6093
|
-
]
|
6094
|
-
all_params.extend(
|
6095
|
-
[
|
6096
|
-
'async_req',
|
6097
|
-
'_return_http_data_only',
|
6098
|
-
'_preload_content',
|
6099
|
-
'_request_timeout'
|
6100
|
-
]
|
6101
|
-
)
|
6102
|
-
|
6103
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
6104
|
-
if key not in all_params:
|
6105
|
-
raise ApiTypeError(
|
6106
|
-
"Got an unexpected keyword argument '%s'"
|
6107
|
-
" to method create_organization_collaborator_api_v2_projects_project_id_collaborators_organization_post" % key
|
6108
|
-
)
|
6109
|
-
local_var_params[key] = val
|
6110
|
-
del local_var_params['kwargs']
|
6111
|
-
# verify the required parameter 'project_id' is set
|
6112
|
-
if self.api_client.client_side_validation and ('project_id' not in local_var_params or # noqa: E501
|
6113
|
-
local_var_params['project_id'] is None): # noqa: E501
|
6114
|
-
raise ApiValueError("Missing the required parameter `project_id` when calling `create_organization_collaborator_api_v2_projects_project_id_collaborators_organization_post`") # noqa: E501
|
6115
|
-
|
6116
|
-
collection_formats = {}
|
6117
|
-
|
6118
|
-
path_params = {}
|
6119
|
-
if 'project_id' in local_var_params:
|
6120
|
-
path_params['project_id'] = local_var_params['project_id'] # noqa: E501
|
6121
|
-
|
6122
|
-
query_params = []
|
6123
|
-
|
6124
|
-
header_params = {}
|
6125
|
-
|
6126
|
-
form_params = []
|
6127
|
-
local_var_files = {}
|
6128
|
-
|
6129
|
-
body_params = None
|
6130
|
-
# HTTP header `Accept`
|
6131
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
6132
|
-
['application/json']) # noqa: E501
|
6133
|
-
|
6134
|
-
# Authentication setting
|
6135
|
-
auth_settings = [] # noqa: E501
|
6136
|
-
|
6137
|
-
return self.api_client.call_api(
|
6138
|
-
'/api/v2/projects/{project_id}/collaborators/organization', 'POST',
|
6139
|
-
path_params,
|
6140
|
-
query_params,
|
6141
|
-
header_params,
|
6142
|
-
body=body_params,
|
6143
|
-
post_params=form_params,
|
6144
|
-
files=local_var_files,
|
6145
|
-
response_type=None, # noqa: E501
|
6146
|
-
auth_settings=auth_settings,
|
6147
|
-
async_req=local_var_params.get('async_req'),
|
6148
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
6149
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
6150
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
6151
|
-
collection_formats=collection_formats)
|
6152
|
-
|
6153
6041
|
def create_project_api_v2_projects_post(self, write_project, **kwargs): # noqa: E501
|
6154
6042
|
"""Create Project # noqa: E501
|
6155
6043
|
|
@@ -30045,120 +29933,6 @@ class DefaultApi(object):
|
|
30045
29933
|
_request_timeout=local_var_params.get('_request_timeout'),
|
30046
29934
|
collection_formats=collection_formats)
|
30047
29935
|
|
30048
|
-
def organization_valid_for_migration_api_v2_access_controls_migration_organization_id_organization_valid_for_migration_get(self, organization_id, **kwargs): # noqa: E501
|
30049
|
-
"""Organization Valid For Migration # noqa: E501
|
30050
|
-
|
30051
|
-
Check if organization is valid for migration by ensuring there is at least one non deleted cloud if there are any non deleted projects. This API is only available to Anyscale internal employees. # noqa: E501
|
30052
|
-
This method makes a synchronous HTTP request by default. To make an
|
30053
|
-
asynchronous HTTP request, please pass async_req=True
|
30054
|
-
>>> thread = api.organization_valid_for_migration_api_v2_access_controls_migration_organization_id_organization_valid_for_migration_get(organization_id, async_req=True)
|
30055
|
-
>>> result = thread.get()
|
30056
|
-
|
30057
|
-
:param async_req bool: execute request asynchronously
|
30058
|
-
:param str organization_id: (required)
|
30059
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
30060
|
-
be returned without reading/decoding response
|
30061
|
-
data. Default is True.
|
30062
|
-
:param _request_timeout: timeout setting for this request. If one
|
30063
|
-
number provided, it will be total request
|
30064
|
-
timeout. It can also be a pair (tuple) of
|
30065
|
-
(connection, read) timeouts.
|
30066
|
-
:return: VerifyresponseResponse
|
30067
|
-
If the method is called asynchronously,
|
30068
|
-
returns the request thread.
|
30069
|
-
"""
|
30070
|
-
kwargs['_return_http_data_only'] = True
|
30071
|
-
return self.organization_valid_for_migration_api_v2_access_controls_migration_organization_id_organization_valid_for_migration_get_with_http_info(organization_id, **kwargs) # noqa: E501
|
30072
|
-
|
30073
|
-
def organization_valid_for_migration_api_v2_access_controls_migration_organization_id_organization_valid_for_migration_get_with_http_info(self, organization_id, **kwargs): # noqa: E501
|
30074
|
-
"""Organization Valid For Migration # noqa: E501
|
30075
|
-
|
30076
|
-
Check if organization is valid for migration by ensuring there is at least one non deleted cloud if there are any non deleted projects. This API is only available to Anyscale internal employees. # noqa: E501
|
30077
|
-
This method makes a synchronous HTTP request by default. To make an
|
30078
|
-
asynchronous HTTP request, please pass async_req=True
|
30079
|
-
>>> thread = api.organization_valid_for_migration_api_v2_access_controls_migration_organization_id_organization_valid_for_migration_get_with_http_info(organization_id, async_req=True)
|
30080
|
-
>>> result = thread.get()
|
30081
|
-
|
30082
|
-
:param async_req bool: execute request asynchronously
|
30083
|
-
:param str organization_id: (required)
|
30084
|
-
:param _return_http_data_only: response data without head status code
|
30085
|
-
and headers
|
30086
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
30087
|
-
be returned without reading/decoding response
|
30088
|
-
data. Default is True.
|
30089
|
-
:param _request_timeout: timeout setting for this request. If one
|
30090
|
-
number provided, it will be total request
|
30091
|
-
timeout. It can also be a pair (tuple) of
|
30092
|
-
(connection, read) timeouts.
|
30093
|
-
:return: tuple(VerifyresponseResponse, status_code(int), headers(HTTPHeaderDict))
|
30094
|
-
If the method is called asynchronously,
|
30095
|
-
returns the request thread.
|
30096
|
-
"""
|
30097
|
-
|
30098
|
-
local_var_params = locals()
|
30099
|
-
|
30100
|
-
all_params = [
|
30101
|
-
'organization_id'
|
30102
|
-
]
|
30103
|
-
all_params.extend(
|
30104
|
-
[
|
30105
|
-
'async_req',
|
30106
|
-
'_return_http_data_only',
|
30107
|
-
'_preload_content',
|
30108
|
-
'_request_timeout'
|
30109
|
-
]
|
30110
|
-
)
|
30111
|
-
|
30112
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
30113
|
-
if key not in all_params:
|
30114
|
-
raise ApiTypeError(
|
30115
|
-
"Got an unexpected keyword argument '%s'"
|
30116
|
-
" to method organization_valid_for_migration_api_v2_access_controls_migration_organization_id_organization_valid_for_migration_get" % key
|
30117
|
-
)
|
30118
|
-
local_var_params[key] = val
|
30119
|
-
del local_var_params['kwargs']
|
30120
|
-
# verify the required parameter 'organization_id' is set
|
30121
|
-
if self.api_client.client_side_validation and ('organization_id' not in local_var_params or # noqa: E501
|
30122
|
-
local_var_params['organization_id'] is None): # noqa: E501
|
30123
|
-
raise ApiValueError("Missing the required parameter `organization_id` when calling `organization_valid_for_migration_api_v2_access_controls_migration_organization_id_organization_valid_for_migration_get`") # noqa: E501
|
30124
|
-
|
30125
|
-
collection_formats = {}
|
30126
|
-
|
30127
|
-
path_params = {}
|
30128
|
-
if 'organization_id' in local_var_params:
|
30129
|
-
path_params['organization_id'] = local_var_params['organization_id'] # noqa: E501
|
30130
|
-
|
30131
|
-
query_params = []
|
30132
|
-
|
30133
|
-
header_params = {}
|
30134
|
-
|
30135
|
-
form_params = []
|
30136
|
-
local_var_files = {}
|
30137
|
-
|
30138
|
-
body_params = None
|
30139
|
-
# HTTP header `Accept`
|
30140
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
30141
|
-
['application/json']) # noqa: E501
|
30142
|
-
|
30143
|
-
# Authentication setting
|
30144
|
-
auth_settings = [] # noqa: E501
|
30145
|
-
|
30146
|
-
return self.api_client.call_api(
|
30147
|
-
'/api/v2/access_controls_migration/{organization_id}/organization_valid_for_migration', 'GET',
|
30148
|
-
path_params,
|
30149
|
-
query_params,
|
30150
|
-
header_params,
|
30151
|
-
body=body_params,
|
30152
|
-
post_params=form_params,
|
30153
|
-
files=local_var_files,
|
30154
|
-
response_type='VerifyresponseResponse', # noqa: E501
|
30155
|
-
auth_settings=auth_settings,
|
30156
|
-
async_req=local_var_params.get('async_req'),
|
30157
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
30158
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
30159
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
30160
|
-
collection_formats=collection_formats)
|
30161
|
-
|
30162
29936
|
def patch_project_api_v2_projects_project_id_patch(self, project_id, json_patch_operation, **kwargs): # noqa: E501
|
30163
29937
|
"""Patch Project # noqa: E501
|
30164
29938
|
|
@@ -30783,120 +30557,6 @@ class DefaultApi(object):
|
|
30783
30557
|
_request_timeout=local_var_params.get('_request_timeout'),
|
30784
30558
|
collection_formats=collection_formats)
|
30785
30559
|
|
30786
|
-
def projects_violating_tree_hierarchy_api_v2_access_controls_migration_organization_id_projects_violating_tree_hierarchy_get(self, organization_id, **kwargs): # noqa: E501
|
30787
|
-
"""Projects Violating Tree Hierarchy # noqa: E501
|
30788
|
-
|
30789
|
-
Check projects violating tree hierarchy before migration. These projects will be split as part of the migration. This API is only available to Anyscale internal employees. # noqa: E501
|
30790
|
-
This method makes a synchronous HTTP request by default. To make an
|
30791
|
-
asynchronous HTTP request, please pass async_req=True
|
30792
|
-
>>> thread = api.projects_violating_tree_hierarchy_api_v2_access_controls_migration_organization_id_projects_violating_tree_hierarchy_get(organization_id, async_req=True)
|
30793
|
-
>>> result = thread.get()
|
30794
|
-
|
30795
|
-
:param async_req bool: execute request asynchronously
|
30796
|
-
:param str organization_id: (required)
|
30797
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
30798
|
-
be returned without reading/decoding response
|
30799
|
-
data. Default is True.
|
30800
|
-
:param _request_timeout: timeout setting for this request. If one
|
30801
|
-
number provided, it will be total request
|
30802
|
-
timeout. It can also be a pair (tuple) of
|
30803
|
-
(connection, read) timeouts.
|
30804
|
-
:return: ProjectsviolatingtreehierarchyresponseResponse
|
30805
|
-
If the method is called asynchronously,
|
30806
|
-
returns the request thread.
|
30807
|
-
"""
|
30808
|
-
kwargs['_return_http_data_only'] = True
|
30809
|
-
return self.projects_violating_tree_hierarchy_api_v2_access_controls_migration_organization_id_projects_violating_tree_hierarchy_get_with_http_info(organization_id, **kwargs) # noqa: E501
|
30810
|
-
|
30811
|
-
def projects_violating_tree_hierarchy_api_v2_access_controls_migration_organization_id_projects_violating_tree_hierarchy_get_with_http_info(self, organization_id, **kwargs): # noqa: E501
|
30812
|
-
"""Projects Violating Tree Hierarchy # noqa: E501
|
30813
|
-
|
30814
|
-
Check projects violating tree hierarchy before migration. These projects will be split as part of the migration. This API is only available to Anyscale internal employees. # noqa: E501
|
30815
|
-
This method makes a synchronous HTTP request by default. To make an
|
30816
|
-
asynchronous HTTP request, please pass async_req=True
|
30817
|
-
>>> thread = api.projects_violating_tree_hierarchy_api_v2_access_controls_migration_organization_id_projects_violating_tree_hierarchy_get_with_http_info(organization_id, async_req=True)
|
30818
|
-
>>> result = thread.get()
|
30819
|
-
|
30820
|
-
:param async_req bool: execute request asynchronously
|
30821
|
-
:param str organization_id: (required)
|
30822
|
-
:param _return_http_data_only: response data without head status code
|
30823
|
-
and headers
|
30824
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
30825
|
-
be returned without reading/decoding response
|
30826
|
-
data. Default is True.
|
30827
|
-
:param _request_timeout: timeout setting for this request. If one
|
30828
|
-
number provided, it will be total request
|
30829
|
-
timeout. It can also be a pair (tuple) of
|
30830
|
-
(connection, read) timeouts.
|
30831
|
-
:return: tuple(ProjectsviolatingtreehierarchyresponseResponse, status_code(int), headers(HTTPHeaderDict))
|
30832
|
-
If the method is called asynchronously,
|
30833
|
-
returns the request thread.
|
30834
|
-
"""
|
30835
|
-
|
30836
|
-
local_var_params = locals()
|
30837
|
-
|
30838
|
-
all_params = [
|
30839
|
-
'organization_id'
|
30840
|
-
]
|
30841
|
-
all_params.extend(
|
30842
|
-
[
|
30843
|
-
'async_req',
|
30844
|
-
'_return_http_data_only',
|
30845
|
-
'_preload_content',
|
30846
|
-
'_request_timeout'
|
30847
|
-
]
|
30848
|
-
)
|
30849
|
-
|
30850
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
30851
|
-
if key not in all_params:
|
30852
|
-
raise ApiTypeError(
|
30853
|
-
"Got an unexpected keyword argument '%s'"
|
30854
|
-
" to method projects_violating_tree_hierarchy_api_v2_access_controls_migration_organization_id_projects_violating_tree_hierarchy_get" % key
|
30855
|
-
)
|
30856
|
-
local_var_params[key] = val
|
30857
|
-
del local_var_params['kwargs']
|
30858
|
-
# verify the required parameter 'organization_id' is set
|
30859
|
-
if self.api_client.client_side_validation and ('organization_id' not in local_var_params or # noqa: E501
|
30860
|
-
local_var_params['organization_id'] is None): # noqa: E501
|
30861
|
-
raise ApiValueError("Missing the required parameter `organization_id` when calling `projects_violating_tree_hierarchy_api_v2_access_controls_migration_organization_id_projects_violating_tree_hierarchy_get`") # noqa: E501
|
30862
|
-
|
30863
|
-
collection_formats = {}
|
30864
|
-
|
30865
|
-
path_params = {}
|
30866
|
-
if 'organization_id' in local_var_params:
|
30867
|
-
path_params['organization_id'] = local_var_params['organization_id'] # noqa: E501
|
30868
|
-
|
30869
|
-
query_params = []
|
30870
|
-
|
30871
|
-
header_params = {}
|
30872
|
-
|
30873
|
-
form_params = []
|
30874
|
-
local_var_files = {}
|
30875
|
-
|
30876
|
-
body_params = None
|
30877
|
-
# HTTP header `Accept`
|
30878
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
30879
|
-
['application/json']) # noqa: E501
|
30880
|
-
|
30881
|
-
# Authentication setting
|
30882
|
-
auth_settings = [] # noqa: E501
|
30883
|
-
|
30884
|
-
return self.api_client.call_api(
|
30885
|
-
'/api/v2/access_controls_migration/{organization_id}/projects_violating_tree_hierarchy', 'GET',
|
30886
|
-
path_params,
|
30887
|
-
query_params,
|
30888
|
-
header_params,
|
30889
|
-
body=body_params,
|
30890
|
-
post_params=form_params,
|
30891
|
-
files=local_var_files,
|
30892
|
-
response_type='ProjectsviolatingtreehierarchyresponseResponse', # noqa: E501
|
30893
|
-
auth_settings=auth_settings,
|
30894
|
-
async_req=local_var_params.get('async_req'),
|
30895
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
30896
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
30897
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
30898
|
-
collection_formats=collection_formats)
|
30899
|
-
|
30900
30560
|
def publish_api_v2_streams_publish_post(self, stream_publish_request, **kwargs): # noqa: E501
|
30901
30561
|
"""Publish # noqa: E501
|
30902
30562
|
|
@@ -39343,120 +39003,6 @@ class DefaultApi(object):
|
|
39343
39003
|
_request_timeout=local_var_params.get('_request_timeout'),
|
39344
39004
|
collection_formats=collection_formats)
|
39345
39005
|
|
39346
|
-
def verify_migration_complete_api_v2_access_controls_migration_organization_id_verify_migration_complete_get(self, organization_id, **kwargs): # noqa: E501
|
39347
|
-
"""Verify Migration Complete # noqa: E501
|
39348
|
-
|
39349
|
-
Verify migration was completed successfully. This API is only available to Anyscale internal employees. # noqa: E501
|
39350
|
-
This method makes a synchronous HTTP request by default. To make an
|
39351
|
-
asynchronous HTTP request, please pass async_req=True
|
39352
|
-
>>> thread = api.verify_migration_complete_api_v2_access_controls_migration_organization_id_verify_migration_complete_get(organization_id, async_req=True)
|
39353
|
-
>>> result = thread.get()
|
39354
|
-
|
39355
|
-
:param async_req bool: execute request asynchronously
|
39356
|
-
:param str organization_id: (required)
|
39357
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
39358
|
-
be returned without reading/decoding response
|
39359
|
-
data. Default is True.
|
39360
|
-
:param _request_timeout: timeout setting for this request. If one
|
39361
|
-
number provided, it will be total request
|
39362
|
-
timeout. It can also be a pair (tuple) of
|
39363
|
-
(connection, read) timeouts.
|
39364
|
-
:return: VerifyresponseResponse
|
39365
|
-
If the method is called asynchronously,
|
39366
|
-
returns the request thread.
|
39367
|
-
"""
|
39368
|
-
kwargs['_return_http_data_only'] = True
|
39369
|
-
return self.verify_migration_complete_api_v2_access_controls_migration_organization_id_verify_migration_complete_get_with_http_info(organization_id, **kwargs) # noqa: E501
|
39370
|
-
|
39371
|
-
def verify_migration_complete_api_v2_access_controls_migration_organization_id_verify_migration_complete_get_with_http_info(self, organization_id, **kwargs): # noqa: E501
|
39372
|
-
"""Verify Migration Complete # noqa: E501
|
39373
|
-
|
39374
|
-
Verify migration was completed successfully. This API is only available to Anyscale internal employees. # noqa: E501
|
39375
|
-
This method makes a synchronous HTTP request by default. To make an
|
39376
|
-
asynchronous HTTP request, please pass async_req=True
|
39377
|
-
>>> thread = api.verify_migration_complete_api_v2_access_controls_migration_organization_id_verify_migration_complete_get_with_http_info(organization_id, async_req=True)
|
39378
|
-
>>> result = thread.get()
|
39379
|
-
|
39380
|
-
:param async_req bool: execute request asynchronously
|
39381
|
-
:param str organization_id: (required)
|
39382
|
-
:param _return_http_data_only: response data without head status code
|
39383
|
-
and headers
|
39384
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
39385
|
-
be returned without reading/decoding response
|
39386
|
-
data. Default is True.
|
39387
|
-
:param _request_timeout: timeout setting for this request. If one
|
39388
|
-
number provided, it will be total request
|
39389
|
-
timeout. It can also be a pair (tuple) of
|
39390
|
-
(connection, read) timeouts.
|
39391
|
-
:return: tuple(VerifyresponseResponse, status_code(int), headers(HTTPHeaderDict))
|
39392
|
-
If the method is called asynchronously,
|
39393
|
-
returns the request thread.
|
39394
|
-
"""
|
39395
|
-
|
39396
|
-
local_var_params = locals()
|
39397
|
-
|
39398
|
-
all_params = [
|
39399
|
-
'organization_id'
|
39400
|
-
]
|
39401
|
-
all_params.extend(
|
39402
|
-
[
|
39403
|
-
'async_req',
|
39404
|
-
'_return_http_data_only',
|
39405
|
-
'_preload_content',
|
39406
|
-
'_request_timeout'
|
39407
|
-
]
|
39408
|
-
)
|
39409
|
-
|
39410
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
39411
|
-
if key not in all_params:
|
39412
|
-
raise ApiTypeError(
|
39413
|
-
"Got an unexpected keyword argument '%s'"
|
39414
|
-
" to method verify_migration_complete_api_v2_access_controls_migration_organization_id_verify_migration_complete_get" % key
|
39415
|
-
)
|
39416
|
-
local_var_params[key] = val
|
39417
|
-
del local_var_params['kwargs']
|
39418
|
-
# verify the required parameter 'organization_id' is set
|
39419
|
-
if self.api_client.client_side_validation and ('organization_id' not in local_var_params or # noqa: E501
|
39420
|
-
local_var_params['organization_id'] is None): # noqa: E501
|
39421
|
-
raise ApiValueError("Missing the required parameter `organization_id` when calling `verify_migration_complete_api_v2_access_controls_migration_organization_id_verify_migration_complete_get`") # noqa: E501
|
39422
|
-
|
39423
|
-
collection_formats = {}
|
39424
|
-
|
39425
|
-
path_params = {}
|
39426
|
-
if 'organization_id' in local_var_params:
|
39427
|
-
path_params['organization_id'] = local_var_params['organization_id'] # noqa: E501
|
39428
|
-
|
39429
|
-
query_params = []
|
39430
|
-
|
39431
|
-
header_params = {}
|
39432
|
-
|
39433
|
-
form_params = []
|
39434
|
-
local_var_files = {}
|
39435
|
-
|
39436
|
-
body_params = None
|
39437
|
-
# HTTP header `Accept`
|
39438
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
39439
|
-
['application/json']) # noqa: E501
|
39440
|
-
|
39441
|
-
# Authentication setting
|
39442
|
-
auth_settings = [] # noqa: E501
|
39443
|
-
|
39444
|
-
return self.api_client.call_api(
|
39445
|
-
'/api/v2/access_controls_migration/{organization_id}/verify_migration_complete', 'GET',
|
39446
|
-
path_params,
|
39447
|
-
query_params,
|
39448
|
-
header_params,
|
39449
|
-
body=body_params,
|
39450
|
-
post_params=form_params,
|
39451
|
-
files=local_var_files,
|
39452
|
-
response_type='VerifyresponseResponse', # noqa: E501
|
39453
|
-
auth_settings=auth_settings,
|
39454
|
-
async_req=local_var_params.get('async_req'),
|
39455
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
39456
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
39457
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
39458
|
-
collection_formats=collection_formats)
|
39459
|
-
|
39460
39006
|
def verify_reset_password_token_api_v2_users_reset_password_token_get(self, token, **kwargs): # noqa: E501
|
39461
39007
|
"""Verify Reset Password Token # noqa: E501
|
39462
39008
|
|
@@ -461,8 +461,6 @@ from openapi_client.models.projectbase_response import ProjectbaseResponse
|
|
461
461
|
from openapi_client.models.projectcollaborator_list_response import ProjectcollaboratorListResponse
|
462
462
|
from openapi_client.models.projectdefaultsessionname_response import ProjectdefaultsessionnameResponse
|
463
463
|
from openapi_client.models.projects_sort_field import ProjectsSortField
|
464
|
-
from openapi_client.models.projects_violating_tree_hierarchy_response import ProjectsViolatingTreeHierarchyResponse
|
465
|
-
from openapi_client.models.projectsviolatingtreehierarchyresponse_response import ProjectsviolatingtreehierarchyresponseResponse
|
466
464
|
from openapi_client.models.protocols import Protocols
|
467
465
|
from openapi_client.models.python_modules import PythonModules
|
468
466
|
from openapi_client.models.quota import Quota
|
@@ -617,8 +615,6 @@ from openapi_client.models.userinfo_response import UserinfoResponse
|
|
617
615
|
from openapi_client.models.utm_fields import UtmFields
|
618
616
|
from openapi_client.models.validate_otp_params_api_model import ValidateOTPParamsApiModel
|
619
617
|
from openapi_client.models.validation_error import ValidationError
|
620
|
-
from openapi_client.models.verify_response import VerifyResponse
|
621
|
-
from openapi_client.models.verifyresponse_response import VerifyresponseResponse
|
622
618
|
from openapi_client.models.visibility import Visibility
|
623
619
|
from openapi_client.models.waitlist_status_response import WaitlistStatusResponse
|
624
620
|
from openapi_client.models.waitlist_status_type import WaitlistStatusType
|
anyscale/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.26.
|
1
|
+
__version__ = "0.26.7"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
anyscale/__init__.py,sha256=YtAe4ql_2J7SnRMMvJzx1Fdw2ZjtC2VLfZFPSDMdLxA,8595
|
2
|
-
anyscale/anyscale-cloud-setup-gcp-oa.yaml,sha256=
|
3
|
-
anyscale/anyscale-cloud-setup-gcp.yaml,sha256=
|
2
|
+
anyscale/anyscale-cloud-setup-gcp-oa.yaml,sha256=varT3AFGxDy7V8o3_zCwUyoi22MiDmZovfpvkbkyeAU,2715
|
3
|
+
anyscale/anyscale-cloud-setup-gcp.yaml,sha256=cH43b2tfhQr0tKQtQsE2uXLF0vJtuen68qo5DlHG_lA,3908
|
4
4
|
anyscale/anyscale-cloud-setup-oa.yaml,sha256=MMfjT2UCNQS43I3mGOMoSq1cq1dufxtnXU9Zy260TK8,3192
|
5
5
|
anyscale/anyscale-cloud-setup.yaml,sha256=iXCIL8gydOlRzjG5GPxBx1diLQyAkHVN_fIlSoqTLiM,8762
|
6
6
|
anyscale/anyscale_schema.json,sha256=pQtFMvsYLZF39HcfhFV-ze15W9oELuWHz16PED7sMSQ,193
|
@@ -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=46lQOe3wrFl5Py_iLJfv9M4bwgJu2ZQeHj41PA6RX3o,23
|
31
31
|
anyscale/workspace_utils.py,sha256=OViE88CnIF5ruVxd3kazQ0Mf2BxqtMq6wx-XQ5A2cp8,1204
|
32
32
|
anyscale/_private/anyscale_client/README.md,sha256=gk8obk7kqg6VWoUHcqDMwJULh35tYKEZFC0UF_dixGA,718
|
33
33
|
anyscale/_private/anyscale_client/__init__.py,sha256=807Blx3RHQeS8BmKZcsOQQ4dYoKlCnpm6Bdsif2CrHg,337
|
@@ -98,7 +98,7 @@ anyscale/background/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
|
|
98
98
|
anyscale/background/job_runner.py,sha256=LTuv9JOahyv6C9i7DLQAONgQF6--FfYZEmJrKy-sUG8,2687
|
99
99
|
anyscale/client/.gitignore,sha256=JZyvYEtT2DCSK9V5Joi6lQofhMik4PXiJRCWsg7SvqI,807
|
100
100
|
anyscale/client/.openapi-generator-ignore,sha256=pu2PTide7pJtJ-DFLzDy0cTYQJRlrB-8RRH3zGLeUds,1040
|
101
|
-
anyscale/client/README.md,sha256=
|
101
|
+
anyscale/client/README.md,sha256=8i4VVVMW378EtSIc1AIpKsjHx3HPIMXrVBze68zHxgs,123375
|
102
102
|
anyscale/client/git_push.sh,sha256=EDCZOTTiLxbtPHmiU63qC99rGH67B7dhdPZdNUKivF0,1827
|
103
103
|
anyscale/client/requirements.txt,sha256=dkVKYUStC5h_g_87SH7pRdhXCj7ySozAJMGAFEzGgFc,126
|
104
104
|
anyscale/client/setup.cfg,sha256=l7bdKSIedeBhhoDtupsBwx1xPrlBf2yYeTH7a8kMga4,28
|
@@ -106,14 +106,14 @@ anyscale/client/setup.py,sha256=tSxqw1kAL1B9adnrnOarjnQfSbwGmnTr_kg8ZXhlm5A,1109
|
|
106
106
|
anyscale/client/test-requirements.txt,sha256=sTjmDTj5W9fh1ZAeo8UT2EBdeGDBNttj_PHiPBXg1D4,111
|
107
107
|
anyscale/client/tox.ini,sha256=M6L3UmvAdvU65LsoAF-Oi7oRjwZlCJZn8I7ofdXn5Ok,156
|
108
108
|
anyscale/client/.openapi-generator/VERSION,sha256=J0RzX-4u4jfin1kviKtmncjUePyjHm2kyvmkobOrt_E,5
|
109
|
-
anyscale/client/openapi_client/__init__.py,sha256=
|
109
|
+
anyscale/client/openapi_client/__init__.py,sha256=Kgzl1GK2491e8wztUFt9um6BgY6BpsY1nAOHixfemak,53132
|
110
110
|
anyscale/client/openapi_client/api_client.py,sha256=d8Un6j2Ny2vlS2qBXPVFj6_ql0k36DFahpWt_28TfCk,25563
|
111
111
|
anyscale/client/openapi_client/configuration.py,sha256=Dd5XrlHwv-wxnf0C35PG_-HBQoY3Yaz6hKrmkZz-m0E,12363
|
112
112
|
anyscale/client/openapi_client/exceptions.py,sha256=3egwsXQG2j_vARbqgBxUO1xSltAhpfiHTYVP7VXTvU0,3792
|
113
113
|
anyscale/client/openapi_client/rest.py,sha256=Ehj37v7GHW6SXV067Hze5HE42ayKaGi6a6ZlkR7u3Lg,12501
|
114
114
|
anyscale/client/openapi_client/api/__init__.py,sha256=i8u7BI2xX1GrXTL3hN0pKpYIlnT-D_uDxH2ElOfYG1I,141
|
115
|
-
anyscale/client/openapi_client/api/default_api.py,sha256=
|
116
|
-
anyscale/client/openapi_client/models/__init__.py,sha256=
|
115
|
+
anyscale/client/openapi_client/api/default_api.py,sha256=beOPUr9nrh6Up-rPI67uReN1depyH9wQF3HqakxrSQg,1967183
|
116
|
+
anyscale/client/openapi_client/models/__init__.py,sha256=Ro_qQANbUPI0PRKLXP9Ey_2iOgBqyXJolm2EBT--h-o,52642
|
117
117
|
anyscale/client/openapi_client/models/access_config.py,sha256=b2mA0qtuTA5PFbp6C61Jc_T2zUMaojM1v32IhZo0MfY,3648
|
118
118
|
anyscale/client/openapi_client/models/actor_status.py,sha256=6xyX_aIqURj2raBdY9DmBxsdDACFrqqYvElGiM6YG2E,2813
|
119
119
|
anyscale/client/openapi_client/models/admin_create_user.py,sha256=9DPr8D0lKgoEZ3Z2kGsAd8L7ocFCiP6woOGLVs8SRb8,7251
|
@@ -561,8 +561,6 @@ anyscale/client/openapi_client/models/projectbase_response.py,sha256=Fts2s4-YMca
|
|
561
561
|
anyscale/client/openapi_client/models/projectcollaborator_list_response.py,sha256=xMXVnrYxPk_RXGPeGq15gAdYDf7kWX6DhGAXSUriKKU,4482
|
562
562
|
anyscale/client/openapi_client/models/projectdefaultsessionname_response.py,sha256=nAfMRXSU79_okUok0_1ZSeaqAcaDu0VtdAnzSny2pUA,3693
|
563
563
|
anyscale/client/openapi_client/models/projects_sort_field.py,sha256=3LW0ggf07NbFcKLr3MZoZDyNUrj5tFiK877sxINJIZs,2810
|
564
|
-
anyscale/client/openapi_client/models/projects_violating_tree_hierarchy_response.py,sha256=uWddqitteSKeD9HH9msYznydnsPDgDLp383IQ0qRfKI,3790
|
565
|
-
anyscale/client/openapi_client/models/projectsviolatingtreehierarchyresponse_response.py,sha256=GhgEbvaYs9M8UmN2c72gE1WYPVsqVUhR4Sl2ZQzN9rQ,3836
|
566
564
|
anyscale/client/openapi_client/models/protocols.py,sha256=Q_QNTShXYTtz-Ct9iNGJl3QM4BVrZ6_6nNS7K5I8ip0,4098
|
567
565
|
anyscale/client/openapi_client/models/python_modules.py,sha256=PplQop90t5MefEQFdLw_RYvKTb1HudY2szGUB4qY_og,4560
|
568
566
|
anyscale/client/openapi_client/models/quota.py,sha256=j1WHnVQGu4O3XKDvEg4ybgHLJiOce8FNe_UQSil7rh4,5467
|
@@ -717,8 +715,6 @@ anyscale/client/openapi_client/models/utm_fields.py,sha256=oGWZLb480SM6USTwygPBG
|
|
717
715
|
anyscale/client/openapi_client/models/ux_instance.py,sha256=Sblo6opLgk_o0shR6vFKGn3iGTd-ITJ7hjn2TuinbCc,15937
|
718
716
|
anyscale/client/openapi_client/models/validate_otp_params_api_model.py,sha256=uErBR9NPILSCtfku6LnNAk9engTzdCqwS_9xnYc3w5E,3500
|
719
717
|
anyscale/client/openapi_client/models/validation_error.py,sha256=uLs9b2XoppBnbd0-JqQrC5LjDArFEyKenqfKUK0Y2LY,4903
|
720
|
-
anyscale/client/openapi_client/models/verify_response.py,sha256=9kcekJZJ60Y0lQVI542QuZFtweVUjZkO4fab8zkAosE,4133
|
721
|
-
anyscale/client/openapi_client/models/verifyresponse_response.py,sha256=4u3CsgiIjWmQQUx3YEbh6-o1MyOA3BHHAy1Wru6NZlA,3572
|
722
718
|
anyscale/client/openapi_client/models/visibility.py,sha256=Z5m8dxfUKfBCuNIx2ex0vcNT1aejTaxpWNtUToswnRk,2836
|
723
719
|
anyscale/client/openapi_client/models/waitlist_status_response.py,sha256=Su4G2eES1vCrHaT8kgt0KO3m5zJkRufLeCDnEMIY-M4,3587
|
724
720
|
anyscale/client/openapi_client/models/waitlist_status_type.py,sha256=Bmp1_5ti1JnIrgvvuA6Jvs39BEKhXu1si1QwNwK8rXo,2871
|
@@ -1132,10 +1128,10 @@ anyscale/workspace/__init__.py,sha256=fIxkn8b_HADCQl5njPAbcJxAf0sajZoc55L_wMvGAx
|
|
1132
1128
|
anyscale/workspace/commands.py,sha256=21FubFd2wmEwlVbk-ng-adwBm-O4ZPBgEJnoavbfvbU,14035
|
1133
1129
|
anyscale/workspace/models.py,sha256=Ey67KqxdslS51yK7xetbRaFjE8sURAArpf-F38r3cUU,9760
|
1134
1130
|
anyscale/workspace/_private/workspace_sdk.py,sha256=4LOBmMm7kd-O94ii5uP1UDbkWLComh6zI5QmE2lXRTY,26824
|
1135
|
-
anyscale-0.26.
|
1136
|
-
anyscale-0.26.
|
1137
|
-
anyscale-0.26.
|
1138
|
-
anyscale-0.26.
|
1139
|
-
anyscale-0.26.
|
1140
|
-
anyscale-0.26.
|
1141
|
-
anyscale-0.26.
|
1131
|
+
anyscale-0.26.7.dist-info/LICENSE,sha256=UOPu974Wzsna6frFv1mu4VrZgNdZT7lbcNPzo5ue3qs,3494
|
1132
|
+
anyscale-0.26.7.dist-info/METADATA,sha256=EAUtzpBdjwOfnMFip3hSAS1y-Ruy-UHvhQhR3ZC4D5E,3049
|
1133
|
+
anyscale-0.26.7.dist-info/NOTICE,sha256=gHqDhSnUYlRXX-mDOL5FtE7774oiKyV_HO80qM3r9Xo,196
|
1134
|
+
anyscale-0.26.7.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
1135
|
+
anyscale-0.26.7.dist-info/entry_points.txt,sha256=NqO18sCZn6zG6J0S38itjcN00s7aE3C3v3k5lMAfCLk,51
|
1136
|
+
anyscale-0.26.7.dist-info/top_level.txt,sha256=g3NVNS8Oh0NZwbFFgeX696C5MZZkS5dqV2NqcsbDRJE,9
|
1137
|
+
anyscale-0.26.7.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 ProjectsViolatingTreeHierarchyResponse(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_ids': 'list[str]'
|
37
|
-
}
|
38
|
-
|
39
|
-
attribute_map = {
|
40
|
-
'project_ids': 'project_ids'
|
41
|
-
}
|
42
|
-
|
43
|
-
def __init__(self, project_ids=None, local_vars_configuration=None): # noqa: E501
|
44
|
-
"""ProjectsViolatingTreeHierarchyResponse - 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_ids = None
|
50
|
-
self.discriminator = None
|
51
|
-
|
52
|
-
self.project_ids = project_ids
|
53
|
-
|
54
|
-
@property
|
55
|
-
def project_ids(self):
|
56
|
-
"""Gets the project_ids of this ProjectsViolatingTreeHierarchyResponse. # noqa: E501
|
57
|
-
|
58
|
-
|
59
|
-
:return: The project_ids of this ProjectsViolatingTreeHierarchyResponse. # noqa: E501
|
60
|
-
:rtype: list[str]
|
61
|
-
"""
|
62
|
-
return self._project_ids
|
63
|
-
|
64
|
-
@project_ids.setter
|
65
|
-
def project_ids(self, project_ids):
|
66
|
-
"""Sets the project_ids of this ProjectsViolatingTreeHierarchyResponse.
|
67
|
-
|
68
|
-
|
69
|
-
:param project_ids: The project_ids of this ProjectsViolatingTreeHierarchyResponse. # noqa: E501
|
70
|
-
:type: list[str]
|
71
|
-
"""
|
72
|
-
if self.local_vars_configuration.client_side_validation and project_ids is None: # noqa: E501
|
73
|
-
raise ValueError("Invalid value for `project_ids`, must not be `None`") # noqa: E501
|
74
|
-
|
75
|
-
self._project_ids = project_ids
|
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, ProjectsViolatingTreeHierarchyResponse):
|
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, ProjectsViolatingTreeHierarchyResponse):
|
119
|
-
return True
|
120
|
-
|
121
|
-
return self.to_dict() != other.to_dict()
|
@@ -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 ProjectsviolatingtreehierarchyresponseResponse(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
|
-
'result': 'ProjectsViolatingTreeHierarchyResponse'
|
37
|
-
}
|
38
|
-
|
39
|
-
attribute_map = {
|
40
|
-
'result': 'result'
|
41
|
-
}
|
42
|
-
|
43
|
-
def __init__(self, result=None, local_vars_configuration=None): # noqa: E501
|
44
|
-
"""ProjectsviolatingtreehierarchyresponseResponse - 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._result = None
|
50
|
-
self.discriminator = None
|
51
|
-
|
52
|
-
self.result = result
|
53
|
-
|
54
|
-
@property
|
55
|
-
def result(self):
|
56
|
-
"""Gets the result of this ProjectsviolatingtreehierarchyresponseResponse. # noqa: E501
|
57
|
-
|
58
|
-
|
59
|
-
:return: The result of this ProjectsviolatingtreehierarchyresponseResponse. # noqa: E501
|
60
|
-
:rtype: ProjectsViolatingTreeHierarchyResponse
|
61
|
-
"""
|
62
|
-
return self._result
|
63
|
-
|
64
|
-
@result.setter
|
65
|
-
def result(self, result):
|
66
|
-
"""Sets the result of this ProjectsviolatingtreehierarchyresponseResponse.
|
67
|
-
|
68
|
-
|
69
|
-
:param result: The result of this ProjectsviolatingtreehierarchyresponseResponse. # noqa: E501
|
70
|
-
:type: ProjectsViolatingTreeHierarchyResponse
|
71
|
-
"""
|
72
|
-
if self.local_vars_configuration.client_side_validation and result is None: # noqa: E501
|
73
|
-
raise ValueError("Invalid value for `result`, must not be `None`") # noqa: E501
|
74
|
-
|
75
|
-
self._result = result
|
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, ProjectsviolatingtreehierarchyresponseResponse):
|
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, ProjectsviolatingtreehierarchyresponseResponse):
|
119
|
-
return True
|
120
|
-
|
121
|
-
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 VerifyResponse(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
|
-
'success': 'bool',
|
37
|
-
'reason': 'object'
|
38
|
-
}
|
39
|
-
|
40
|
-
attribute_map = {
|
41
|
-
'success': 'success',
|
42
|
-
'reason': 'reason'
|
43
|
-
}
|
44
|
-
|
45
|
-
def __init__(self, success=None, reason=None, local_vars_configuration=None): # noqa: E501
|
46
|
-
"""VerifyResponse - 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._success = None
|
52
|
-
self._reason = None
|
53
|
-
self.discriminator = None
|
54
|
-
|
55
|
-
self.success = success
|
56
|
-
if reason is not None:
|
57
|
-
self.reason = reason
|
58
|
-
|
59
|
-
@property
|
60
|
-
def success(self):
|
61
|
-
"""Gets the success of this VerifyResponse. # noqa: E501
|
62
|
-
|
63
|
-
|
64
|
-
:return: The success of this VerifyResponse. # noqa: E501
|
65
|
-
:rtype: bool
|
66
|
-
"""
|
67
|
-
return self._success
|
68
|
-
|
69
|
-
@success.setter
|
70
|
-
def success(self, success):
|
71
|
-
"""Sets the success of this VerifyResponse.
|
72
|
-
|
73
|
-
|
74
|
-
:param success: The success of this VerifyResponse. # noqa: E501
|
75
|
-
:type: bool
|
76
|
-
"""
|
77
|
-
if self.local_vars_configuration.client_side_validation and success is None: # noqa: E501
|
78
|
-
raise ValueError("Invalid value for `success`, must not be `None`") # noqa: E501
|
79
|
-
|
80
|
-
self._success = success
|
81
|
-
|
82
|
-
@property
|
83
|
-
def reason(self):
|
84
|
-
"""Gets the reason of this VerifyResponse. # noqa: E501
|
85
|
-
|
86
|
-
|
87
|
-
:return: The reason of this VerifyResponse. # noqa: E501
|
88
|
-
:rtype: object
|
89
|
-
"""
|
90
|
-
return self._reason
|
91
|
-
|
92
|
-
@reason.setter
|
93
|
-
def reason(self, reason):
|
94
|
-
"""Sets the reason of this VerifyResponse.
|
95
|
-
|
96
|
-
|
97
|
-
:param reason: The reason of this VerifyResponse. # noqa: E501
|
98
|
-
:type: object
|
99
|
-
"""
|
100
|
-
|
101
|
-
self._reason = reason
|
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, VerifyResponse):
|
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, VerifyResponse):
|
145
|
-
return True
|
146
|
-
|
147
|
-
return self.to_dict() != other.to_dict()
|
@@ -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 VerifyresponseResponse(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
|
-
'result': 'VerifyResponse'
|
37
|
-
}
|
38
|
-
|
39
|
-
attribute_map = {
|
40
|
-
'result': 'result'
|
41
|
-
}
|
42
|
-
|
43
|
-
def __init__(self, result=None, local_vars_configuration=None): # noqa: E501
|
44
|
-
"""VerifyresponseResponse - 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._result = None
|
50
|
-
self.discriminator = None
|
51
|
-
|
52
|
-
self.result = result
|
53
|
-
|
54
|
-
@property
|
55
|
-
def result(self):
|
56
|
-
"""Gets the result of this VerifyresponseResponse. # noqa: E501
|
57
|
-
|
58
|
-
|
59
|
-
:return: The result of this VerifyresponseResponse. # noqa: E501
|
60
|
-
:rtype: VerifyResponse
|
61
|
-
"""
|
62
|
-
return self._result
|
63
|
-
|
64
|
-
@result.setter
|
65
|
-
def result(self, result):
|
66
|
-
"""Sets the result of this VerifyresponseResponse.
|
67
|
-
|
68
|
-
|
69
|
-
:param result: The result of this VerifyresponseResponse. # noqa: E501
|
70
|
-
:type: VerifyResponse
|
71
|
-
"""
|
72
|
-
if self.local_vars_configuration.client_side_validation and result is None: # noqa: E501
|
73
|
-
raise ValueError("Invalid value for `result`, must not be `None`") # noqa: E501
|
74
|
-
|
75
|
-
self._result = result
|
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, VerifyresponseResponse):
|
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, VerifyresponseResponse):
|
119
|
-
return True
|
120
|
-
|
121
|
-
return self.to_dict() != other.to_dict()
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|