anyscale 0.26.17__py3-none-any.whl → 0.26.18__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.yaml +0 -4
- anyscale/client/README.md +0 -37
- anyscale/client/openapi_client/__init__.py +0 -20
- anyscale/client/openapi_client/api/default_api.py +192 -2193
- anyscale/client/openapi_client/models/__init__.py +0 -20
- anyscale/commands/cloud_commands.py +32 -4
- anyscale/connect_utils/prepare_cluster.py +19 -14
- anyscale/controllers/cloud_controller.py +23 -3
- anyscale/version.py +1 -1
- {anyscale-0.26.17.dist-info → anyscale-0.26.18.dist-info}/METADATA +1 -1
- {anyscale-0.26.17.dist-info → anyscale-0.26.18.dist-info}/RECORD +16 -36
- anyscale/client/openapi_client/models/archived_logs_info.py +0 -164
- anyscale/client/openapi_client/models/archivedlogsinfo_response.py +0 -121
- anyscale/client/openapi_client/models/create_experimental_workspace_from_job.py +0 -123
- anyscale/client/openapi_client/models/create_session_from_snapshot_options.py +0 -538
- anyscale/client/openapi_client/models/create_session_in_db.py +0 -434
- anyscale/client/openapi_client/models/create_session_response.py +0 -174
- anyscale/client/openapi_client/models/createsessionresponse_response.py +0 -121
- anyscale/client/openapi_client/models/external_service_status.py +0 -147
- anyscale/client/openapi_client/models/external_service_status_response.py +0 -250
- anyscale/client/openapi_client/models/externalservicestatusresponse_response.py +0 -121
- anyscale/client/openapi_client/models/monitor_logs_extension.py +0 -100
- anyscale/client/openapi_client/models/session_describe.py +0 -175
- anyscale/client/openapi_client/models/session_details.py +0 -148
- anyscale/client/openapi_client/models/session_history_item.py +0 -146
- anyscale/client/openapi_client/models/sessiondescribe_response.py +0 -121
- anyscale/client/openapi_client/models/sessiondetails_response.py +0 -121
- anyscale/client/openapi_client/models/sessionhistoryitem_list_response.py +0 -147
- anyscale/client/openapi_client/models/update_compute_template.py +0 -146
- anyscale/client/openapi_client/models/update_compute_template_config.py +0 -464
- anyscale/client/openapi_client/models/webterminal_list_response.py +0 -147
- {anyscale-0.26.17.dist-info → anyscale-0.26.18.dist-info}/LICENSE +0 -0
- {anyscale-0.26.17.dist-info → anyscale-0.26.18.dist-info}/NOTICE +0 -0
- {anyscale-0.26.17.dist-info → anyscale-0.26.18.dist-info}/WHEEL +0 -0
- {anyscale-0.26.17.dist-info → anyscale-0.26.18.dist-info}/entry_points.txt +0 -0
- {anyscale-0.26.17.dist-info → anyscale-0.26.18.dist-info}/top_level.txt +0 -0
@@ -43,8 +43,6 @@ from openapi_client.models.application_type import ApplicationType
|
|
43
43
|
from openapi_client.models.applied_snapshot import AppliedSnapshot
|
44
44
|
from openapi_client.models.apply_production_service_v2_model import ApplyProductionServiceV2Model
|
45
45
|
from openapi_client.models.archive_status import ArchiveStatus
|
46
|
-
from openapi_client.models.archived_logs_info import ArchivedLogsInfo
|
47
|
-
from openapi_client.models.archivedlogsinfo_response import ArchivedlogsinfoResponse
|
48
46
|
from openapi_client.models.attach_machine_pool_to_cloud_request import AttachMachinePoolToCloudRequest
|
49
47
|
from openapi_client.models.attachmachinepooltocloudresponse_response import AttachmachinepooltocloudresponseResponse
|
50
48
|
from openapi_client.models.aws_region_and_zones import AwsRegionAndZones
|
@@ -159,7 +157,6 @@ from openapi_client.models.create_compute_template import CreateComputeTemplate
|
|
159
157
|
from openapi_client.models.create_compute_template_config import CreateComputeTemplateConfig
|
160
158
|
from openapi_client.models.create_dataset import CreateDataset
|
161
159
|
from openapi_client.models.create_experimental_workspace import CreateExperimentalWorkspace
|
162
|
-
from openapi_client.models.create_experimental_workspace_from_job import CreateExperimentalWorkspaceFromJob
|
163
160
|
from openapi_client.models.create_instance_usage_budget import CreateInstanceUsageBudget
|
164
161
|
from openapi_client.models.create_internal_production_job import CreateInternalProductionJob
|
165
162
|
from openapi_client.models.create_job_queue_config import CreateJobQueueConfig
|
@@ -177,9 +174,6 @@ from openapi_client.models.create_production_job_config import CreateProductionJ
|
|
177
174
|
from openapi_client.models.create_resource_notification import CreateResourceNotification
|
178
175
|
from openapi_client.models.create_resource_quota import CreateResourceQuota
|
179
176
|
from openapi_client.models.create_schedule import CreateSchedule
|
180
|
-
from openapi_client.models.create_session_from_snapshot_options import CreateSessionFromSnapshotOptions
|
181
|
-
from openapi_client.models.create_session_in_db import CreateSessionInDb
|
182
|
-
from openapi_client.models.create_session_response import CreateSessionResponse
|
183
177
|
from openapi_client.models.create_user import CreateUser
|
184
178
|
from openapi_client.models.create_user_project_collaborator import CreateUserProjectCollaborator
|
185
179
|
from openapi_client.models.create_user_project_collaborator_value import CreateUserProjectCollaboratorValue
|
@@ -189,7 +183,6 @@ from openapi_client.models.createcomputetemplateconfig_response import Createcom
|
|
189
183
|
from openapi_client.models.createmachinepoolresponse_response import CreatemachinepoolresponseResponse
|
190
184
|
from openapi_client.models.createmachineresponse_response import CreatemachineresponseResponse
|
191
185
|
from openapi_client.models.createotpreturnapimodel_response import CreateotpreturnapimodelResponse
|
192
|
-
from openapi_client.models.createsessionresponse_response import CreatesessionresponseResponse
|
193
186
|
from openapi_client.models.credit_card_information import CreditCardInformation
|
194
187
|
from openapi_client.models.customer_alert_status import CustomerAlertStatus
|
195
188
|
from openapi_client.models.dataplane_services import DataplaneServices
|
@@ -271,10 +264,7 @@ from openapi_client.models.experimental_workspace import ExperimentalWorkspace
|
|
271
264
|
from openapi_client.models.experimental_workspaces_sort_field import ExperimentalWorkspacesSortField
|
272
265
|
from openapi_client.models.experimentalworkspace_list_response import ExperimentalworkspaceListResponse
|
273
266
|
from openapi_client.models.experimentalworkspace_response import ExperimentalworkspaceResponse
|
274
|
-
from openapi_client.models.external_service_status import ExternalServiceStatus
|
275
|
-
from openapi_client.models.external_service_status_response import ExternalServiceStatusResponse
|
276
267
|
from openapi_client.models.external_terminal_command import ExternalTerminalCommand
|
277
|
-
from openapi_client.models.externalservicestatusresponse_response import ExternalservicestatusresponseResponse
|
278
268
|
from openapi_client.models.feature_flag_response import FeatureFlagResponse
|
279
269
|
from openapi_client.models.featureflagresponse_response import FeatureflagresponseResponse
|
280
270
|
from openapi_client.models.fine_tune_type import FineTuneType
|
@@ -383,7 +373,6 @@ from openapi_client.models.mini_user import MiniUser
|
|
383
373
|
from openapi_client.models.minibuild_list_response import MinibuildListResponse
|
384
374
|
from openapi_client.models.minicomputetemplate_list_response import MinicomputetemplateListResponse
|
385
375
|
from openapi_client.models.miniproject_list_response import MiniprojectListResponse
|
386
|
-
from openapi_client.models.monitor_logs_extension import MonitorLogsExtension
|
387
376
|
from openapi_client.models.nfs_mount_target import NFSMountTarget
|
388
377
|
from openapi_client.models.node_registration_aws import NodeRegistrationAWS
|
389
378
|
from openapi_client.models.node_registration_gcp import NodeRegistrationGCP
|
@@ -505,9 +494,6 @@ from openapi_client.models.session_command import SessionCommand
|
|
505
494
|
from openapi_client.models.session_command_finish_options import SessionCommandFinishOptions
|
506
495
|
from openapi_client.models.session_command_id import SessionCommandId
|
507
496
|
from openapi_client.models.session_command_types import SessionCommandTypes
|
508
|
-
from openapi_client.models.session_describe import SessionDescribe
|
509
|
-
from openapi_client.models.session_details import SessionDetails
|
510
|
-
from openapi_client.models.session_history_item import SessionHistoryItem
|
511
497
|
from openapi_client.models.session_list_response import SessionListResponse
|
512
498
|
from openapi_client.models.session_response import SessionResponse
|
513
499
|
from openapi_client.models.session_ssh_key import SessionSshKey
|
@@ -517,9 +503,6 @@ from openapi_client.models.session_state_data import SessionStateData
|
|
517
503
|
from openapi_client.models.session_stopping_data import SessionStoppingData
|
518
504
|
from openapi_client.models.sessioncommand_list_response import SessioncommandListResponse
|
519
505
|
from openapi_client.models.sessioncommandid_response import SessioncommandidResponse
|
520
|
-
from openapi_client.models.sessiondescribe_response import SessiondescribeResponse
|
521
|
-
from openapi_client.models.sessiondetails_response import SessiondetailsResponse
|
522
|
-
from openapi_client.models.sessionhistoryitem_list_response import SessionhistoryitemListResponse
|
523
506
|
from openapi_client.models.sessions_sort_field import SessionsSortField
|
524
507
|
from openapi_client.models.sessionsshkey_response import SessionsshkeyResponse
|
525
508
|
from openapi_client.models.show_otp_source_return_api_model import ShowOTPSourceReturnApiModel
|
@@ -568,8 +551,6 @@ from openapi_client.models.update_cloud_collaborator import UpdateCloudCollabora
|
|
568
551
|
from openapi_client.models.update_cloud_with_cloud_resource import UpdateCloudWithCloudResource
|
569
552
|
from openapi_client.models.update_cloud_with_cloud_resource_gcp import UpdateCloudWithCloudResourceGCP
|
570
553
|
from openapi_client.models.update_cluster_dns import UpdateClusterDns
|
571
|
-
from openapi_client.models.update_compute_template import UpdateComputeTemplate
|
572
|
-
from openapi_client.models.update_compute_template_config import UpdateComputeTemplateConfig
|
573
554
|
from openapi_client.models.update_machine_pool_request import UpdateMachinePoolRequest
|
574
555
|
from openapi_client.models.update_organization_collaborator import UpdateOrganizationCollaborator
|
575
556
|
from openapi_client.models.update_project_collaborator import UpdateProjectCollaborator
|
@@ -599,7 +580,6 @@ from openapi_client.models.waitlist_status_type import WaitlistStatusType
|
|
599
580
|
from openapi_client.models.waitliststatusresponse_response import WaitliststatusresponseResponse
|
600
581
|
from openapi_client.models.wand_b_run_details import WandBRunDetails
|
601
582
|
from openapi_client.models.web_terminal import WebTerminal
|
602
|
-
from openapi_client.models.webterminal_list_response import WebterminalListResponse
|
603
583
|
from openapi_client.models.webterminal_response import WebterminalResponse
|
604
584
|
from openapi_client.models.worker_node_type import WorkerNodeType
|
605
585
|
from openapi_client.models.workload_info import WorkloadInfo
|
@@ -1189,15 +1189,38 @@ def get_default_cloud() -> None:
|
|
1189
1189
|
type=bool,
|
1190
1190
|
required=False,
|
1191
1191
|
default=False,
|
1192
|
+
is_flag=True,
|
1192
1193
|
)
|
1193
1194
|
@click.option(
|
1194
1195
|
"--out",
|
1195
|
-
help="Output file name for the report.",
|
1196
|
+
help="Output file name for the report. (Default jobs_report.html)",
|
1196
1197
|
type=str,
|
1197
1198
|
required=False,
|
1198
|
-
default=
|
1199
|
+
default=None,
|
1200
|
+
)
|
1201
|
+
@click.option(
|
1202
|
+
"--sort-by",
|
1203
|
+
help=(
|
1204
|
+
"Column to sort by. (Default created_at). "
|
1205
|
+
"created_at: Job creation time. "
|
1206
|
+
"gpu: Unused GPU hours. "
|
1207
|
+
"cpu: Unused CPU hours. "
|
1208
|
+
"instances: Number of instances."
|
1209
|
+
),
|
1210
|
+
type=click.Choice(["created_at", "gpu", "cpu", "instances"], case_sensitive=False),
|
1211
|
+
required=False,
|
1212
|
+
default="created_at",
|
1199
1213
|
)
|
1200
|
-
|
1214
|
+
@click.option(
|
1215
|
+
"--sort-order",
|
1216
|
+
help="Sort order. (Default desc)",
|
1217
|
+
type=click.Choice(["asc", "desc"], case_sensitive=False),
|
1218
|
+
required=False,
|
1219
|
+
default="desc",
|
1220
|
+
)
|
1221
|
+
def generate_jobs_report(
|
1222
|
+
cloud_id: str, csv: bool, out: Optional[str], sort_by: str, sort_order: str
|
1223
|
+
) -> None:
|
1201
1224
|
"""
|
1202
1225
|
Generate a report of the jobs created in the last 7 days in HTML format.
|
1203
1226
|
Shows unused CPU-hours, unused GPU-hours, and other data.
|
@@ -1205,7 +1228,12 @@ def generate_jobs_report(cloud_id: str, csv: bool, out: str) -> None:
|
|
1205
1228
|
:param csv: Outputs the report in CSV format.
|
1206
1229
|
:param out: Output file name for the report.
|
1207
1230
|
"""
|
1231
|
+
if out is None:
|
1232
|
+
out = "jobs_report.html" if not csv else "jobs_report.csv"
|
1233
|
+
|
1208
1234
|
try:
|
1209
|
-
CloudController().generate_jobs_report(
|
1235
|
+
CloudController().generate_jobs_report(
|
1236
|
+
cloud_id, csv, out, sort_by, sort_order == "asc"
|
1237
|
+
)
|
1210
1238
|
except ValueError as e:
|
1211
1239
|
log.error(f"Error generating jobs report: {e}")
|
@@ -56,6 +56,7 @@ BUILD_STEPS = [
|
|
56
56
|
# Default minutes for autosuspend.
|
57
57
|
DEFAULT_AUTOSUSPEND_TIMEOUT = 120
|
58
58
|
|
59
|
+
|
59
60
|
# Default docker images to use for connect clusters.
|
60
61
|
def _get_base_image(image: str, ray_version: str, cpu_or_gpu: str) -> str:
|
61
62
|
py_version = "".join(str(x) for x in sys.version_info[0:2])
|
@@ -557,34 +558,36 @@ class PrepareClusterBlock:
|
|
557
558
|
"""
|
558
559
|
Get the default cluster env build based on the local python and ray versions.
|
559
560
|
"""
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
561
|
+
major, minor = sys.version_info[:2]
|
562
|
+
MIN_PY_VER = (3, 8)
|
563
|
+
MAX_PY_VER = (3, 12)
|
564
|
+
|
565
|
+
if not (MIN_PY_VER <= (major, minor) <= MAX_PY_VER):
|
564
566
|
raise ValueError(
|
565
|
-
"No default
|
566
|
-
|
567
|
-
|
567
|
+
f"No default container image for python version {major}.{minor}."
|
568
|
+
f"Please use a Python version between {MIN_PY_VER[0]}.{MIN_PY_VER[1]} "
|
569
|
+
f"and {MAX_PY_VER[0]}.{MAX_PY_VER[1]}."
|
568
570
|
)
|
571
|
+
|
569
572
|
ray_version = self._ray.__version__
|
570
573
|
if version.parse(ray_version) < version.parse(MINIMUM_RAY_VERSION):
|
571
574
|
raise ValueError(
|
572
|
-
f"No default
|
575
|
+
f"No default container image for Ray version {ray_version}. Please upgrade "
|
573
576
|
f"to a version >= {MINIMUM_RAY_VERSION}."
|
574
577
|
)
|
575
578
|
if "dev0" in ray_version:
|
576
579
|
raise ValueError(
|
577
580
|
f"Your locally installed Ray version is {ray_version}. "
|
578
|
-
"There is no default
|
581
|
+
"There is no default container image for nightly versions of Ray."
|
579
582
|
)
|
580
583
|
try:
|
581
584
|
build = self.api_client.get_default_cluster_env_build_api_v2_builds_default_py_version_ray_version_get(
|
582
|
-
f"py{
|
585
|
+
f"py{major}{minor}", ray_version
|
583
586
|
).result
|
584
587
|
return build
|
585
588
|
except Exception: # noqa: BLE001
|
586
589
|
raise RuntimeError(
|
587
|
-
f"Failed to get default
|
590
|
+
f"Failed to get default container image for Ray: {ray_version} on Python: py{major}{minor}"
|
588
591
|
)
|
589
592
|
|
590
593
|
def _get_cluster_build(
|
@@ -815,14 +818,16 @@ class PrepareClusterBlock:
|
|
815
818
|
return compute_template_id
|
816
819
|
|
817
820
|
def _register_compute_template(
|
818
|
-
self, project_id: str, config_object: ComputeTemplateConfig
|
821
|
+
self, project_id: str, config_object: ComputeTemplateConfig # noqa: ARG002
|
819
822
|
) -> str:
|
820
823
|
"""
|
821
|
-
Register compute template with a default name and return the compute template id.
|
824
|
+
Register compute template with a default name and return the compute template id.
|
825
|
+
"""
|
822
826
|
created_template = self.api_client.create_compute_template_api_v2_compute_templates_post(
|
823
827
|
create_compute_template=CreateComputeTemplate(
|
824
828
|
name=gen_valid_name("autogenerated-config"),
|
825
|
-
|
829
|
+
# project ID is deprecated in compute config
|
830
|
+
project_id=None,
|
826
831
|
config=config_object,
|
827
832
|
anonymous=True,
|
828
833
|
)
|
@@ -3650,7 +3650,9 @@ class CloudController(BaseController):
|
|
3650
3650
|
|
3651
3651
|
### End of edit cloud ###
|
3652
3652
|
|
3653
|
-
def generate_jobs_report(
|
3653
|
+
def generate_jobs_report(
|
3654
|
+
self, cloud_id: str, csv: bool, out_path: str, sort: str, sort_order_asc: bool
|
3655
|
+
) -> None:
|
3654
3656
|
end_time = datetime.now()
|
3655
3657
|
start_time = end_time - timedelta(days=7)
|
3656
3658
|
|
@@ -3690,7 +3692,25 @@ class CloudController(BaseController):
|
|
3690
3692
|
for job in full_results
|
3691
3693
|
if job.job_state in TERMINAL_HA_JOB_STATES and job.job_report is not None
|
3692
3694
|
]
|
3693
|
-
|
3695
|
+
if sort == "created_at":
|
3696
|
+
filtered_results.sort(
|
3697
|
+
key=lambda x: x.created_at, reverse=not sort_order_asc
|
3698
|
+
)
|
3699
|
+
elif sort == "gpu":
|
3700
|
+
filtered_results.sort(
|
3701
|
+
key=lambda x: x.job_report.unused_gpu_hours or 0,
|
3702
|
+
reverse=not sort_order_asc,
|
3703
|
+
)
|
3704
|
+
elif sort == "cpu":
|
3705
|
+
filtered_results.sort(
|
3706
|
+
key=lambda x: x.job_report.unused_cpu_hours or 0,
|
3707
|
+
reverse=not sort_order_asc,
|
3708
|
+
)
|
3709
|
+
elif sort == "instances":
|
3710
|
+
filtered_results.sort(
|
3711
|
+
key=lambda x: x.job_report.max_instances_launched or 0,
|
3712
|
+
reverse=not sort_order_asc,
|
3713
|
+
)
|
3694
3714
|
|
3695
3715
|
with open(out_path, "w") as out_file:
|
3696
3716
|
if csv:
|
@@ -3710,7 +3730,7 @@ class CloudController(BaseController):
|
|
3710
3730
|
max_instances_launched = job.job_report.max_instances_launched or ""
|
3711
3731
|
|
3712
3732
|
out_file.write(
|
3713
|
-
f"{job.job_id},{job.job_name},{job_state},{str(job.created_at)},{finished_at},{duration},{unused_cpu_hours},{unused_gpu_hours},{max_instances_launched}\n
|
3733
|
+
f'"{job.job_id}","{job.job_name}","{job_state}","{str(job.created_at)}","{finished_at}","{duration}","{unused_cpu_hours}","{unused_gpu_hours}","{max_instances_launched}"\n'
|
3714
3734
|
)
|
3715
3735
|
else:
|
3716
3736
|
out_file.write(
|
anyscale/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.26.
|
1
|
+
__version__ = "0.26.18"
|
@@ -2,7 +2,7 @@ anyscale/__init__.py,sha256=YtAe4ql_2J7SnRMMvJzx1Fdw2ZjtC2VLfZFPSDMdLxA,8595
|
|
2
2
|
anyscale/anyscale-cloud-setup-gcp-oa.yaml,sha256=varT3AFGxDy7V8o3_zCwUyoi22MiDmZovfpvkbkyeAU,2715
|
3
3
|
anyscale/anyscale-cloud-setup-gcp.yaml,sha256=b9fKDG8syJuoZJOAr4LZdLGto3sDDil9EOoboXWC9UE,4011
|
4
4
|
anyscale/anyscale-cloud-setup-oa.yaml,sha256=MMfjT2UCNQS43I3mGOMoSq1cq1dufxtnXU9Zy260TK8,3192
|
5
|
-
anyscale/anyscale-cloud-setup.yaml,sha256=
|
5
|
+
anyscale/anyscale-cloud-setup.yaml,sha256=iXCIL8gydOlRzjG5GPxBx1diLQyAkHVN_fIlSoqTLiM,8762
|
6
6
|
anyscale/anyscale_schema.json,sha256=pQtFMvsYLZF39HcfhFV-ze15W9oELuWHz16PED7sMSQ,193
|
7
7
|
anyscale/api.py,sha256=JrzEdDUAHCBOKQKu6RFEh6WDUGhm7OEiw97PQqmu4T4,7488
|
8
8
|
anyscale/authenticate.py,sha256=4RiJ1Ruu-JKENwuMkWqq1R19DXxucVPS-GoKlii1fLI,12346
|
@@ -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=rX7I8qgJ5-T_gu8HTMqYW-dXs0krqtSxfKQANv9bF0M,24
|
31
31
|
anyscale/workspace_utils.py,sha256=OViE88CnIF5ruVxd3kazQ0Mf2BxqtMq6wx-XQ5A2cp8,1204
|
32
32
|
anyscale/_private/anyscale_client/README.md,sha256=gk8obk7kqg6VWoUHcqDMwJULh35tYKEZFC0UF_dixGA,718
|
33
33
|
anyscale/_private/anyscale_client/__init__.py,sha256=807Blx3RHQeS8BmKZcsOQQ4dYoKlCnpm6Bdsif2CrHg,337
|
@@ -105,7 +105,7 @@ anyscale/background/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
|
|
105
105
|
anyscale/background/job_runner.py,sha256=LTuv9JOahyv6C9i7DLQAONgQF6--FfYZEmJrKy-sUG8,2687
|
106
106
|
anyscale/client/.gitignore,sha256=JZyvYEtT2DCSK9V5Joi6lQofhMik4PXiJRCWsg7SvqI,807
|
107
107
|
anyscale/client/.openapi-generator-ignore,sha256=pu2PTide7pJtJ-DFLzDy0cTYQJRlrB-8RRH3zGLeUds,1040
|
108
|
-
anyscale/client/README.md,sha256=
|
108
|
+
anyscale/client/README.md,sha256=hCgTiDlYxN9JlCSH7zT8atERxri0DnHuz_zsaCBDR5c,113527
|
109
109
|
anyscale/client/git_push.sh,sha256=EDCZOTTiLxbtPHmiU63qC99rGH67B7dhdPZdNUKivF0,1827
|
110
110
|
anyscale/client/requirements.txt,sha256=dkVKYUStC5h_g_87SH7pRdhXCj7ySozAJMGAFEzGgFc,126
|
111
111
|
anyscale/client/setup.cfg,sha256=l7bdKSIedeBhhoDtupsBwx1xPrlBf2yYeTH7a8kMga4,28
|
@@ -113,14 +113,14 @@ anyscale/client/setup.py,sha256=tSxqw1kAL1B9adnrnOarjnQfSbwGmnTr_kg8ZXhlm5A,1109
|
|
113
113
|
anyscale/client/test-requirements.txt,sha256=sTjmDTj5W9fh1ZAeo8UT2EBdeGDBNttj_PHiPBXg1D4,111
|
114
114
|
anyscale/client/tox.ini,sha256=M6L3UmvAdvU65LsoAF-Oi7oRjwZlCJZn8I7ofdXn5Ok,156
|
115
115
|
anyscale/client/.openapi-generator/VERSION,sha256=J0RzX-4u4jfin1kviKtmncjUePyjHm2kyvmkobOrt_E,5
|
116
|
-
anyscale/client/openapi_client/__init__.py,sha256=
|
116
|
+
anyscale/client/openapi_client/__init__.py,sha256=zjUA1Xp8lJBojt4UQHWxwNO2hKgaWBK5LFbERdbg8x0,49601
|
117
117
|
anyscale/client/openapi_client/api_client.py,sha256=d8Un6j2Ny2vlS2qBXPVFj6_ql0k36DFahpWt_28TfCk,25563
|
118
118
|
anyscale/client/openapi_client/configuration.py,sha256=Dd5XrlHwv-wxnf0C35PG_-HBQoY3Yaz6hKrmkZz-m0E,12363
|
119
119
|
anyscale/client/openapi_client/exceptions.py,sha256=3egwsXQG2j_vARbqgBxUO1xSltAhpfiHTYVP7VXTvU0,3792
|
120
120
|
anyscale/client/openapi_client/rest.py,sha256=Ehj37v7GHW6SXV067Hze5HE42ayKaGi6a6ZlkR7u3Lg,12501
|
121
121
|
anyscale/client/openapi_client/api/__init__.py,sha256=i8u7BI2xX1GrXTL3hN0pKpYIlnT-D_uDxH2ElOfYG1I,141
|
122
|
-
anyscale/client/openapi_client/api/default_api.py,sha256=
|
123
|
-
anyscale/client/openapi_client/models/__init__.py,sha256=
|
122
|
+
anyscale/client/openapi_client/api/default_api.py,sha256=c8nTVuVoQ-YPTQjIIEbhGEMlTmldkYdcVDL2QkdQFSQ,1833385
|
123
|
+
anyscale/client/openapi_client/models/__init__.py,sha256=8SIsJL27unfK2VwZkM68Q7f0bb6KutnYDgQKR6VX4oc,49111
|
124
124
|
anyscale/client/openapi_client/models/access_config.py,sha256=b2mA0qtuTA5PFbp6C61Jc_T2zUMaojM1v32IhZo0MfY,3648
|
125
125
|
anyscale/client/openapi_client/models/actor_status.py,sha256=6xyX_aIqURj2raBdY9DmBxsdDACFrqqYvElGiM6YG2E,2813
|
126
126
|
anyscale/client/openapi_client/models/admin_create_user.py,sha256=9DPr8D0lKgoEZ3Z2kGsAd8L7ocFCiP6woOGLVs8SRb8,7251
|
@@ -149,8 +149,6 @@ anyscale/client/openapi_client/models/application_type.py,sha256=JbtN0lMj9FwGMAG
|
|
149
149
|
anyscale/client/openapi_client/models/applied_snapshot.py,sha256=E8NoLPyvm7W-gFjDiq3N5zvtyXHLTnHmSx_xQrK7gdM,5173
|
150
150
|
anyscale/client/openapi_client/models/apply_production_service_v2_model.py,sha256=hDMcjs3wRl-eEAW9GOPdUunLqNm6s6kCp-PuJhRSynA,20273
|
151
151
|
anyscale/client/openapi_client/models/archive_status.py,sha256=wdqbSNwU-tjYNBcA4BSr0uHVCOL4iNimbV1llKObDJ0,2875
|
152
|
-
anyscale/client/openapi_client/models/archived_logs_info.py,sha256=dJdgoCcegqF5Bx-XlEQsBCuA9Xg-Uo196qdNSv-7IRw,5569
|
153
|
-
anyscale/client/openapi_client/models/archivedlogsinfo_response.py,sha256=nNvkENQbN6ExopEzhr0Vym5iqjQlII0KEYVEGm08n00,3594
|
154
152
|
anyscale/client/openapi_client/models/attach_machine_pool_to_cloud_request.py,sha256=M3iOlHPrWthJmqkBCoMAMk1Ks3oCWk0lvL0XZBClVJw,5011
|
155
153
|
anyscale/client/openapi_client/models/attachmachinepooltocloudresponse_response.py,sha256=eCMGXJNPVGsaXAIzMbJKwyzTmzQh_WTQo3Hfw5_OArU,3692
|
156
154
|
anyscale/client/openapi_client/models/aws_memory_db_cluster_config.py,sha256=0iWNQjSxtrZK4kgb_I56oVyX2AmZnFj7nlSnY3272Fc,4334
|
@@ -266,7 +264,6 @@ anyscale/client/openapi_client/models/create_compute_template.py,sha256=NpjLX4Cx
|
|
266
264
|
anyscale/client/openapi_client/models/create_compute_template_config.py,sha256=mbp6nXU8Cpp9pymo47IVP6hd0Xmp2-8LXB8Fv4eteYA,19443
|
267
265
|
anyscale/client/openapi_client/models/create_dataset.py,sha256=fTcTUHQjutWziTlCEdRwY2ezmvDqGNKM5MmWgI811ZA,5666
|
268
266
|
anyscale/client/openapi_client/models/create_experimental_workspace.py,sha256=Bx6MSIMCCpdr53fsnt409NkDdoXKx30nsU5vTHCAKf8,16783
|
269
|
-
anyscale/client/openapi_client/models/create_experimental_workspace_from_job.py,sha256=8opfUQZcfnJ0kwZwEZPN1i4HAfhi2guFzNrdwVrtT-c,3731
|
270
267
|
anyscale/client/openapi_client/models/create_instance_usage_budget.py,sha256=54uVdd4kFTbjVMEzxWP6A3vApzraMGYW5-NaVqpzp3o,8142
|
271
268
|
anyscale/client/openapi_client/models/create_internal_production_job.py,sha256=ORm33kIVat8_L93jQwZ8xK-GDL2bnFmcJh1aF8L9Tng,8333
|
272
269
|
anyscale/client/openapi_client/models/create_job_queue_config.py,sha256=UGjwSG2WAM8pKE4ye8CtsxYBpehg0MURNnj_z-UPqRo,7659
|
@@ -284,9 +281,6 @@ anyscale/client/openapi_client/models/create_production_job_config.py,sha256=0R8
|
|
284
281
|
anyscale/client/openapi_client/models/create_resource_notification.py,sha256=5x-fXt1Nk5hC46SQoutxx8HsBokixrfjL3rRjDv_Qsg,8938
|
285
282
|
anyscale/client/openapi_client/models/create_resource_quota.py,sha256=WOly3xraLO5vdgtEs9DeIj9oX9MHZIkQ-_UZYYDu0Pk,9504
|
286
283
|
anyscale/client/openapi_client/models/create_schedule.py,sha256=JMUqz1xn6IUkhow3yTLouhmTzIVJMsF3S6KbGMF7MQQ,8048
|
287
|
-
anyscale/client/openapi_client/models/create_session_from_snapshot_options.py,sha256=38ypHkdaeT7RIb2cXqGtJujVmDvDT9_VsEdpas3iMYY,17144
|
288
|
-
anyscale/client/openapi_client/models/create_session_in_db.py,sha256=OrIQjqJu-pAYuxyOkmv7GNsNFVO-TEGVRE_eRcwDbsY,16107
|
289
|
-
anyscale/client/openapi_client/models/create_session_response.py,sha256=jS4rUO9gYUXRJBG4HstJOkWRRrbPUFolgZpXRrUs5Sg,5196
|
290
284
|
anyscale/client/openapi_client/models/create_user.py,sha256=X0fYOmtGTZdeLBqQPSswW1OKRxOR0WnUs46ts55CJJA,13055
|
291
285
|
anyscale/client/openapi_client/models/create_user_project_collaborator.py,sha256=fVOq4CdWCnUGdcGZ9W1S-GbPRTtdmxsuk1YKMVbRv3c,4754
|
292
286
|
anyscale/client/openapi_client/models/create_user_project_collaborator_value.py,sha256=uhMT0idbt779Oh4m4YjHqwwaIgzXVNHhluBMqqsf0Mk,3614
|
@@ -296,7 +290,6 @@ anyscale/client/openapi_client/models/createcomputetemplateconfig_response.py,sh
|
|
296
290
|
anyscale/client/openapi_client/models/createmachinepoolresponse_response.py,sha256=LlTyOikCkVDwdfwYYmXIHX3uMhjh0FFh1AMUvAaVOkY,3693
|
297
291
|
anyscale/client/openapi_client/models/createmachineresponse_response.py,sha256=mY9w7BwLEaOYAC-lhO88vjr_c8bi4P-gpIYGTCzfuIg,3649
|
298
292
|
anyscale/client/openapi_client/models/createotpreturnapimodel_response.py,sha256=-yGCKneUlIQsSimVNFA8BIpVbX_L9CREhz7rbYmf-II,3671
|
299
|
-
anyscale/client/openapi_client/models/createsessionresponse_response.py,sha256=_C0NHXFcgRBZLVfnTUgXrcfXqH0zBmeWpj-f03no3Vs,3649
|
300
293
|
anyscale/client/openapi_client/models/credit_card_information.py,sha256=Ael5jCvF_GFy5jKGNtAqjwai5TgbIi75wdV7X0eVrOs,9077
|
301
294
|
anyscale/client/openapi_client/models/customer_alert_status.py,sha256=hcvEKv0QHAy-98ENvrud0FfIVHK5Lu6GOC8QDBRfCrU,2890
|
302
295
|
anyscale/client/openapi_client/models/dataplane_services.py,sha256=iPEKAk7R83srccjR0l25YY2pntdf_6IfID-dhDA9v_4,2918
|
@@ -378,10 +371,7 @@ anyscale/client/openapi_client/models/experimental_workspace.py,sha256=_WpXDSNeL
|
|
378
371
|
anyscale/client/openapi_client/models/experimental_workspaces_sort_field.py,sha256=WHOf5Si--4hZoN1NOI8kI6n2Wx0wiSCG56diEGzZMXk,2914
|
379
372
|
anyscale/client/openapi_client/models/experimentalworkspace_list_response.py,sha256=oOmoou73HokkkQfBfCdA7mQxOSF3Ob77owdasRfl3gg,4512
|
380
373
|
anyscale/client/openapi_client/models/experimentalworkspace_response.py,sha256=Udf5K4wvuv_ErA-JDqNAcsh1vRghkaE8yueFxMSEhVM,3649
|
381
|
-
anyscale/client/openapi_client/models/external_service_status.py,sha256=l1enrZAHa7d8U7YnTzGmpEuky6BhGGwDj_Fp7g2gZQw,4409
|
382
|
-
anyscale/client/openapi_client/models/external_service_status_response.py,sha256=WlmLcP2fo7hghfuAUShKokyQhK9xmfN3czgD1vrKwII,9088
|
383
374
|
anyscale/client/openapi_client/models/external_terminal_command.py,sha256=R5kMd76ORJQaKpfmWHMgW_7ccycLykytcv5pcJn09lg,8540
|
384
|
-
anyscale/client/openapi_client/models/externalservicestatusresponse_response.py,sha256=lZ5e8OKtB69mWwnl-THbl4tbuth1FtfR9KGhgNi1_PA,3737
|
385
375
|
anyscale/client/openapi_client/models/feature_flag_response.py,sha256=XEXXNwJbCzkB1f0MlDYKiBomCMWcAepGi3YZ4XbKqe4,3497
|
386
376
|
anyscale/client/openapi_client/models/featureflagresponse_response.py,sha256=yjGDng-Yz0lyS62dJKLM4ie9XBkaBDJAN4H5Qg72TIU,3627
|
387
377
|
anyscale/client/openapi_client/models/fine_tune_type.py,sha256=DyrjELH6kQYE7RZdTcDdHmS28P1X6aa__Q0DGzvv0S0,2832
|
@@ -490,7 +480,6 @@ anyscale/client/openapi_client/models/mini_user.py,sha256=dbXO7_fG4oxFXd5YUXvNEg
|
|
490
480
|
anyscale/client/openapi_client/models/minibuild_list_response.py,sha256=bjOPZtw3kS4eEdJRdDjt3u2MF9cIRkN-tDXaVCE9jfA,4332
|
491
481
|
anyscale/client/openapi_client/models/minicomputetemplate_list_response.py,sha256=u7Ka89pKvGtG0DeoQoky8S-oCsjFzpEbVNhY4PoMINk,4482
|
492
482
|
anyscale/client/openapi_client/models/miniproject_list_response.py,sha256=6v2jJb9CtwaxYgHTGMjj0Vy3fsph2dtLZnD2Rgcb_Qo,4362
|
493
|
-
anyscale/client/openapi_client/models/monitor_logs_extension.py,sha256=ZN4LDoEl98zv8gVJcTkvynctgjIDVF7pAUBBInSLND0,2840
|
494
483
|
anyscale/client/openapi_client/models/nfs_mount_target.py,sha256=UcbO5HIS_bjngFZ94yKCmt93h6lfX8K5Ua3WVjABiU4,4421
|
495
484
|
anyscale/client/openapi_client/models/node_registration_aws.py,sha256=hDvIYhk5Tt-FZWl3dtEzv5vay3-V4LZ9UDOeRq0OAds,5430
|
496
485
|
anyscale/client/openapi_client/models/node_registration_gcp.py,sha256=Sh8FjvGzLzw_1BaRA9Q8lC6GXYPjMHXvr3MrpPRSmhY,3691
|
@@ -610,9 +599,6 @@ anyscale/client/openapi_client/models/session_command.py,sha256=-jCOj9e8El2osefi
|
|
610
599
|
anyscale/client/openapi_client/models/session_command_finish_options.py,sha256=TsILOtI6q81eNdXw7-gLtJPAXBH14WoVVYpkzhmCcbM,6763
|
611
600
|
anyscale/client/openapi_client/models/session_command_id.py,sha256=sbnjJ6XyYn1FakmV2jYF1F007VnITjtg_9Q-D2U_CFw,3407
|
612
601
|
anyscale/client/openapi_client/models/session_command_types.py,sha256=nYeMDVpsFP4nAxOh5iJnWzPFCP9lahvxdZHMK2_Bpog,2908
|
613
|
-
anyscale/client/openapi_client/models/session_describe.py,sha256=1piU2mAEF7oSsltT5AiJhm5hUghKY98x5pwArcQJs5I,5347
|
614
|
-
anyscale/client/openapi_client/models/session_details.py,sha256=FucWGNtKWTU9TKvy6PVW-PG6YJ7VhYDVwgxR3tVBBQc,4298
|
615
|
-
anyscale/client/openapi_client/models/session_history_item.py,sha256=cuP3TuhlsJHAwTZfCAATxp6RjSNsRQIYAcT3XIGbg64,4281
|
616
602
|
anyscale/client/openapi_client/models/session_list_response.py,sha256=uSahaZwTMmriOyi3ab5vZLGqg9op8_NZHCIZA6gDwEc,4302
|
617
603
|
anyscale/client/openapi_client/models/session_response.py,sha256=1_9rNO_Sg0hFcHLvBk8PGE770Tv9Hit8we6T6-dY48A,3495
|
618
604
|
anyscale/client/openapi_client/models/session_ssh_key.py,sha256=JceGwkcPKd81PxSz5rhYNywsqUtm3Fn8_CnStD8yBKw,4391
|
@@ -622,9 +608,6 @@ anyscale/client/openapi_client/models/session_state_data.py,sha256=r3Dn1NjryniF8
|
|
622
608
|
anyscale/client/openapi_client/models/session_stopping_data.py,sha256=JJzsX40809Y2IXtIVrgEx6yXoJwnQwYwPhfaqZkOGLI,4224
|
623
609
|
anyscale/client/openapi_client/models/sessioncommand_list_response.py,sha256=-Ci7HMfzL9PlQyDkA8RTM1jEvt1QcgOFo1xxlakVsEQ,4407
|
624
610
|
anyscale/client/openapi_client/models/sessioncommandid_response.py,sha256=x74buYN5e5ZGMWpMrBHXFwNVQlPKJd4dxtkij_hnzTc,3594
|
625
|
-
anyscale/client/openapi_client/models/sessiondescribe_response.py,sha256=Ujer2LG0p_iUY9eBTlUUB99oLB6EGuEq_lEbo950b94,3583
|
626
|
-
anyscale/client/openapi_client/models/sessiondetails_response.py,sha256=Lh-hoiRP3K7OH4sMvIHCJ7VK1JhWdngBy30QP-Z_uto,3572
|
627
|
-
anyscale/client/openapi_client/models/sessionhistoryitem_list_response.py,sha256=H837Bhwhtj9zzzgftglrPVAtkJuCC3bTkpnItPfDMA8,4467
|
628
611
|
anyscale/client/openapi_client/models/sessions_sort_field.py,sha256=6C7TSxmnELVnK0l9_g3bSb9nV2fCLQroGdsZlTxymDY,2957
|
629
612
|
anyscale/client/openapi_client/models/sessionsshkey_response.py,sha256=z0YT-uC_DYS6kn1C_2Xs6NHR4eMaOkRg05OUd1w02t0,3561
|
630
613
|
anyscale/client/openapi_client/models/show_otp_source_return_api_model.py,sha256=gNK_eO-cTjA-aMCD2-U61psMxVsD4N9DzT6JQlOV1kQ,3642
|
@@ -674,8 +657,6 @@ anyscale/client/openapi_client/models/update_cloud_collaborator.py,sha256=9jWSKG
|
|
674
657
|
anyscale/client/openapi_client/models/update_cloud_with_cloud_resource.py,sha256=6eRMQHPB0s02qJoWvSiuHvtju467k5OsKuufd2Lch2c,5876
|
675
658
|
anyscale/client/openapi_client/models/update_cloud_with_cloud_resource_gcp.py,sha256=qrHjRe0pFdddwx8ZsA6V2mIXjnX6NYBKBQV2GBja6Ck,5941
|
676
659
|
anyscale/client/openapi_client/models/update_cluster_dns.py,sha256=eFCs_MSsb21TPWmPb4MQ67R0bcxfbTaCm2pdKh1FkEw,4575
|
677
|
-
anyscale/client/openapi_client/models/update_compute_template.py,sha256=GcAedNOYkfQ_l1DGNZCB88wBH3gy1VNVM3O_4AfYEFI,4060
|
678
|
-
anyscale/client/openapi_client/models/update_compute_template_config.py,sha256=wsisV5ZwcgLmuJ2876X9VOREpQx7BDsD7BGT0RCs3kg,19443
|
679
660
|
anyscale/client/openapi_client/models/update_machine_pool_request.py,sha256=Pi5R5BzHrIWBUch7t7zifYCXycSpanQLimzpmBOCujg,4778
|
680
661
|
anyscale/client/openapi_client/models/update_organization_collaborator.py,sha256=2PzbKhiVmAAJXq_k-FxIP5ntaVpDQQk4LC7mMEeZfPY,3885
|
681
662
|
anyscale/client/openapi_client/models/update_project_collaborator.py,sha256=xT3k_qmoR_8Fxx9z5KwSxnbR08T2KILf38TAFfRCdZQ,3809
|
@@ -706,7 +687,6 @@ anyscale/client/openapi_client/models/waitlist_status_type.py,sha256=Bmp1_5ti1Jn
|
|
706
687
|
anyscale/client/openapi_client/models/waitliststatusresponse_response.py,sha256=PNNx1b5OjpIA7BVCRoRC_2gH6WuugseukY520qNlYkw,3660
|
707
688
|
anyscale/client/openapi_client/models/wand_b_run_details.py,sha256=nc6gIQyhHO-TjJ2uXNqGKg_q0AfGKCiukFsFGZ_l36g,4443
|
708
689
|
anyscale/client/openapi_client/models/web_terminal.py,sha256=UlXKrr1YuphJEJfy0_jqM7Kdf_jzfZXDxuzGwqM5Id8,3367
|
709
|
-
anyscale/client/openapi_client/models/webterminal_list_response.py,sha256=Nfs_uwfCTJUrMh9GjuETg07gwYRKIIhkxCqKhQIJhHU,4362
|
710
690
|
anyscale/client/openapi_client/models/webterminal_response.py,sha256=KG0tKpUPrAo2hfLMgvz206X6q0vXkHrRzcTNUTwgqr0,3539
|
711
691
|
anyscale/client/openapi_client/models/worker_node_type.py,sha256=XseU2rjirdvOqwCm0BpeRlSNDjn1m-g7-CtK3Sq-h9k,15048
|
712
692
|
anyscale/client/openapi_client/models/workload_info.py,sha256=LLQGnqpARetLifmfG8G45qzfxBK2yi8lkOipllTu74Y,6926
|
@@ -739,7 +719,7 @@ anyscale/cloud/_private/cloud_sdk.py,sha256=xCoAVomOfo75YWZzHMm9TDeL8UUx79Gn1DeE
|
|
739
719
|
anyscale/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
740
720
|
anyscale/commands/aggregated_instance_usage_commands.py,sha256=TRP1X3hdIWbKg9V20VtazlDXsYAeV--M0DH3-Z5tnj4,2293
|
741
721
|
anyscale/commands/auth_commands.py,sha256=X1g6Yu9kqgPb4HLODlZTYEk8G5AVLeyizPIgagWx-p0,1026
|
742
|
-
anyscale/commands/cloud_commands.py,sha256=
|
722
|
+
anyscale/commands/cloud_commands.py,sha256=UxoTORCpBNrT5XkzGtQ_hrXa93vtY4WmRBhaVylUss0,43111
|
743
723
|
anyscale/commands/cloud_commands_util.py,sha256=d-6TSZ_syrGkZ3Fc1uRX6jG4dqYMebNkBNpYLojOJFg,247
|
744
724
|
anyscale/commands/cluster_commands.py,sha256=taNcffyFfqJ1MgOQd0cz9kzRXWFTdp-wfLPM4l_2tBc,13487
|
745
725
|
anyscale/commands/cluster_env_commands.py,sha256=KNWylyE8Ew1sDi7yu2Tp4RLcRu2_KJJJIzVGRyPflJo,3899
|
@@ -779,13 +759,13 @@ anyscale/compute_config/commands.py,sha256=jSU-BemFgr085b7r9-sA2_m63Oa2pN-6GeFJx
|
|
779
759
|
anyscale/compute_config/models.py,sha256=OpHbfeQ9Qpu6mccb2mSbd7T1d68IpaeRZ8ZOPnmlvFg,20701
|
780
760
|
anyscale/compute_config/_private/compute_config_sdk.py,sha256=-puLVidXFURBhskS8qOHHUJV_MwDA2cPgi_9BUlM0dg,17276
|
781
761
|
anyscale/connect_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
782
|
-
anyscale/connect_utils/prepare_cluster.py,sha256=
|
762
|
+
anyscale/connect_utils/prepare_cluster.py,sha256=2QF_yHpXgKuGu3yv89ALTRjyBXjIP4lA9z_x1BgMwxI,41859
|
783
763
|
anyscale/connect_utils/project.py,sha256=LwcGqTQS_mZp6C79NMoMhmcWGR9j2C1Zi1S4PnPNzhQ,12239
|
784
764
|
anyscale/connect_utils/start_interactive_session.py,sha256=DbuIK2wuWofmbwJ9MLbsb7xpLDs8I2TJB6zWsyHXvjI,17446
|
785
765
|
anyscale/controllers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
786
766
|
anyscale/controllers/auth_controller.py,sha256=hDY2sPvUP8pvh8PnlDYH5rCHjQes2v3b_KBVjMbrzeE,5127
|
787
767
|
anyscale/controllers/base_controller.py,sha256=1QFJoScFUV7YTzpKarhwPOc1SvI-xqX3TZmwxKonW6I,1998
|
788
|
-
anyscale/controllers/cloud_controller.py,sha256=
|
768
|
+
anyscale/controllers/cloud_controller.py,sha256=s-KUsjeppIeAfBwKiCSm97WjkSJUHeW4kH-PKgM3Ics,163482
|
789
769
|
anyscale/controllers/cloud_functional_verification_controller.py,sha256=bmRmHS89Pr4m9CxCRLCHiB1FeMOTplnxzo-LdX_uFVQ,33400
|
790
770
|
anyscale/controllers/cluster_controller.py,sha256=Sb5wVjrjpycg5iqmENAVtZ4iy9Kr6kM97_ck-KH85LM,28745
|
791
771
|
anyscale/controllers/cluster_env_controller.py,sha256=JalGzcmnFtMHefYL5U6ijMY3nX6W6BsMEfZSMtgBvtU,8048
|
@@ -1111,10 +1091,10 @@ anyscale/workspace/__init__.py,sha256=Innbm5ZhCyADEVBiYSo_vbpKwUNcMzVSAfxIGKOYe6
|
|
1111
1091
|
anyscale/workspace/commands.py,sha256=b1sqNseoPj-1VXznqQOLe0V_a663bOTvJX-TaOMJa1Y,14590
|
1112
1092
|
anyscale/workspace/models.py,sha256=Ey67KqxdslS51yK7xetbRaFjE8sURAArpf-F38r3cUU,9760
|
1113
1093
|
anyscale/workspace/_private/workspace_sdk.py,sha256=l2baX2BtLX90ZJU3XZpwiDK_xM3SCjvjNv-pr6yUK2o,26938
|
1114
|
-
anyscale-0.26.
|
1115
|
-
anyscale-0.26.
|
1116
|
-
anyscale-0.26.
|
1117
|
-
anyscale-0.26.
|
1118
|
-
anyscale-0.26.
|
1119
|
-
anyscale-0.26.
|
1120
|
-
anyscale-0.26.
|
1094
|
+
anyscale-0.26.18.dist-info/LICENSE,sha256=UOPu974Wzsna6frFv1mu4VrZgNdZT7lbcNPzo5ue3qs,3494
|
1095
|
+
anyscale-0.26.18.dist-info/METADATA,sha256=AmBYvk1TRGhhVeByi1utv2zm-M6CFL6AYEUjNlMSPK4,3160
|
1096
|
+
anyscale-0.26.18.dist-info/NOTICE,sha256=gHqDhSnUYlRXX-mDOL5FtE7774oiKyV_HO80qM3r9Xo,196
|
1097
|
+
anyscale-0.26.18.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
1098
|
+
anyscale-0.26.18.dist-info/entry_points.txt,sha256=NqO18sCZn6zG6J0S38itjcN00s7aE3C3v3k5lMAfCLk,51
|
1099
|
+
anyscale-0.26.18.dist-info/top_level.txt,sha256=g3NVNS8Oh0NZwbFFgeX696C5MZZkS5dqV2NqcsbDRJE,9
|
1100
|
+
anyscale-0.26.18.dist-info/RECORD,,
|
@@ -1,164 +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 ArchivedLogsInfo(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
|
-
'url_head': 'str',
|
37
|
-
'url_get': 'str'
|
38
|
-
}
|
39
|
-
|
40
|
-
attribute_map = {
|
41
|
-
'url_head': 'url_head',
|
42
|
-
'url_get': 'url_get'
|
43
|
-
}
|
44
|
-
|
45
|
-
def __init__(self, url_head=None, url_get=None, local_vars_configuration=None): # noqa: E501
|
46
|
-
"""ArchivedLogsInfo - 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._url_head = None
|
52
|
-
self._url_get = None
|
53
|
-
self.discriminator = None
|
54
|
-
|
55
|
-
self.url_head = url_head
|
56
|
-
self.url_get = url_get
|
57
|
-
|
58
|
-
@property
|
59
|
-
def url_head(self):
|
60
|
-
"""Gets the url_head of this ArchivedLogsInfo. # noqa: E501
|
61
|
-
|
62
|
-
Used to probe when logs are available on s3. # noqa: E501
|
63
|
-
|
64
|
-
:return: The url_head of this ArchivedLogsInfo. # noqa: E501
|
65
|
-
:rtype: str
|
66
|
-
"""
|
67
|
-
return self._url_head
|
68
|
-
|
69
|
-
@url_head.setter
|
70
|
-
def url_head(self, url_head):
|
71
|
-
"""Sets the url_head of this ArchivedLogsInfo.
|
72
|
-
|
73
|
-
Used to probe when logs are available on s3. # noqa: E501
|
74
|
-
|
75
|
-
:param url_head: The url_head of this ArchivedLogsInfo. # noqa: E501
|
76
|
-
:type: str
|
77
|
-
"""
|
78
|
-
if self.local_vars_configuration.client_side_validation and url_head is None: # noqa: E501
|
79
|
-
raise ValueError("Invalid value for `url_head`, must not be `None`") # noqa: E501
|
80
|
-
if (self.local_vars_configuration.client_side_validation and
|
81
|
-
url_head is not None and len(url_head) > 2083):
|
82
|
-
raise ValueError("Invalid value for `url_head`, length must be less than or equal to `2083`") # noqa: E501
|
83
|
-
if (self.local_vars_configuration.client_side_validation and
|
84
|
-
url_head is not None and len(url_head) < 1):
|
85
|
-
raise ValueError("Invalid value for `url_head`, length must be greater than or equal to `1`") # noqa: E501
|
86
|
-
|
87
|
-
self._url_head = url_head
|
88
|
-
|
89
|
-
@property
|
90
|
-
def url_get(self):
|
91
|
-
"""Gets the url_get of this ArchivedLogsInfo. # noqa: E501
|
92
|
-
|
93
|
-
Download link for logs. # noqa: E501
|
94
|
-
|
95
|
-
:return: The url_get of this ArchivedLogsInfo. # noqa: E501
|
96
|
-
:rtype: str
|
97
|
-
"""
|
98
|
-
return self._url_get
|
99
|
-
|
100
|
-
@url_get.setter
|
101
|
-
def url_get(self, url_get):
|
102
|
-
"""Sets the url_get of this ArchivedLogsInfo.
|
103
|
-
|
104
|
-
Download link for logs. # noqa: E501
|
105
|
-
|
106
|
-
:param url_get: The url_get of this ArchivedLogsInfo. # noqa: E501
|
107
|
-
:type: str
|
108
|
-
"""
|
109
|
-
if self.local_vars_configuration.client_side_validation and url_get is None: # noqa: E501
|
110
|
-
raise ValueError("Invalid value for `url_get`, must not be `None`") # noqa: E501
|
111
|
-
if (self.local_vars_configuration.client_side_validation and
|
112
|
-
url_get is not None and len(url_get) > 2083):
|
113
|
-
raise ValueError("Invalid value for `url_get`, length must be less than or equal to `2083`") # noqa: E501
|
114
|
-
if (self.local_vars_configuration.client_side_validation and
|
115
|
-
url_get is not None and len(url_get) < 1):
|
116
|
-
raise ValueError("Invalid value for `url_get`, length must be greater than or equal to `1`") # noqa: E501
|
117
|
-
|
118
|
-
self._url_get = url_get
|
119
|
-
|
120
|
-
def to_dict(self):
|
121
|
-
"""Returns the model properties as a dict"""
|
122
|
-
result = {}
|
123
|
-
|
124
|
-
for attr, _ in six.iteritems(self.openapi_types):
|
125
|
-
value = getattr(self, attr)
|
126
|
-
if isinstance(value, list):
|
127
|
-
result[attr] = list(map(
|
128
|
-
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
129
|
-
value
|
130
|
-
))
|
131
|
-
elif hasattr(value, "to_dict"):
|
132
|
-
result[attr] = value.to_dict()
|
133
|
-
elif isinstance(value, dict):
|
134
|
-
result[attr] = dict(map(
|
135
|
-
lambda item: (item[0], item[1].to_dict())
|
136
|
-
if hasattr(item[1], "to_dict") else item,
|
137
|
-
value.items()
|
138
|
-
))
|
139
|
-
else:
|
140
|
-
result[attr] = value
|
141
|
-
|
142
|
-
return result
|
143
|
-
|
144
|
-
def to_str(self):
|
145
|
-
"""Returns the string representation of the model"""
|
146
|
-
return pprint.pformat(self.to_dict())
|
147
|
-
|
148
|
-
def __repr__(self):
|
149
|
-
"""For `print` and `pprint`"""
|
150
|
-
return self.to_str()
|
151
|
-
|
152
|
-
def __eq__(self, other):
|
153
|
-
"""Returns true if both objects are equal"""
|
154
|
-
if not isinstance(other, ArchivedLogsInfo):
|
155
|
-
return False
|
156
|
-
|
157
|
-
return self.to_dict() == other.to_dict()
|
158
|
-
|
159
|
-
def __ne__(self, other):
|
160
|
-
"""Returns true if both objects are not equal"""
|
161
|
-
if not isinstance(other, ArchivedLogsInfo):
|
162
|
-
return True
|
163
|
-
|
164
|
-
return self.to_dict() != other.to_dict()
|