anyscale 0.25.0__py3-none-any.whl → 0.25.1__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 +3 -0
- anyscale/client/openapi_client/__init__.py +2 -0
- anyscale/client/openapi_client/api/default_api.py +114 -0
- anyscale/client/openapi_client/models/__init__.py +2 -0
- anyscale/client/openapi_client/models/decorated_interactive_session.py +1 -57
- anyscale/client/openapi_client/models/decorated_job.py +1 -57
- anyscale/client/openapi_client/models/decorated_job_submission.py +1 -29
- anyscale/client/openapi_client/models/decorated_production_job.py +1 -29
- anyscale/client/openapi_client/models/decorated_session.py +1 -57
- anyscale/client/openapi_client/models/decorated_unified_job.py +1 -30
- anyscale/client/openapi_client/models/ha_jobs_sort_field.py +1 -2
- anyscale/client/openapi_client/models/internal_production_job.py +1 -29
- anyscale/client/openapi_client/models/serve_deployment_fast_api_docs_status.py +123 -0
- anyscale/client/openapi_client/models/serve_deployment_state.py +2 -1
- anyscale/client/openapi_client/models/servedeploymentfastapidocsstatus_response.py +121 -0
- anyscale/client/openapi_client/models/unified_job_sort_field.py +1 -2
- anyscale/version.py +1 -1
- {anyscale-0.25.0.dist-info → anyscale-0.25.1.dist-info}/METADATA +1 -1
- {anyscale-0.25.0.dist-info → anyscale-0.25.1.dist-info}/RECORD +24 -22
- {anyscale-0.25.0.dist-info → anyscale-0.25.1.dist-info}/LICENSE +0 -0
- {anyscale-0.25.0.dist-info → anyscale-0.25.1.dist-info}/NOTICE +0 -0
- {anyscale-0.25.0.dist-info → anyscale-0.25.1.dist-info}/WHEEL +0 -0
- {anyscale-0.25.0.dist-info → anyscale-0.25.1.dist-info}/entry_points.txt +0 -0
- {anyscale-0.25.0.dist-info → anyscale-0.25.1.dist-info}/top_level.txt +0 -0
anyscale/client/README.md
CHANGED
@@ -209,6 +209,7 @@ Class | Method | HTTP request | Description
|
|
209
209
|
*DefaultApi* | [**get_decorated_job_submission_logs_api_v2_decorated_job_submissions_ray_job_submission_db_id_logs_get**](docs/DefaultApi.md#get_decorated_job_submission_logs_api_v2_decorated_job_submissions_ray_job_submission_db_id_logs_get) | **GET** /api/v2/decorated_job_submissions/{ray_job_submission_db_id}/logs | Get Decorated Job Submission Logs
|
210
210
|
*DefaultApi* | [**get_decorated_runtime_env_api_v2_decorated_runtime_envs_runtime_env_id_get**](docs/DefaultApi.md#get_decorated_runtime_env_api_v2_decorated_runtime_envs_runtime_env_id_get) | **GET** /api/v2/decorated_runtime_envs/{runtime_env_id} | Get Decorated Runtime Env
|
211
211
|
*DefaultApi* | [**get_decorated_serve_deployment_api_v2_decorated_serve_deployments_serve_deloyment_id_get**](docs/DefaultApi.md#get_decorated_serve_deployment_api_v2_decorated_serve_deployments_serve_deloyment_id_get) | **GET** /api/v2/decorated_serve_deployments/{serve_deloyment_id} | Get Decorated Serve Deployment
|
212
|
+
*DefaultApi* | [**get_decorated_serve_deployment_fast_api_docs_status_api_v2_decorated_serve_deployments_serve_deployment_id_fast_api_docs_status_get**](docs/DefaultApi.md#get_decorated_serve_deployment_fast_api_docs_status_api_v2_decorated_serve_deployments_serve_deployment_id_fast_api_docs_status_get) | **GET** /api/v2/decorated_serve_deployments/{serve_deployment_id}/fast_api_docs_status | Get Decorated Serve Deployment Fast Api Docs Status
|
212
213
|
*DefaultApi* | [**get_decorated_serve_deployment_logs_api_v2_decorated_serve_deployments_serve_deployment_id_logs_get**](docs/DefaultApi.md#get_decorated_serve_deployment_logs_api_v2_decorated_serve_deployments_serve_deployment_id_logs_get) | **GET** /api/v2/decorated_serve_deployments/{serve_deployment_id}/logs | Get Decorated Serve Deployment Logs
|
213
214
|
*DefaultApi* | [**get_decorated_support_request_for_user_organization_api_v2_support_requests_get**](docs/DefaultApi.md#get_decorated_support_request_for_user_organization_api_v2_support_requests_get) | **GET** /api/v2/support_requests/ | Get Decorated Support Request For User Organization
|
214
215
|
*DefaultApi* | [**get_default_cluster_env_build_api_v2_builds_default_py_version_ray_version_get**](docs/DefaultApi.md#get_default_cluster_env_build_api_v2_builds_default_py_version_ray_version_get) | **GET** /api/v2/builds/default/{py_version}/{ray_version} | Get Default Cluster Env Build
|
@@ -924,9 +925,11 @@ Class | Method | HTTP request | Description
|
|
924
925
|
- [SUPPORTEDBASEIMAGESENUM](docs/SUPPORTEDBASEIMAGESENUM.md)
|
925
926
|
- [ScheduleConfig](docs/ScheduleConfig.md)
|
926
927
|
- [SchedulerInfo](docs/SchedulerInfo.md)
|
928
|
+
- [ServeDeploymentFastApiDocsStatus](docs/ServeDeploymentFastApiDocsStatus.md)
|
927
929
|
- [ServeDeploymentGrafanaDashboardStatus](docs/ServeDeploymentGrafanaDashboardStatus.md)
|
928
930
|
- [ServeDeploymentLogs](docs/ServeDeploymentLogs.md)
|
929
931
|
- [ServeDeploymentState](docs/ServeDeploymentState.md)
|
932
|
+
- [ServedeploymentfastapidocsstatusResponse](docs/ServedeploymentfastapidocsstatusResponse.md)
|
930
933
|
- [ServedeploymentlogsResponse](docs/ServedeploymentlogsResponse.md)
|
931
934
|
- [ServerSessionToken](docs/ServerSessionToken.md)
|
932
935
|
- [ServersessiontokenResponse](docs/ServersessiontokenResponse.md)
|
@@ -527,9 +527,11 @@ from openapi_client.models.sso_login_info import SSOLoginInfo
|
|
527
527
|
from openapi_client.models.supportedbaseimagesenum import SUPPORTEDBASEIMAGESENUM
|
528
528
|
from openapi_client.models.schedule_config import ScheduleConfig
|
529
529
|
from openapi_client.models.scheduler_info import SchedulerInfo
|
530
|
+
from openapi_client.models.serve_deployment_fast_api_docs_status import ServeDeploymentFastApiDocsStatus
|
530
531
|
from openapi_client.models.serve_deployment_grafana_dashboard_status import ServeDeploymentGrafanaDashboardStatus
|
531
532
|
from openapi_client.models.serve_deployment_logs import ServeDeploymentLogs
|
532
533
|
from openapi_client.models.serve_deployment_state import ServeDeploymentState
|
534
|
+
from openapi_client.models.servedeploymentfastapidocsstatus_response import ServedeploymentfastapidocsstatusResponse
|
533
535
|
from openapi_client.models.servedeploymentlogs_response import ServedeploymentlogsResponse
|
534
536
|
from openapi_client.models.server_session_token import ServerSessionToken
|
535
537
|
from openapi_client.models.serversessiontoken_response import ServersessiontokenResponse
|
@@ -15761,6 +15761,120 @@ class DefaultApi(object):
|
|
15761
15761
|
_request_timeout=local_var_params.get('_request_timeout'),
|
15762
15762
|
collection_formats=collection_formats)
|
15763
15763
|
|
15764
|
+
def get_decorated_serve_deployment_fast_api_docs_status_api_v2_decorated_serve_deployments_serve_deployment_id_fast_api_docs_status_get(self, serve_deployment_id, **kwargs): # noqa: E501
|
15765
|
+
"""Get Decorated Serve Deployment Fast Api Docs Status # noqa: E501
|
15766
|
+
|
15767
|
+
Check if the fast api docs url is healthy # noqa: E501
|
15768
|
+
This method makes a synchronous HTTP request by default. To make an
|
15769
|
+
asynchronous HTTP request, please pass async_req=True
|
15770
|
+
>>> thread = api.get_decorated_serve_deployment_fast_api_docs_status_api_v2_decorated_serve_deployments_serve_deployment_id_fast_api_docs_status_get(serve_deployment_id, async_req=True)
|
15771
|
+
>>> result = thread.get()
|
15772
|
+
|
15773
|
+
:param async_req bool: execute request asynchronously
|
15774
|
+
:param str serve_deployment_id: (required)
|
15775
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
15776
|
+
be returned without reading/decoding response
|
15777
|
+
data. Default is True.
|
15778
|
+
:param _request_timeout: timeout setting for this request. If one
|
15779
|
+
number provided, it will be total request
|
15780
|
+
timeout. It can also be a pair (tuple) of
|
15781
|
+
(connection, read) timeouts.
|
15782
|
+
:return: ServedeploymentfastapidocsstatusResponse
|
15783
|
+
If the method is called asynchronously,
|
15784
|
+
returns the request thread.
|
15785
|
+
"""
|
15786
|
+
kwargs['_return_http_data_only'] = True
|
15787
|
+
return self.get_decorated_serve_deployment_fast_api_docs_status_api_v2_decorated_serve_deployments_serve_deployment_id_fast_api_docs_status_get_with_http_info(serve_deployment_id, **kwargs) # noqa: E501
|
15788
|
+
|
15789
|
+
def get_decorated_serve_deployment_fast_api_docs_status_api_v2_decorated_serve_deployments_serve_deployment_id_fast_api_docs_status_get_with_http_info(self, serve_deployment_id, **kwargs): # noqa: E501
|
15790
|
+
"""Get Decorated Serve Deployment Fast Api Docs Status # noqa: E501
|
15791
|
+
|
15792
|
+
Check if the fast api docs url is healthy # noqa: E501
|
15793
|
+
This method makes a synchronous HTTP request by default. To make an
|
15794
|
+
asynchronous HTTP request, please pass async_req=True
|
15795
|
+
>>> thread = api.get_decorated_serve_deployment_fast_api_docs_status_api_v2_decorated_serve_deployments_serve_deployment_id_fast_api_docs_status_get_with_http_info(serve_deployment_id, async_req=True)
|
15796
|
+
>>> result = thread.get()
|
15797
|
+
|
15798
|
+
:param async_req bool: execute request asynchronously
|
15799
|
+
:param str serve_deployment_id: (required)
|
15800
|
+
:param _return_http_data_only: response data without head status code
|
15801
|
+
and headers
|
15802
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
15803
|
+
be returned without reading/decoding response
|
15804
|
+
data. Default is True.
|
15805
|
+
:param _request_timeout: timeout setting for this request. If one
|
15806
|
+
number provided, it will be total request
|
15807
|
+
timeout. It can also be a pair (tuple) of
|
15808
|
+
(connection, read) timeouts.
|
15809
|
+
:return: tuple(ServedeploymentfastapidocsstatusResponse, status_code(int), headers(HTTPHeaderDict))
|
15810
|
+
If the method is called asynchronously,
|
15811
|
+
returns the request thread.
|
15812
|
+
"""
|
15813
|
+
|
15814
|
+
local_var_params = locals()
|
15815
|
+
|
15816
|
+
all_params = [
|
15817
|
+
'serve_deployment_id'
|
15818
|
+
]
|
15819
|
+
all_params.extend(
|
15820
|
+
[
|
15821
|
+
'async_req',
|
15822
|
+
'_return_http_data_only',
|
15823
|
+
'_preload_content',
|
15824
|
+
'_request_timeout'
|
15825
|
+
]
|
15826
|
+
)
|
15827
|
+
|
15828
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
15829
|
+
if key not in all_params:
|
15830
|
+
raise ApiTypeError(
|
15831
|
+
"Got an unexpected keyword argument '%s'"
|
15832
|
+
" to method get_decorated_serve_deployment_fast_api_docs_status_api_v2_decorated_serve_deployments_serve_deployment_id_fast_api_docs_status_get" % key
|
15833
|
+
)
|
15834
|
+
local_var_params[key] = val
|
15835
|
+
del local_var_params['kwargs']
|
15836
|
+
# verify the required parameter 'serve_deployment_id' is set
|
15837
|
+
if self.api_client.client_side_validation and ('serve_deployment_id' not in local_var_params or # noqa: E501
|
15838
|
+
local_var_params['serve_deployment_id'] is None): # noqa: E501
|
15839
|
+
raise ApiValueError("Missing the required parameter `serve_deployment_id` when calling `get_decorated_serve_deployment_fast_api_docs_status_api_v2_decorated_serve_deployments_serve_deployment_id_fast_api_docs_status_get`") # noqa: E501
|
15840
|
+
|
15841
|
+
collection_formats = {}
|
15842
|
+
|
15843
|
+
path_params = {}
|
15844
|
+
if 'serve_deployment_id' in local_var_params:
|
15845
|
+
path_params['serve_deployment_id'] = local_var_params['serve_deployment_id'] # noqa: E501
|
15846
|
+
|
15847
|
+
query_params = []
|
15848
|
+
|
15849
|
+
header_params = {}
|
15850
|
+
|
15851
|
+
form_params = []
|
15852
|
+
local_var_files = {}
|
15853
|
+
|
15854
|
+
body_params = None
|
15855
|
+
# HTTP header `Accept`
|
15856
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
15857
|
+
['application/json']) # noqa: E501
|
15858
|
+
|
15859
|
+
# Authentication setting
|
15860
|
+
auth_settings = [] # noqa: E501
|
15861
|
+
|
15862
|
+
return self.api_client.call_api(
|
15863
|
+
'/api/v2/decorated_serve_deployments/{serve_deployment_id}/fast_api_docs_status', 'GET',
|
15864
|
+
path_params,
|
15865
|
+
query_params,
|
15866
|
+
header_params,
|
15867
|
+
body=body_params,
|
15868
|
+
post_params=form_params,
|
15869
|
+
files=local_var_files,
|
15870
|
+
response_type='ServedeploymentfastapidocsstatusResponse', # noqa: E501
|
15871
|
+
auth_settings=auth_settings,
|
15872
|
+
async_req=local_var_params.get('async_req'),
|
15873
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
15874
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
15875
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
15876
|
+
collection_formats=collection_formats)
|
15877
|
+
|
15764
15878
|
def get_decorated_serve_deployment_logs_api_v2_decorated_serve_deployments_serve_deployment_id_logs_get(self, serve_deployment_id, **kwargs): # noqa: E501
|
15765
15879
|
"""Get Decorated Serve Deployment Logs # noqa: E501
|
15766
15880
|
|
@@ -513,9 +513,11 @@ from openapi_client.models.sso_login_info import SSOLoginInfo
|
|
513
513
|
from openapi_client.models.supportedbaseimagesenum import SUPPORTEDBASEIMAGESENUM
|
514
514
|
from openapi_client.models.schedule_config import ScheduleConfig
|
515
515
|
from openapi_client.models.scheduler_info import SchedulerInfo
|
516
|
+
from openapi_client.models.serve_deployment_fast_api_docs_status import ServeDeploymentFastApiDocsStatus
|
516
517
|
from openapi_client.models.serve_deployment_grafana_dashboard_status import ServeDeploymentGrafanaDashboardStatus
|
517
518
|
from openapi_client.models.serve_deployment_logs import ServeDeploymentLogs
|
518
519
|
from openapi_client.models.serve_deployment_state import ServeDeploymentState
|
520
|
+
from openapi_client.models.servedeploymentfastapidocsstatus_response import ServedeploymentfastapidocsstatusResponse
|
519
521
|
from openapi_client.models.servedeploymentlogs_response import ServedeploymentlogsResponse
|
520
522
|
from openapi_client.models.server_session_token import ServerSessionToken
|
521
523
|
from openapi_client.models.serversessiontoken_response import ServersessiontokenResponse
|
@@ -55,8 +55,6 @@ class DecoratedInteractiveSession(object):
|
|
55
55
|
'creator': 'MiniUser',
|
56
56
|
'namespace': 'MiniNamespace',
|
57
57
|
'runtime_environment': 'MiniRuntimeEnvironment',
|
58
|
-
'cost_dollars': 'float',
|
59
|
-
'is_colocated': 'bool',
|
60
58
|
'access': 'JobAccess',
|
61
59
|
'integration_details': 'IntegrationDetails'
|
62
60
|
}
|
@@ -84,13 +82,11 @@ class DecoratedInteractiveSession(object):
|
|
84
82
|
'creator': 'creator',
|
85
83
|
'namespace': 'namespace',
|
86
84
|
'runtime_environment': 'runtime_environment',
|
87
|
-
'cost_dollars': 'cost_dollars',
|
88
|
-
'is_colocated': 'is_colocated',
|
89
85
|
'access': 'access',
|
90
86
|
'integration_details': 'integration_details'
|
91
87
|
}
|
92
88
|
|
93
|
-
def __init__(self, id=None, ray_session_name=None, ray_job_id=None, name=None, status=None, created_at=None, finished_at=None, ha_job_id=None, ray_job_submission_id=None, cluster_id=None, namespace_id='DEPRECATED_NAMESPACE_ID', environment_id=None, project_id=None, creator_id=None, integration_execution_details_id=None, bucket_log_prefix=None, bucket_log_prefix_streaming=None, project=None, cluster=None, creator=None, namespace=None, runtime_environment=None,
|
89
|
+
def __init__(self, id=None, ray_session_name=None, ray_job_id=None, name=None, status=None, created_at=None, finished_at=None, ha_job_id=None, ray_job_submission_id=None, cluster_id=None, namespace_id='DEPRECATED_NAMESPACE_ID', environment_id=None, project_id=None, creator_id=None, integration_execution_details_id=None, bucket_log_prefix=None, bucket_log_prefix_streaming=None, project=None, cluster=None, creator=None, namespace=None, runtime_environment=None, access=None, integration_details=None, local_vars_configuration=None): # noqa: E501
|
94
90
|
"""DecoratedInteractiveSession - a model defined in OpenAPI""" # noqa: E501
|
95
91
|
if local_vars_configuration is None:
|
96
92
|
local_vars_configuration = Configuration()
|
@@ -118,8 +114,6 @@ class DecoratedInteractiveSession(object):
|
|
118
114
|
self._creator = None
|
119
115
|
self._namespace = None
|
120
116
|
self._runtime_environment = None
|
121
|
-
self._cost_dollars = None
|
122
|
-
self._is_colocated = None
|
123
117
|
self._access = None
|
124
118
|
self._integration_details = None
|
125
119
|
self.discriminator = None
|
@@ -157,10 +151,6 @@ class DecoratedInteractiveSession(object):
|
|
157
151
|
if namespace is not None:
|
158
152
|
self.namespace = namespace
|
159
153
|
self.runtime_environment = runtime_environment
|
160
|
-
if cost_dollars is not None:
|
161
|
-
self.cost_dollars = cost_dollars
|
162
|
-
if is_colocated is not None:
|
163
|
-
self.is_colocated = is_colocated
|
164
154
|
if access is not None:
|
165
155
|
self.access = access
|
166
156
|
if integration_details is not None:
|
@@ -654,52 +644,6 @@ class DecoratedInteractiveSession(object):
|
|
654
644
|
|
655
645
|
self._runtime_environment = runtime_environment
|
656
646
|
|
657
|
-
@property
|
658
|
-
def cost_dollars(self):
|
659
|
-
"""Gets the cost_dollars of this DecoratedInteractiveSession. # noqa: E501
|
660
|
-
|
661
|
-
The total cost, in dollars, of the job's cluster during the time the job was running # noqa: E501
|
662
|
-
|
663
|
-
:return: The cost_dollars of this DecoratedInteractiveSession. # noqa: E501
|
664
|
-
:rtype: float
|
665
|
-
"""
|
666
|
-
return self._cost_dollars
|
667
|
-
|
668
|
-
@cost_dollars.setter
|
669
|
-
def cost_dollars(self, cost_dollars):
|
670
|
-
"""Sets the cost_dollars of this DecoratedInteractiveSession.
|
671
|
-
|
672
|
-
The total cost, in dollars, of the job's cluster during the time the job was running # noqa: E501
|
673
|
-
|
674
|
-
:param cost_dollars: The cost_dollars of this DecoratedInteractiveSession. # noqa: E501
|
675
|
-
:type: float
|
676
|
-
"""
|
677
|
-
|
678
|
-
self._cost_dollars = cost_dollars
|
679
|
-
|
680
|
-
@property
|
681
|
-
def is_colocated(self):
|
682
|
-
"""Gets the is_colocated of this DecoratedInteractiveSession. # noqa: E501
|
683
|
-
|
684
|
-
Whether or not this job was colocated with another job on the same cluster at the same time # noqa: E501
|
685
|
-
|
686
|
-
:return: The is_colocated of this DecoratedInteractiveSession. # noqa: E501
|
687
|
-
:rtype: bool
|
688
|
-
"""
|
689
|
-
return self._is_colocated
|
690
|
-
|
691
|
-
@is_colocated.setter
|
692
|
-
def is_colocated(self, is_colocated):
|
693
|
-
"""Sets the is_colocated of this DecoratedInteractiveSession.
|
694
|
-
|
695
|
-
Whether or not this job was colocated with another job on the same cluster at the same time # noqa: E501
|
696
|
-
|
697
|
-
:param is_colocated: The is_colocated of this DecoratedInteractiveSession. # noqa: E501
|
698
|
-
:type: bool
|
699
|
-
"""
|
700
|
-
|
701
|
-
self._is_colocated = is_colocated
|
702
|
-
|
703
647
|
@property
|
704
648
|
def access(self):
|
705
649
|
"""Gets the access of this DecoratedInteractiveSession. # noqa: E501
|
@@ -55,8 +55,6 @@ class DecoratedJob(object):
|
|
55
55
|
'creator': 'MiniUser',
|
56
56
|
'namespace': 'MiniNamespace',
|
57
57
|
'runtime_environment': 'MiniRuntimeEnvironment',
|
58
|
-
'cost_dollars': 'float',
|
59
|
-
'is_colocated': 'bool',
|
60
58
|
'access': 'JobAccess',
|
61
59
|
'integration_details': 'IntegrationDetails'
|
62
60
|
}
|
@@ -84,13 +82,11 @@ class DecoratedJob(object):
|
|
84
82
|
'creator': 'creator',
|
85
83
|
'namespace': 'namespace',
|
86
84
|
'runtime_environment': 'runtime_environment',
|
87
|
-
'cost_dollars': 'cost_dollars',
|
88
|
-
'is_colocated': 'is_colocated',
|
89
85
|
'access': 'access',
|
90
86
|
'integration_details': 'integration_details'
|
91
87
|
}
|
92
88
|
|
93
|
-
def __init__(self, id=None, ray_session_name=None, ray_job_id=None, name=None, status=None, created_at=None, finished_at=None, ha_job_id=None, ray_job_submission_id=None, cluster_id=None, namespace_id='DEPRECATED_NAMESPACE_ID', environment_id=None, project_id=None, creator_id=None, integration_execution_details_id=None, bucket_log_prefix=None, bucket_log_prefix_streaming=None, project=None, cluster=None, creator=None, namespace=None, runtime_environment=None,
|
89
|
+
def __init__(self, id=None, ray_session_name=None, ray_job_id=None, name=None, status=None, created_at=None, finished_at=None, ha_job_id=None, ray_job_submission_id=None, cluster_id=None, namespace_id='DEPRECATED_NAMESPACE_ID', environment_id=None, project_id=None, creator_id=None, integration_execution_details_id=None, bucket_log_prefix=None, bucket_log_prefix_streaming=None, project=None, cluster=None, creator=None, namespace=None, runtime_environment=None, access=None, integration_details=None, local_vars_configuration=None): # noqa: E501
|
94
90
|
"""DecoratedJob - a model defined in OpenAPI""" # noqa: E501
|
95
91
|
if local_vars_configuration is None:
|
96
92
|
local_vars_configuration = Configuration()
|
@@ -118,8 +114,6 @@ class DecoratedJob(object):
|
|
118
114
|
self._creator = None
|
119
115
|
self._namespace = None
|
120
116
|
self._runtime_environment = None
|
121
|
-
self._cost_dollars = None
|
122
|
-
self._is_colocated = None
|
123
117
|
self._access = None
|
124
118
|
self._integration_details = None
|
125
119
|
self.discriminator = None
|
@@ -157,10 +151,6 @@ class DecoratedJob(object):
|
|
157
151
|
if namespace is not None:
|
158
152
|
self.namespace = namespace
|
159
153
|
self.runtime_environment = runtime_environment
|
160
|
-
if cost_dollars is not None:
|
161
|
-
self.cost_dollars = cost_dollars
|
162
|
-
if is_colocated is not None:
|
163
|
-
self.is_colocated = is_colocated
|
164
154
|
if access is not None:
|
165
155
|
self.access = access
|
166
156
|
if integration_details is not None:
|
@@ -654,52 +644,6 @@ class DecoratedJob(object):
|
|
654
644
|
|
655
645
|
self._runtime_environment = runtime_environment
|
656
646
|
|
657
|
-
@property
|
658
|
-
def cost_dollars(self):
|
659
|
-
"""Gets the cost_dollars of this DecoratedJob. # noqa: E501
|
660
|
-
|
661
|
-
The total cost, in dollars, of the job's cluster during the time the job was running # noqa: E501
|
662
|
-
|
663
|
-
:return: The cost_dollars of this DecoratedJob. # noqa: E501
|
664
|
-
:rtype: float
|
665
|
-
"""
|
666
|
-
return self._cost_dollars
|
667
|
-
|
668
|
-
@cost_dollars.setter
|
669
|
-
def cost_dollars(self, cost_dollars):
|
670
|
-
"""Sets the cost_dollars of this DecoratedJob.
|
671
|
-
|
672
|
-
The total cost, in dollars, of the job's cluster during the time the job was running # noqa: E501
|
673
|
-
|
674
|
-
:param cost_dollars: The cost_dollars of this DecoratedJob. # noqa: E501
|
675
|
-
:type: float
|
676
|
-
"""
|
677
|
-
|
678
|
-
self._cost_dollars = cost_dollars
|
679
|
-
|
680
|
-
@property
|
681
|
-
def is_colocated(self):
|
682
|
-
"""Gets the is_colocated of this DecoratedJob. # noqa: E501
|
683
|
-
|
684
|
-
Whether or not this job was colocated with another job on the same cluster at the same time # noqa: E501
|
685
|
-
|
686
|
-
:return: The is_colocated of this DecoratedJob. # noqa: E501
|
687
|
-
:rtype: bool
|
688
|
-
"""
|
689
|
-
return self._is_colocated
|
690
|
-
|
691
|
-
@is_colocated.setter
|
692
|
-
def is_colocated(self, is_colocated):
|
693
|
-
"""Sets the is_colocated of this DecoratedJob.
|
694
|
-
|
695
|
-
Whether or not this job was colocated with another job on the same cluster at the same time # noqa: E501
|
696
|
-
|
697
|
-
:param is_colocated: The is_colocated of this DecoratedJob. # noqa: E501
|
698
|
-
:type: bool
|
699
|
-
"""
|
700
|
-
|
701
|
-
self._is_colocated = is_colocated
|
702
|
-
|
703
647
|
@property
|
704
648
|
def access(self):
|
705
649
|
"""Gets the access of this DecoratedJob. # noqa: E501
|
@@ -47,7 +47,6 @@ class DecoratedJobSubmission(object):
|
|
47
47
|
'cluster': 'MiniCluster',
|
48
48
|
'creator': 'MiniUser',
|
49
49
|
'runtime_environment': 'MiniRuntimeEnvironment',
|
50
|
-
'cost_dollars': 'float',
|
51
50
|
'project': 'MiniProject',
|
52
51
|
'access': 'JobAccess'
|
53
52
|
}
|
@@ -67,12 +66,11 @@ class DecoratedJobSubmission(object):
|
|
67
66
|
'cluster': 'cluster',
|
68
67
|
'creator': 'creator',
|
69
68
|
'runtime_environment': 'runtime_environment',
|
70
|
-
'cost_dollars': 'cost_dollars',
|
71
69
|
'project': 'project',
|
72
70
|
'access': 'access'
|
73
71
|
}
|
74
72
|
|
75
|
-
def __init__(self, id=None, status=None, created_at=None, finished_at=None, ha_job_id=None, ray_job_submission_id=None, ray_session_name=None, cluster_id=None, environment_id=None, creator_id=None, name=None, cluster=None, creator=None, runtime_environment=None,
|
73
|
+
def __init__(self, id=None, status=None, created_at=None, finished_at=None, ha_job_id=None, ray_job_submission_id=None, ray_session_name=None, cluster_id=None, environment_id=None, creator_id=None, name=None, cluster=None, creator=None, runtime_environment=None, project=None, access=None, local_vars_configuration=None): # noqa: E501
|
76
74
|
"""DecoratedJobSubmission - a model defined in OpenAPI""" # noqa: E501
|
77
75
|
if local_vars_configuration is None:
|
78
76
|
local_vars_configuration = Configuration()
|
@@ -92,7 +90,6 @@ class DecoratedJobSubmission(object):
|
|
92
90
|
self._cluster = None
|
93
91
|
self._creator = None
|
94
92
|
self._runtime_environment = None
|
95
|
-
self._cost_dollars = None
|
96
93
|
self._project = None
|
97
94
|
self._access = None
|
98
95
|
self.discriminator = None
|
@@ -120,8 +117,6 @@ class DecoratedJobSubmission(object):
|
|
120
117
|
self.creator = creator
|
121
118
|
if runtime_environment is not None:
|
122
119
|
self.runtime_environment = runtime_environment
|
123
|
-
if cost_dollars is not None:
|
124
|
-
self.cost_dollars = cost_dollars
|
125
120
|
if project is not None:
|
126
121
|
self.project = project
|
127
122
|
if access is not None:
|
@@ -459,29 +454,6 @@ class DecoratedJobSubmission(object):
|
|
459
454
|
|
460
455
|
self._runtime_environment = runtime_environment
|
461
456
|
|
462
|
-
@property
|
463
|
-
def cost_dollars(self):
|
464
|
-
"""Gets the cost_dollars of this DecoratedJobSubmission. # noqa: E501
|
465
|
-
|
466
|
-
The total cost, in dollars, of the job's cluster during the time the job was running # noqa: E501
|
467
|
-
|
468
|
-
:return: The cost_dollars of this DecoratedJobSubmission. # noqa: E501
|
469
|
-
:rtype: float
|
470
|
-
"""
|
471
|
-
return self._cost_dollars
|
472
|
-
|
473
|
-
@cost_dollars.setter
|
474
|
-
def cost_dollars(self, cost_dollars):
|
475
|
-
"""Sets the cost_dollars of this DecoratedJobSubmission.
|
476
|
-
|
477
|
-
The total cost, in dollars, of the job's cluster during the time the job was running # noqa: E501
|
478
|
-
|
479
|
-
:param cost_dollars: The cost_dollars of this DecoratedJobSubmission. # noqa: E501
|
480
|
-
:type: float
|
481
|
-
"""
|
482
|
-
|
483
|
-
self._cost_dollars = cost_dollars
|
484
|
-
|
485
457
|
@property
|
486
458
|
def project(self):
|
487
459
|
"""Gets the project of this DecoratedJobSubmission. # noqa: E501
|
@@ -46,7 +46,6 @@ class DecoratedProductionJob(object):
|
|
46
46
|
'schedule_id': 'str',
|
47
47
|
'job_queue_id': 'str',
|
48
48
|
'is_service': 'bool',
|
49
|
-
'cost_dollars': 'float',
|
50
49
|
'url': 'str',
|
51
50
|
'token': 'str',
|
52
51
|
'access': 'UserServiceAccessTypes',
|
@@ -74,7 +73,6 @@ class DecoratedProductionJob(object):
|
|
74
73
|
'schedule_id': 'schedule_id',
|
75
74
|
'job_queue_id': 'job_queue_id',
|
76
75
|
'is_service': 'is_service',
|
77
|
-
'cost_dollars': 'cost_dollars',
|
78
76
|
'url': 'url',
|
79
77
|
'token': 'token',
|
80
78
|
'access': 'access',
|
@@ -88,7 +86,7 @@ class DecoratedProductionJob(object):
|
|
88
86
|
'integration_details': 'integration_details'
|
89
87
|
}
|
90
88
|
|
91
|
-
def __init__(self, id=None, name=None, description=None, created_at=None, creator_id=None, config=None, job_queue_config=None, state=None, project_id=None, last_job_run_id=None, schedule_id=None, job_queue_id=None, is_service=None,
|
89
|
+
def __init__(self, id=None, name=None, description=None, created_at=None, creator_id=None, config=None, job_queue_config=None, state=None, project_id=None, last_job_run_id=None, schedule_id=None, job_queue_id=None, is_service=None, url=None, token=None, access=None, healthcheck_url=None, archived_at=None, cloud_id=None, project=None, creator=None, last_job_run=None, schedule=None, integration_details=None, local_vars_configuration=None): # noqa: E501
|
92
90
|
"""DecoratedProductionJob - a model defined in OpenAPI""" # noqa: E501
|
93
91
|
if local_vars_configuration is None:
|
94
92
|
local_vars_configuration = Configuration()
|
@@ -107,7 +105,6 @@ class DecoratedProductionJob(object):
|
|
107
105
|
self._schedule_id = None
|
108
106
|
self._job_queue_id = None
|
109
107
|
self._is_service = None
|
110
|
-
self._cost_dollars = None
|
111
108
|
self._url = None
|
112
109
|
self._token = None
|
113
110
|
self._access = None
|
@@ -139,8 +136,6 @@ class DecoratedProductionJob(object):
|
|
139
136
|
if job_queue_id is not None:
|
140
137
|
self.job_queue_id = job_queue_id
|
141
138
|
self.is_service = is_service
|
142
|
-
if cost_dollars is not None:
|
143
|
-
self.cost_dollars = cost_dollars
|
144
139
|
if url is not None:
|
145
140
|
self.url = url
|
146
141
|
if token is not None:
|
@@ -476,29 +471,6 @@ class DecoratedProductionJob(object):
|
|
476
471
|
|
477
472
|
self._is_service = is_service
|
478
473
|
|
479
|
-
@property
|
480
|
-
def cost_dollars(self):
|
481
|
-
"""Gets the cost_dollars of this DecoratedProductionJob. # noqa: E501
|
482
|
-
|
483
|
-
The total cost, in dollars, of the ha job. This is the sum of all job runs # noqa: E501
|
484
|
-
|
485
|
-
:return: The cost_dollars of this DecoratedProductionJob. # noqa: E501
|
486
|
-
:rtype: float
|
487
|
-
"""
|
488
|
-
return self._cost_dollars
|
489
|
-
|
490
|
-
@cost_dollars.setter
|
491
|
-
def cost_dollars(self, cost_dollars):
|
492
|
-
"""Sets the cost_dollars of this DecoratedProductionJob.
|
493
|
-
|
494
|
-
The total cost, in dollars, of the ha job. This is the sum of all job runs # noqa: E501
|
495
|
-
|
496
|
-
:param cost_dollars: The cost_dollars of this DecoratedProductionJob. # noqa: E501
|
497
|
-
:type: float
|
498
|
-
"""
|
499
|
-
|
500
|
-
self._cost_dollars = cost_dollars
|
501
|
-
|
502
474
|
@property
|
503
475
|
def url(self):
|
504
476
|
"""Gets the url of this DecoratedProductionJob. # noqa: E501
|
@@ -89,8 +89,6 @@ class DecoratedSession(object):
|
|
89
89
|
'creator': 'MiniUser',
|
90
90
|
'compute_template': 'MiniComputeTemplate',
|
91
91
|
'idle_time_remaining_seconds': 'int',
|
92
|
-
'cost_since_created_dollars': 'float',
|
93
|
-
'cost_since_restarted_dollars': 'float',
|
94
92
|
'access': 'SessionAccess',
|
95
93
|
'project': 'MiniProject'
|
96
94
|
}
|
@@ -152,13 +150,11 @@ class DecoratedSession(object):
|
|
152
150
|
'creator': 'creator',
|
153
151
|
'compute_template': 'compute_template',
|
154
152
|
'idle_time_remaining_seconds': 'idle_time_remaining_seconds',
|
155
|
-
'cost_since_created_dollars': 'cost_since_created_dollars',
|
156
|
-
'cost_since_restarted_dollars': 'cost_since_restarted_dollars',
|
157
153
|
'access': 'access',
|
158
154
|
'project': 'project'
|
159
155
|
}
|
160
156
|
|
161
|
-
def __init__(self, name=None, project_id=None, cloud_id=None, cluster_config=None, build_id=None, compute_template_id=None, idle_timeout=120, uses_app_config=False, allow_public_internet_traffic=False, user_service_access=None, user_service_token=None, ha_job_id=None, id=None, state=None, pending_state=None, state_data=None, status=None, status_details=None, creator_id=None, created_at=None, archived_at=None, webterminal_auth_url=None, metrics_dashboard_url=None, data_metrics_dashboard_url=None, train_metrics_dashboard_url=None, serve_metrics_dashboard_url=None, serve_deployment_metrics_dashboard_url=None, persistent_metrics_url=None, connect_url=None, jupyter_notebook_url=None, ray_dashboard_url=None, access_token=None, service_proxy_url=None, tensorboard_available=None, cluster_config_last_modified_at=None, host_name=None, head_node_ip=None, ssh_authorized_keys=None, ssh_private_key=None, anyscaled_config=None, anyscaled_config_generated_at=None, default_build_id=None, idle_timeout_last_activity_at=None, ray_version=None, ray_version_last_updated_at=None, user_service_url=None, ray_component_activities_last_reported_at=None, activity_details=None, maximum_uptime_will_terminate_cluster_at=None, idle_termination_status=None, ray_dashboard_snapshot_last_reported_at=None, build=None, cloud=None, creator=None, compute_template=None, idle_time_remaining_seconds=None,
|
157
|
+
def __init__(self, name=None, project_id=None, cloud_id=None, cluster_config=None, build_id=None, compute_template_id=None, idle_timeout=120, uses_app_config=False, allow_public_internet_traffic=False, user_service_access=None, user_service_token=None, ha_job_id=None, id=None, state=None, pending_state=None, state_data=None, status=None, status_details=None, creator_id=None, created_at=None, archived_at=None, webterminal_auth_url=None, metrics_dashboard_url=None, data_metrics_dashboard_url=None, train_metrics_dashboard_url=None, serve_metrics_dashboard_url=None, serve_deployment_metrics_dashboard_url=None, persistent_metrics_url=None, connect_url=None, jupyter_notebook_url=None, ray_dashboard_url=None, access_token=None, service_proxy_url=None, tensorboard_available=None, cluster_config_last_modified_at=None, host_name=None, head_node_ip=None, ssh_authorized_keys=None, ssh_private_key=None, anyscaled_config=None, anyscaled_config_generated_at=None, default_build_id=None, idle_timeout_last_activity_at=None, ray_version=None, ray_version_last_updated_at=None, user_service_url=None, ray_component_activities_last_reported_at=None, activity_details=None, maximum_uptime_will_terminate_cluster_at=None, idle_termination_status=None, ray_dashboard_snapshot_last_reported_at=None, build=None, cloud=None, creator=None, compute_template=None, idle_time_remaining_seconds=None, access=None, project=None, local_vars_configuration=None): # noqa: E501
|
162
158
|
"""DecoratedSession - a model defined in OpenAPI""" # noqa: E501
|
163
159
|
if local_vars_configuration is None:
|
164
160
|
local_vars_configuration = Configuration()
|
@@ -220,8 +216,6 @@ class DecoratedSession(object):
|
|
220
216
|
self._creator = None
|
221
217
|
self._compute_template = None
|
222
218
|
self._idle_time_remaining_seconds = None
|
223
|
-
self._cost_since_created_dollars = None
|
224
|
-
self._cost_since_restarted_dollars = None
|
225
219
|
self._access = None
|
226
220
|
self._project = None
|
227
221
|
self.discriminator = None
|
@@ -323,10 +317,6 @@ class DecoratedSession(object):
|
|
323
317
|
self.compute_template = compute_template
|
324
318
|
if idle_time_remaining_seconds is not None:
|
325
319
|
self.idle_time_remaining_seconds = idle_time_remaining_seconds
|
326
|
-
if cost_since_created_dollars is not None:
|
327
|
-
self.cost_since_created_dollars = cost_since_created_dollars
|
328
|
-
if cost_since_restarted_dollars is not None:
|
329
|
-
self.cost_since_restarted_dollars = cost_since_restarted_dollars
|
330
320
|
if access is not None:
|
331
321
|
self.access = access
|
332
322
|
if project is not None:
|
@@ -1650,52 +1640,6 @@ class DecoratedSession(object):
|
|
1650
1640
|
|
1651
1641
|
self._idle_time_remaining_seconds = idle_time_remaining_seconds
|
1652
1642
|
|
1653
|
-
@property
|
1654
|
-
def cost_since_created_dollars(self):
|
1655
|
-
"""Gets the cost_since_created_dollars of this DecoratedSession. # noqa: E501
|
1656
|
-
|
1657
|
-
The total cost, in dollars, of the cluster since it was created # noqa: E501
|
1658
|
-
|
1659
|
-
:return: The cost_since_created_dollars of this DecoratedSession. # noqa: E501
|
1660
|
-
:rtype: float
|
1661
|
-
"""
|
1662
|
-
return self._cost_since_created_dollars
|
1663
|
-
|
1664
|
-
@cost_since_created_dollars.setter
|
1665
|
-
def cost_since_created_dollars(self, cost_since_created_dollars):
|
1666
|
-
"""Sets the cost_since_created_dollars of this DecoratedSession.
|
1667
|
-
|
1668
|
-
The total cost, in dollars, of the cluster since it was created # noqa: E501
|
1669
|
-
|
1670
|
-
:param cost_since_created_dollars: The cost_since_created_dollars of this DecoratedSession. # noqa: E501
|
1671
|
-
:type: float
|
1672
|
-
"""
|
1673
|
-
|
1674
|
-
self._cost_since_created_dollars = cost_since_created_dollars
|
1675
|
-
|
1676
|
-
@property
|
1677
|
-
def cost_since_restarted_dollars(self):
|
1678
|
-
"""Gets the cost_since_restarted_dollars of this DecoratedSession. # noqa: E501
|
1679
|
-
|
1680
|
-
The total cost, in dollars, of the cluster since it was last started/restarted # noqa: E501
|
1681
|
-
|
1682
|
-
:return: The cost_since_restarted_dollars of this DecoratedSession. # noqa: E501
|
1683
|
-
:rtype: float
|
1684
|
-
"""
|
1685
|
-
return self._cost_since_restarted_dollars
|
1686
|
-
|
1687
|
-
@cost_since_restarted_dollars.setter
|
1688
|
-
def cost_since_restarted_dollars(self, cost_since_restarted_dollars):
|
1689
|
-
"""Sets the cost_since_restarted_dollars of this DecoratedSession.
|
1690
|
-
|
1691
|
-
The total cost, in dollars, of the cluster since it was last started/restarted # noqa: E501
|
1692
|
-
|
1693
|
-
:param cost_since_restarted_dollars: The cost_since_restarted_dollars of this DecoratedSession. # noqa: E501
|
1694
|
-
:type: float
|
1695
|
-
"""
|
1696
|
-
|
1697
|
-
self._cost_since_restarted_dollars = cost_since_restarted_dollars
|
1698
|
-
|
1699
1643
|
@property
|
1700
1644
|
def access(self):
|
1701
1645
|
"""Gets the access of this DecoratedSession. # noqa: E501
|
@@ -40,7 +40,6 @@ class DecoratedUnifiedJob(object):
|
|
40
40
|
'finished_at': 'datetime',
|
41
41
|
'archived_at': 'datetime',
|
42
42
|
'status': 'UnifiedJobStatus',
|
43
|
-
'cost': 'float',
|
44
43
|
'position_in_job_queue': 'int',
|
45
44
|
'last_job_run_id': 'str',
|
46
45
|
'project': 'MiniProject',
|
@@ -56,7 +55,6 @@ class DecoratedUnifiedJob(object):
|
|
56
55
|
'finished_at': 'finished_at',
|
57
56
|
'archived_at': 'archived_at',
|
58
57
|
'status': 'status',
|
59
|
-
'cost': 'cost',
|
60
58
|
'position_in_job_queue': 'position_in_job_queue',
|
61
59
|
'last_job_run_id': 'last_job_run_id',
|
62
60
|
'project': 'project',
|
@@ -64,7 +62,7 @@ class DecoratedUnifiedJob(object):
|
|
64
62
|
'creator': 'creator'
|
65
63
|
}
|
66
64
|
|
67
|
-
def __init__(self, id=None, name=None, job_type=None, created_at=None, finished_at=None, archived_at=None, status=None,
|
65
|
+
def __init__(self, id=None, name=None, job_type=None, created_at=None, finished_at=None, archived_at=None, status=None, position_in_job_queue=None, last_job_run_id=None, project=None, cluster=None, creator=None, local_vars_configuration=None): # noqa: E501
|
68
66
|
"""DecoratedUnifiedJob - a model defined in OpenAPI""" # noqa: E501
|
69
67
|
if local_vars_configuration is None:
|
70
68
|
local_vars_configuration = Configuration()
|
@@ -77,7 +75,6 @@ class DecoratedUnifiedJob(object):
|
|
77
75
|
self._finished_at = None
|
78
76
|
self._archived_at = None
|
79
77
|
self._status = None
|
80
|
-
self._cost = None
|
81
78
|
self._position_in_job_queue = None
|
82
79
|
self._last_job_run_id = None
|
83
80
|
self._project = None
|
@@ -94,7 +91,6 @@ class DecoratedUnifiedJob(object):
|
|
94
91
|
if archived_at is not None:
|
95
92
|
self.archived_at = archived_at
|
96
93
|
self.status = status
|
97
|
-
self.cost = cost
|
98
94
|
if position_in_job_queue is not None:
|
99
95
|
self.position_in_job_queue = position_in_job_queue
|
100
96
|
if last_job_run_id is not None:
|
@@ -275,31 +271,6 @@ class DecoratedUnifiedJob(object):
|
|
275
271
|
|
276
272
|
self._status = status
|
277
273
|
|
278
|
-
@property
|
279
|
-
def cost(self):
|
280
|
-
"""Gets the cost of this DecoratedUnifiedJob. # noqa: E501
|
281
|
-
|
282
|
-
The cost of the Job. # noqa: E501
|
283
|
-
|
284
|
-
:return: The cost of this DecoratedUnifiedJob. # noqa: E501
|
285
|
-
:rtype: float
|
286
|
-
"""
|
287
|
-
return self._cost
|
288
|
-
|
289
|
-
@cost.setter
|
290
|
-
def cost(self, cost):
|
291
|
-
"""Sets the cost of this DecoratedUnifiedJob.
|
292
|
-
|
293
|
-
The cost of the Job. # noqa: E501
|
294
|
-
|
295
|
-
:param cost: The cost of this DecoratedUnifiedJob. # noqa: E501
|
296
|
-
:type: float
|
297
|
-
"""
|
298
|
-
if self.local_vars_configuration.client_side_validation and cost is None: # noqa: E501
|
299
|
-
raise ValueError("Invalid value for `cost`, must not be `None`") # noqa: E501
|
300
|
-
|
301
|
-
self._cost = cost
|
302
|
-
|
303
274
|
@property
|
304
275
|
def position_in_job_queue(self):
|
305
276
|
"""Gets the position_in_job_queue of this DecoratedUnifiedJob. # noqa: E501
|
@@ -34,9 +34,8 @@ class HaJobsSortField(object):
|
|
34
34
|
ENDED_AT = "ENDED_AT"
|
35
35
|
NAME = "NAME"
|
36
36
|
ID = "ID"
|
37
|
-
COST = "COST"
|
38
37
|
|
39
|
-
allowable_values = [STATUS, CREATED_AT, LAST_UPDATED_AT, ENDED_AT, NAME, ID
|
38
|
+
allowable_values = [STATUS, CREATED_AT, LAST_UPDATED_AT, ENDED_AT, NAME, ID] # noqa: E501
|
40
39
|
|
41
40
|
"""
|
42
41
|
Attributes:
|
@@ -46,7 +46,6 @@ class InternalProductionJob(object):
|
|
46
46
|
'schedule_id': 'str',
|
47
47
|
'job_queue_id': 'str',
|
48
48
|
'is_service': 'bool',
|
49
|
-
'cost_dollars': 'float',
|
50
49
|
'url': 'str',
|
51
50
|
'token': 'str',
|
52
51
|
'access': 'UserServiceAccessTypes',
|
@@ -69,7 +68,6 @@ class InternalProductionJob(object):
|
|
69
68
|
'schedule_id': 'schedule_id',
|
70
69
|
'job_queue_id': 'job_queue_id',
|
71
70
|
'is_service': 'is_service',
|
72
|
-
'cost_dollars': 'cost_dollars',
|
73
71
|
'url': 'url',
|
74
72
|
'token': 'token',
|
75
73
|
'access': 'access',
|
@@ -78,7 +76,7 @@ class InternalProductionJob(object):
|
|
78
76
|
'cloud_id': 'cloud_id'
|
79
77
|
}
|
80
78
|
|
81
|
-
def __init__(self, id=None, name=None, description=None, created_at=None, creator_id=None, config=None, job_queue_config=None, state=None, project_id=None, last_job_run_id=None, schedule_id=None, job_queue_id=None, is_service=None,
|
79
|
+
def __init__(self, id=None, name=None, description=None, created_at=None, creator_id=None, config=None, job_queue_config=None, state=None, project_id=None, last_job_run_id=None, schedule_id=None, job_queue_id=None, is_service=None, url=None, token=None, access=None, healthcheck_url=None, archived_at=None, cloud_id=None, local_vars_configuration=None): # noqa: E501
|
82
80
|
"""InternalProductionJob - a model defined in OpenAPI""" # noqa: E501
|
83
81
|
if local_vars_configuration is None:
|
84
82
|
local_vars_configuration = Configuration()
|
@@ -97,7 +95,6 @@ class InternalProductionJob(object):
|
|
97
95
|
self._schedule_id = None
|
98
96
|
self._job_queue_id = None
|
99
97
|
self._is_service = None
|
100
|
-
self._cost_dollars = None
|
101
98
|
self._url = None
|
102
99
|
self._token = None
|
103
100
|
self._access = None
|
@@ -124,8 +121,6 @@ class InternalProductionJob(object):
|
|
124
121
|
if job_queue_id is not None:
|
125
122
|
self.job_queue_id = job_queue_id
|
126
123
|
self.is_service = is_service
|
127
|
-
if cost_dollars is not None:
|
128
|
-
self.cost_dollars = cost_dollars
|
129
124
|
if url is not None:
|
130
125
|
self.url = url
|
131
126
|
if token is not None:
|
@@ -453,29 +448,6 @@ class InternalProductionJob(object):
|
|
453
448
|
|
454
449
|
self._is_service = is_service
|
455
450
|
|
456
|
-
@property
|
457
|
-
def cost_dollars(self):
|
458
|
-
"""Gets the cost_dollars of this InternalProductionJob. # noqa: E501
|
459
|
-
|
460
|
-
The total cost, in dollars, of the ha job. This is the sum of all job runs # noqa: E501
|
461
|
-
|
462
|
-
:return: The cost_dollars of this InternalProductionJob. # noqa: E501
|
463
|
-
:rtype: float
|
464
|
-
"""
|
465
|
-
return self._cost_dollars
|
466
|
-
|
467
|
-
@cost_dollars.setter
|
468
|
-
def cost_dollars(self, cost_dollars):
|
469
|
-
"""Sets the cost_dollars of this InternalProductionJob.
|
470
|
-
|
471
|
-
The total cost, in dollars, of the ha job. This is the sum of all job runs # noqa: E501
|
472
|
-
|
473
|
-
:param cost_dollars: The cost_dollars of this InternalProductionJob. # noqa: E501
|
474
|
-
:type: float
|
475
|
-
"""
|
476
|
-
|
477
|
-
self._cost_dollars = cost_dollars
|
478
|
-
|
479
451
|
@property
|
480
452
|
def url(self):
|
481
453
|
"""Gets the url of this InternalProductionJob. # noqa: E501
|
@@ -0,0 +1,123 @@
|
|
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 ServeDeploymentFastApiDocsStatus(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
|
+
'status': 'int'
|
37
|
+
}
|
38
|
+
|
39
|
+
attribute_map = {
|
40
|
+
'status': 'status'
|
41
|
+
}
|
42
|
+
|
43
|
+
def __init__(self, status=None, local_vars_configuration=None): # noqa: E501
|
44
|
+
"""ServeDeploymentFastApiDocsStatus - 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._status = None
|
50
|
+
self.discriminator = None
|
51
|
+
|
52
|
+
self.status = status
|
53
|
+
|
54
|
+
@property
|
55
|
+
def status(self):
|
56
|
+
"""Gets the status of this ServeDeploymentFastApiDocsStatus. # noqa: E501
|
57
|
+
|
58
|
+
Status of the fast api docs endpoint # noqa: E501
|
59
|
+
|
60
|
+
:return: The status of this ServeDeploymentFastApiDocsStatus. # noqa: E501
|
61
|
+
:rtype: int
|
62
|
+
"""
|
63
|
+
return self._status
|
64
|
+
|
65
|
+
@status.setter
|
66
|
+
def status(self, status):
|
67
|
+
"""Sets the status of this ServeDeploymentFastApiDocsStatus.
|
68
|
+
|
69
|
+
Status of the fast api docs endpoint # noqa: E501
|
70
|
+
|
71
|
+
:param status: The status of this ServeDeploymentFastApiDocsStatus. # noqa: E501
|
72
|
+
:type: int
|
73
|
+
"""
|
74
|
+
if self.local_vars_configuration.client_side_validation and status is None: # noqa: E501
|
75
|
+
raise ValueError("Invalid value for `status`, must not be `None`") # noqa: E501
|
76
|
+
|
77
|
+
self._status = status
|
78
|
+
|
79
|
+
def to_dict(self):
|
80
|
+
"""Returns the model properties as a dict"""
|
81
|
+
result = {}
|
82
|
+
|
83
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
84
|
+
value = getattr(self, attr)
|
85
|
+
if isinstance(value, list):
|
86
|
+
result[attr] = list(map(
|
87
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
88
|
+
value
|
89
|
+
))
|
90
|
+
elif hasattr(value, "to_dict"):
|
91
|
+
result[attr] = value.to_dict()
|
92
|
+
elif isinstance(value, dict):
|
93
|
+
result[attr] = dict(map(
|
94
|
+
lambda item: (item[0], item[1].to_dict())
|
95
|
+
if hasattr(item[1], "to_dict") else item,
|
96
|
+
value.items()
|
97
|
+
))
|
98
|
+
else:
|
99
|
+
result[attr] = value
|
100
|
+
|
101
|
+
return result
|
102
|
+
|
103
|
+
def to_str(self):
|
104
|
+
"""Returns the string representation of the model"""
|
105
|
+
return pprint.pformat(self.to_dict())
|
106
|
+
|
107
|
+
def __repr__(self):
|
108
|
+
"""For `print` and `pprint`"""
|
109
|
+
return self.to_str()
|
110
|
+
|
111
|
+
def __eq__(self, other):
|
112
|
+
"""Returns true if both objects are equal"""
|
113
|
+
if not isinstance(other, ServeDeploymentFastApiDocsStatus):
|
114
|
+
return False
|
115
|
+
|
116
|
+
return self.to_dict() == other.to_dict()
|
117
|
+
|
118
|
+
def __ne__(self, other):
|
119
|
+
"""Returns true if both objects are not equal"""
|
120
|
+
if not isinstance(other, ServeDeploymentFastApiDocsStatus):
|
121
|
+
return True
|
122
|
+
|
123
|
+
return self.to_dict() != other.to_dict()
|
@@ -30,12 +30,13 @@ class ServeDeploymentState(object):
|
|
30
30
|
"""
|
31
31
|
HEALTHY = "HEALTHY"
|
32
32
|
UNHEALTHY = "UNHEALTHY"
|
33
|
+
DEPLOY_FAILED = "DEPLOY_FAILED"
|
33
34
|
UPDATING = "UPDATING"
|
34
35
|
TERMINATED = "TERMINATED"
|
35
36
|
UPSCALING = "UPSCALING"
|
36
37
|
DOWNSCALING = "DOWNSCALING"
|
37
38
|
|
38
|
-
allowable_values = [HEALTHY, UNHEALTHY, UPDATING, TERMINATED, UPSCALING, DOWNSCALING] # noqa: E501
|
39
|
+
allowable_values = [HEALTHY, UNHEALTHY, DEPLOY_FAILED, UPDATING, TERMINATED, UPSCALING, DOWNSCALING] # noqa: E501
|
39
40
|
|
40
41
|
"""
|
41
42
|
Attributes:
|
@@ -0,0 +1,121 @@
|
|
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 ServedeploymentfastapidocsstatusResponse(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': 'ServeDeploymentFastApiDocsStatus'
|
37
|
+
}
|
38
|
+
|
39
|
+
attribute_map = {
|
40
|
+
'result': 'result'
|
41
|
+
}
|
42
|
+
|
43
|
+
def __init__(self, result=None, local_vars_configuration=None): # noqa: E501
|
44
|
+
"""ServedeploymentfastapidocsstatusResponse - 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 ServedeploymentfastapidocsstatusResponse. # noqa: E501
|
57
|
+
|
58
|
+
|
59
|
+
:return: The result of this ServedeploymentfastapidocsstatusResponse. # noqa: E501
|
60
|
+
:rtype: ServeDeploymentFastApiDocsStatus
|
61
|
+
"""
|
62
|
+
return self._result
|
63
|
+
|
64
|
+
@result.setter
|
65
|
+
def result(self, result):
|
66
|
+
"""Sets the result of this ServedeploymentfastapidocsstatusResponse.
|
67
|
+
|
68
|
+
|
69
|
+
:param result: The result of this ServedeploymentfastapidocsstatusResponse. # noqa: E501
|
70
|
+
:type: ServeDeploymentFastApiDocsStatus
|
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, ServedeploymentfastapidocsstatusResponse):
|
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, ServedeploymentfastapidocsstatusResponse):
|
119
|
+
return True
|
120
|
+
|
121
|
+
return self.to_dict() != other.to_dict()
|
@@ -31,10 +31,9 @@ class UnifiedJobSortField(object):
|
|
31
31
|
STATUS = "STATUS"
|
32
32
|
FINISHED_AT = "FINISHED_AT"
|
33
33
|
CREATED_AT = "CREATED_AT"
|
34
|
-
COST = "COST"
|
35
34
|
POSITION_IN_JOB_QUEUE = "POSITION_IN_JOB_QUEUE"
|
36
35
|
|
37
|
-
allowable_values = [STATUS, FINISHED_AT, CREATED_AT,
|
36
|
+
allowable_values = [STATUS, FINISHED_AT, CREATED_AT, POSITION_IN_JOB_QUEUE] # noqa: E501
|
38
37
|
|
39
38
|
"""
|
40
39
|
Attributes:
|
anyscale/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.25.
|
1
|
+
__version__ = "0.25.1"
|
@@ -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=Rhkz3VLUYAjLNUd1zy3w-9-EjLW2sLYJ3j_LAxj-_lM,40498
|
30
|
-
anyscale/version.py,sha256=
|
30
|
+
anyscale/version.py,sha256=ACu2Z3Q3TFgYpAno_eu9ssJ1QULjNXvjGvyqDSHrQ_o,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=FiqUisucOVyj16LvdxF4mIpkX_PkpHTBzt6kWDm9FMs,130145
|
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=iCTcpBsgtbp_MsZFzJ3zgvZ3jfhnM8BPqJBJJLf3Zyw,54532
|
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=-fOQPOpcAT6oTOwTCJC8Su7r3YV3Ue8VZbLlxuu87nU,2091654
|
116
|
+
anyscale/client/openapi_client/models/__init__.py,sha256=KGpJj7qOZZv3Y7sWndY2lAW4STE1IELJY-L2DpSQKtE,54042
|
117
117
|
anyscale/client/openapi_client/models/access_config.py,sha256=b2mA0qtuTA5PFbp6C61Jc_T2zUMaojM1v32IhZo0MfY,3648
|
118
118
|
anyscale/client/openapi_client/models/admin_create_user.py,sha256=9DPr8D0lKgoEZ3Z2kGsAd8L7ocFCiP6woOGLVs8SRb8,7251
|
119
119
|
anyscale/client/openapi_client/models/admin_created_user.py,sha256=uZffwCvMxIdPbpCRvFwpkfeG5D3LEQ50ebbwa_cj6bQ,8098
|
@@ -328,12 +328,12 @@ anyscale/client/openapi_client/models/decorated_application_template.py,sha256=p
|
|
328
328
|
anyscale/client/openapi_client/models/decorated_build.py,sha256=wel4rROizNrKxMXz5BrmhMSgO04XQrerLPLopsuEXuo,22984
|
329
329
|
anyscale/client/openapi_client/models/decorated_compute_template.py,sha256=7bDVlmudYB-CPqqONBfpFc7-B2MItWEnsxefFlcSVUo,14186
|
330
330
|
anyscale/client/openapi_client/models/decorated_compute_template_config.py,sha256=66h3KHvjeaLEt1qqOLjcA03t63DAsIiotGnYOi3ZZWU,20236
|
331
|
-
anyscale/client/openapi_client/models/decorated_interactive_session.py,sha256=
|
332
|
-
anyscale/client/openapi_client/models/decorated_job.py,sha256=
|
331
|
+
anyscale/client/openapi_client/models/decorated_interactive_session.py,sha256=S2m6CuKL-yKYPSQFE5wHIZMBX-sNAG-6Wy2JnQ2sfVo,24575
|
332
|
+
anyscale/client/openapi_client/models/decorated_job.py,sha256=J0qHizRSKj-FTbHXJboRuQ2hLkyv8Vt-k3q_DYWyq60,23075
|
333
333
|
anyscale/client/openapi_client/models/decorated_job_queue.py,sha256=CZ5uH0AwbLv1pTr8kwmMRkDapGMg5w2iXq0TcTfeCik,22295
|
334
|
-
anyscale/client/openapi_client/models/decorated_job_submission.py,sha256=
|
334
|
+
anyscale/client/openapi_client/models/decorated_job_submission.py,sha256=tB-kGIFVVtk3qTQzuTbyTiDNYyyim4p-pE8qzdD2824,17596
|
335
335
|
anyscale/client/openapi_client/models/decorated_list_service_api_model.py,sha256=T0RzqZDdP44_jVp7oNFJyBdRDWRvEXTUaS-2LMuWozU,24473
|
336
|
-
anyscale/client/openapi_client/models/decorated_production_job.py,sha256=
|
336
|
+
anyscale/client/openapi_client/models/decorated_production_job.py,sha256=Usa0VXVIE_YZSh_1XeU--Mj9Z1jprp_HWTiLypB_xI8,25794
|
337
337
|
anyscale/client/openapi_client/models/decorated_production_job_state_transition.py,sha256=7BpAF8r04RcNzBZT2boXASWeA4Roi44OT_r0q8yTIYk,10857
|
338
338
|
anyscale/client/openapi_client/models/decorated_production_service_v2_api_model.py,sha256=imEsHKN8b_006BD3Zx0QCD1C4LWjGRduByLRgKYlq-0,24210
|
339
339
|
anyscale/client/openapi_client/models/decorated_production_service_v2_version_api_model.py,sha256=I6mLkjAfXKWXejUOIBRvM9vt7W-XyvwU2MzXuYkyt-c,17231
|
@@ -341,9 +341,9 @@ anyscale/client/openapi_client/models/decorated_runtime_env.py,sha256=s3WrHVK_2E
|
|
341
341
|
anyscale/client/openapi_client/models/decorated_schedule.py,sha256=zCDLO0og8GMMxv_43k3BjYB3MAGc3znGcKV28GYoJwU,18193
|
342
342
|
anyscale/client/openapi_client/models/decorated_serve_deployment.py,sha256=6iL9epM2MOK_aSpgfTeoUccfaKi54B9sfUJDzL9Luug,23307
|
343
343
|
anyscale/client/openapi_client/models/decorated_service_event_api_model.py,sha256=TE2bxLquf15IQZTXDiqawOnRYQKT-0Gxrr9VJVNwu9c,17555
|
344
|
-
anyscale/client/openapi_client/models/decorated_session.py,sha256=
|
344
|
+
anyscale/client/openapi_client/models/decorated_session.py,sha256=t_dXa20Lf9JCNy42iRVtVOYrZxTHsVG5xURhVPIXmCw,68095
|
345
345
|
anyscale/client/openapi_client/models/decorated_support_request.py,sha256=FyU8FQbCVAXUpxikWjVmEn5WasPTZeFppafbU2B0kQE,9163
|
346
|
-
anyscale/client/openapi_client/models/decorated_unified_job.py,sha256=
|
346
|
+
anyscale/client/openapi_client/models/decorated_unified_job.py,sha256=chXCS6V5Zkweel9Xeg2mqotcLgKXwo4uoM-kZMWVeJ4,13976
|
347
347
|
anyscale/client/openapi_client/models/decoratedapplicationtemplate_list_response.py,sha256=Aqq7NLQ1JszMgO7GDZkY-taxuMuohu83MziWxKyAw3o,4617
|
348
348
|
anyscale/client/openapi_client/models/decoratedapplicationtemplate_response.py,sha256=CgwU7WhZwIARVmYdw8vnERm_PSgaQnOh1Nev-2MWKg4,3726
|
349
349
|
anyscale/client/openapi_client/models/decoratedbuild_list_response.py,sha256=JqSAdvm2mQpCrxyd0sJ4RtGfvub9OQz5WxpudzO-6jg,4407
|
@@ -422,7 +422,7 @@ anyscale/client/openapi_client/models/ha_job_event_origin.py,sha256=yOaB4hhE2Gff
|
|
422
422
|
anyscale/client/openapi_client/models/ha_job_goal_states.py,sha256=RnIcMVYehSTMB8ZtvSM8OfYek1Xr4bXHXJr-_CzlC78,2925
|
423
423
|
anyscale/client/openapi_client/models/ha_job_states.py,sha256=-mYDe4IgOOCODWlKv0GMdOnIgvjbXyfUrJZHWQU9e1c,3221
|
424
424
|
anyscale/client/openapi_client/models/ha_job_type.py,sha256=LiJ1JjO5HBTMyD3uGOcwFcVo6sAYT1vKu541_oDsTT0,2826
|
425
|
-
anyscale/client/openapi_client/models/ha_jobs_sort_field.py,sha256=
|
425
|
+
anyscale/client/openapi_client/models/ha_jobs_sort_field.py,sha256=lvUpf5g3HlydmYVNB_o3-ALCvApAFxZazfeMLLkpYdI,2985
|
426
426
|
anyscale/client/openapi_client/models/head_ip.py,sha256=9tA-NZRKeMS_ZbVivHY8-sYijZmVLAJAga1z2FQl7vs,3432
|
427
427
|
anyscale/client/openapi_client/models/headip_response.py,sha256=IDibJ0klCJa8XCme3z97sN562tQnBOfjugCjNSgXeGc,3484
|
428
428
|
anyscale/client/openapi_client/models/http_protocol_config.py,sha256=Jx7OQY7paI8_QM1KuCnBRpSMoExMRSIvN9Tfgc7sUl0,4203
|
@@ -436,7 +436,7 @@ anyscale/client/openapi_client/models/instanceusagebudget_response.py,sha256=fMm
|
|
436
436
|
anyscale/client/openapi_client/models/integration_details.py,sha256=8Z1TWndrYICQ1S4mf-EYhCsS_8Ulzc9NG8stMvZ-rew,3411
|
437
437
|
anyscale/client/openapi_client/models/interactive_session_logs.py,sha256=lzibN_wrh3VlVOsun6QxgjjyoUtF_ZoduaXRxN9-U-A,4744
|
438
438
|
anyscale/client/openapi_client/models/interactivesessionlogs_response.py,sha256=GAaWxtEcKPtC-HhP17ks1tXaKaRSQLPFdoh4N1iuPUE,3660
|
439
|
-
anyscale/client/openapi_client/models/internal_production_job.py,sha256=
|
439
|
+
anyscale/client/openapi_client/models/internal_production_job.py,sha256=jzDJODIv7YD2TYJAzEW0yPKUpyQrbu-7Vy7hOUxH3HU,20736
|
440
440
|
anyscale/client/openapi_client/models/internalproductionjob_response.py,sha256=2niSJHtGZ-gjG4zg4I3LrvsZ5c-BmMhxkoewizJaC9o,3649
|
441
441
|
anyscale/client/openapi_client/models/invoice.py,sha256=PdEsewwQoStjTTqTnwMa4_G2qI_Se0KdFedSnROa0dM,13676
|
442
442
|
anyscale/client/openapi_client/models/invoice_list_response.py,sha256=UZDhz0Jnd3D8HlfZv1SvP9YoIsTwOsRv77FDn69iYUk,4302
|
@@ -611,9 +611,11 @@ anyscale/client/openapi_client/models/rollout_strategy.py,sha256=rL0Hmu_eD9kaLXw
|
|
611
611
|
anyscale/client/openapi_client/models/s3_download_location.py,sha256=Yjttjv6V_sD_uL84bpmR3m6jcSI-Xa0cI7egEscs1Vg,4274
|
612
612
|
anyscale/client/openapi_client/models/schedule_config.py,sha256=1t-2zyWfP76K3mA4OA3VW6svS18PLaTBnucZUVCmh88,5016
|
613
613
|
anyscale/client/openapi_client/models/scheduler_info.py,sha256=5-b8wY21ZfdWPtPNUD5TYfJLZUWpAhHQ-uS3vtDFM4o,4626
|
614
|
+
anyscale/client/openapi_client/models/serve_deployment_fast_api_docs_status.py,sha256=53IN5-gkcdcITfMAJaqMScQVewMI7gZkNSsTjH4Hv2g,3737
|
614
615
|
anyscale/client/openapi_client/models/serve_deployment_grafana_dashboard_status.py,sha256=Xmsr2v-HOqy9bx13wHREf5UVodmrkQonWg2V6W6EUJo,2968
|
615
616
|
anyscale/client/openapi_client/models/serve_deployment_logs.py,sha256=sXDEJsKMs2CNTT5tCccM_smJo52gre7E-AZ-U4jiflk,4708
|
616
|
-
anyscale/client/openapi_client/models/serve_deployment_state.py,sha256=
|
617
|
+
anyscale/client/openapi_client/models/serve_deployment_state.py,sha256=fkuMtXA6nSHsKYg-QigUh9D_pKdibw0J6BQAWzZd1cw,3083
|
618
|
+
anyscale/client/openapi_client/models/servedeploymentfastapidocsstatus_response.py,sha256=k8ThKxsU1Sd5GFepXv6wITYtds-m0YwPFRDRh96bdDM,3770
|
617
619
|
anyscale/client/openapi_client/models/servedeploymentlogs_response.py,sha256=DTBTm-3Is885wzaL0D1tRdEIAxsJ6Zug3HbKnPV-4vs,3627
|
618
620
|
anyscale/client/openapi_client/models/server_session_token.py,sha256=XTVc8rgZMIzORmutUvKImt45bYXmywlo1_63Pgl3nD8,3738
|
619
621
|
anyscale/client/openapi_client/models/serversessiontoken_response.py,sha256=uM_2Eeoww-S8G3nJ-TqLoF7Gxnmt98CaYw0jbd3i0ag,3616
|
@@ -693,7 +695,7 @@ anyscale/client/openapi_client/models/tool.py,sha256=3NV2jm9CTwqhO4HqAJNtnl0HyIt
|
|
693
695
|
anyscale/client/openapi_client/models/tracing_config.py,sha256=UdOdwgPRrXQyFNDgnsBKtFyBHYx9Z7nrctNJX-H8VTM,6293
|
694
696
|
anyscale/client/openapi_client/models/try_login_email_response.py,sha256=hK2avNTvceYz9Rwd0wOnv3oBJWIQLIKo_iruo6nmJGk,7188
|
695
697
|
anyscale/client/openapi_client/models/tryloginemailresponse_response.py,sha256=OkEgY9gBIaM16bn-GKqmKqiY6KJIkMQjc-9Wjz7DdV0,3649
|
696
|
-
anyscale/client/openapi_client/models/unified_job_sort_field.py,sha256=
|
698
|
+
anyscale/client/openapi_client/models/unified_job_sort_field.py,sha256=jshTGJgBavjvCYTGNR74Fz18Ut6HzCla_uozGvcqS9g,2986
|
697
699
|
anyscale/client/openapi_client/models/unified_job_status.py,sha256=Pbe6P2h0gGHky0ghEqDzEQwRjcecsIe9Ez72fmTnlz0,3415
|
698
700
|
anyscale/client/openapi_client/models/unified_job_type.py,sha256=bgjHYG3vi5r0853mteoY6ENQcCaGIBj2l1OmWRWSZ2Q,2897
|
699
701
|
anyscale/client/openapi_client/models/update_cloud_with_cloud_resource.py,sha256=6eRMQHPB0s02qJoWvSiuHvtju467k5OsKuufd2Lch2c,5876
|
@@ -1149,10 +1151,10 @@ anyscale/workspace/__init__.py,sha256=fIxkn8b_HADCQl5njPAbcJxAf0sajZoc55L_wMvGAx
|
|
1149
1151
|
anyscale/workspace/commands.py,sha256=21FubFd2wmEwlVbk-ng-adwBm-O4ZPBgEJnoavbfvbU,14035
|
1150
1152
|
anyscale/workspace/models.py,sha256=Ey67KqxdslS51yK7xetbRaFjE8sURAArpf-F38r3cUU,9760
|
1151
1153
|
anyscale/workspace/_private/workspace_sdk.py,sha256=4LOBmMm7kd-O94ii5uP1UDbkWLComh6zI5QmE2lXRTY,26824
|
1152
|
-
anyscale-0.25.
|
1153
|
-
anyscale-0.25.
|
1154
|
-
anyscale-0.25.
|
1155
|
-
anyscale-0.25.
|
1156
|
-
anyscale-0.25.
|
1157
|
-
anyscale-0.25.
|
1158
|
-
anyscale-0.25.
|
1154
|
+
anyscale-0.25.1.dist-info/LICENSE,sha256=UOPu974Wzsna6frFv1mu4VrZgNdZT7lbcNPzo5ue3qs,3494
|
1155
|
+
anyscale-0.25.1.dist-info/METADATA,sha256=MgHSihInDi_PMND4QVTUqA2jVvlTwXvFunKibxga2Qs,3049
|
1156
|
+
anyscale-0.25.1.dist-info/NOTICE,sha256=gHqDhSnUYlRXX-mDOL5FtE7774oiKyV_HO80qM3r9Xo,196
|
1157
|
+
anyscale-0.25.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
1158
|
+
anyscale-0.25.1.dist-info/entry_points.txt,sha256=NqO18sCZn6zG6J0S38itjcN00s7aE3C3v3k5lMAfCLk,51
|
1159
|
+
anyscale-0.25.1.dist-info/top_level.txt,sha256=g3NVNS8Oh0NZwbFFgeX696C5MZZkS5dqV2NqcsbDRJE,9
|
1160
|
+
anyscale-0.25.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|