anyscale 0.26.22__py3-none-any.whl → 0.26.24__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.
Files changed (94) hide show
  1. anyscale/_private/anyscale_client/anyscale_client.py +1 -1
  2. anyscale/_private/anyscale_client/common.py +1 -1
  3. anyscale/_private/docgen/__main__.py +0 -8
  4. anyscale/_private/docgen/models.md +41 -184
  5. anyscale/_private/workload/workload_config.py +1 -1
  6. anyscale/client/README.md +2 -35
  7. anyscale/client/openapi_client/__init__.py +2 -21
  8. anyscale/client/openapi_client/api/default_api.py +275 -1868
  9. anyscale/client/openapi_client/models/__init__.py +2 -21
  10. anyscale/client/openapi_client/models/baseimagesenum.py +68 -1
  11. anyscale/client/openapi_client/models/cloud_data_bucket_file_type.py +2 -1
  12. anyscale/client/openapi_client/models/cloud_deployment.py +2 -2
  13. anyscale/client/openapi_client/models/cloud_deployment_compute_config.py +291 -0
  14. anyscale/client/openapi_client/models/cloud_deployment_selector.py +206 -0
  15. anyscale/client/openapi_client/models/cloud_providers.py +2 -1
  16. anyscale/client/openapi_client/models/compute_template_config.py +61 -34
  17. anyscale/client/openapi_client/models/create_cluster_compute_config.py +59 -31
  18. anyscale/client/openapi_client/models/create_compute_template_config.py +61 -34
  19. anyscale/client/openapi_client/models/create_workspace_from_template.py +3 -2
  20. anyscale/client/openapi_client/models/decorated_compute_template_config.py +61 -34
  21. anyscale/client/openapi_client/models/decorated_session.py +31 -3
  22. anyscale/client/openapi_client/models/supportedbaseimagesenum.py +68 -1
  23. anyscale/client/openapi_client/models/workspace_dataplane_proxied_artifacts.py +31 -3
  24. anyscale/cluster_compute.py +4 -4
  25. anyscale/commands/anyscale_api/sessions_commands.py +1 -70
  26. anyscale/commands/cloud_commands.py +5 -4
  27. anyscale/commands/image_commands.py +2 -2
  28. anyscale/commands/job_commands.py +1 -1
  29. anyscale/commands/service_commands.py +1 -1
  30. anyscale/commands/workspace_commands_v2.py +1 -1
  31. anyscale/connect_utils/prepare_cluster.py +1 -3
  32. anyscale/controllers/cloud_controller.py +12 -6
  33. anyscale/controllers/cloud_functional_verification_controller.py +2 -2
  34. anyscale/image/commands.py +1 -1
  35. anyscale/sdk/anyscale_client/__init__.py +2 -15
  36. anyscale/sdk/anyscale_client/api/default_api.py +1270 -2871
  37. anyscale/sdk/anyscale_client/models/__init__.py +2 -15
  38. anyscale/sdk/anyscale_client/models/baseimagesenum.py +68 -1
  39. anyscale/sdk/anyscale_client/models/cloud_deployment_compute_config.py +291 -0
  40. anyscale/sdk/anyscale_client/models/cloud_deployment_selector.py +206 -0
  41. anyscale/sdk/anyscale_client/models/cloud_providers.py +2 -1
  42. anyscale/sdk/anyscale_client/models/cluster_compute_config.py +61 -34
  43. anyscale/sdk/anyscale_client/models/cluster_services_urls.py +29 -1
  44. anyscale/sdk/anyscale_client/models/compute_template_config.py +61 -34
  45. anyscale/sdk/anyscale_client/models/create_cluster_compute_config.py +59 -31
  46. anyscale/sdk/anyscale_client/models/session.py +31 -3
  47. anyscale/sdk/anyscale_client/models/supportedbaseimagesenum.py +68 -1
  48. anyscale/shared_anyscale_utils/latest_ray_version.py +1 -1
  49. anyscale/shared_anyscale_utils/utils/id_gen.py +3 -1
  50. anyscale/version.py +1 -1
  51. anyscale/workspace/models.py +1 -1
  52. {anyscale-0.26.22.dist-info → anyscale-0.26.24.dist-info}/METADATA +1 -1
  53. {anyscale-0.26.22.dist-info → anyscale-0.26.24.dist-info}/RECORD +58 -90
  54. anyscale/client/openapi_client/models/bank_account_information.py +0 -239
  55. anyscale/client/openapi_client/models/billing_information.py +0 -181
  56. anyscale/client/openapi_client/models/credit_card_information.py +0 -268
  57. anyscale/client/openapi_client/models/decoratedunifiedjob_response.py +0 -121
  58. anyscale/client/openapi_client/models/invoice.py +0 -413
  59. anyscale/client/openapi_client/models/invoice_list_response.py +0 -147
  60. anyscale/client/openapi_client/models/invoice_status.py +0 -102
  61. anyscale/client/openapi_client/models/invoices_query.py +0 -150
  62. anyscale/client/openapi_client/models/log_stream.py +0 -151
  63. anyscale/client/openapi_client/models/logstream_response.py +0 -121
  64. anyscale/client/openapi_client/models/miniproject_list_response.py +0 -147
  65. anyscale/client/openapi_client/models/organization_project_collaborator.py +0 -175
  66. anyscale/client/openapi_client/models/organization_project_collaborator_value.py +0 -148
  67. anyscale/client/openapi_client/models/organizationprojectcollaborator_list_response.py +0 -147
  68. anyscale/client/openapi_client/models/product_type.py +0 -100
  69. anyscale/client/openapi_client/models/service_usage.py +0 -353
  70. anyscale/client/openapi_client/models/templatized_compute_configs.py +0 -202
  71. anyscale/client/openapi_client/models/templatized_decorated_application_templates.py +0 -202
  72. anyscale/client/openapi_client/models/templatizedcomputeconfigs_response.py +0 -121
  73. anyscale/client/openapi_client/models/templatizeddecoratedapplicationtemplates_response.py +0 -121
  74. anyscale/client/openapi_client/models/write_session.py +0 -147
  75. anyscale/sdk/anyscale_client/models/build_list_response.py +0 -147
  76. anyscale/sdk/anyscale_client/models/build_log_response.py +0 -123
  77. anyscale/sdk/anyscale_client/models/buildlogresponse_response.py +0 -121
  78. anyscale/sdk/anyscale_client/models/compute_template_query.py +0 -316
  79. anyscale/sdk/anyscale_client/models/computetemplate_list_response.py +0 -147
  80. anyscale/sdk/anyscale_client/models/create_build.py +0 -263
  81. anyscale/sdk/anyscale_client/models/create_compute_template.py +0 -229
  82. anyscale/sdk/anyscale_client/models/create_compute_template_config.py +0 -464
  83. anyscale/sdk/anyscale_client/models/session_list_response.py +0 -147
  84. anyscale/sdk/anyscale_client/models/sessions_query.py +0 -206
  85. anyscale/sdk/anyscale_client/models/start_session_options.py +0 -206
  86. anyscale/sdk/anyscale_client/models/terminate_session_options.py +0 -206
  87. anyscale/sdk/anyscale_client/models/update_compute_template.py +0 -146
  88. anyscale/sdk/anyscale_client/models/update_compute_template_config.py +0 -464
  89. anyscale/sdk/anyscale_client/models/update_session.py +0 -150
  90. {anyscale-0.26.22.dist-info → anyscale-0.26.24.dist-info}/LICENSE +0 -0
  91. {anyscale-0.26.22.dist-info → anyscale-0.26.24.dist-info}/NOTICE +0 -0
  92. {anyscale-0.26.22.dist-info → anyscale-0.26.24.dist-info}/WHEEL +0 -0
  93. {anyscale-0.26.22.dist-info → anyscale-0.26.24.dist-info}/entry_points.txt +0 -0
  94. {anyscale-0.26.22.dist-info → anyscale-0.26.24.dist-info}/top_level.txt +0 -0
@@ -1,150 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Anyscale 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 anyscale_client.configuration import Configuration
19
-
20
-
21
- class UpdateSession(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
- 'cluster_config': 'str',
37
- 'idle_timeout': 'int'
38
- }
39
-
40
- attribute_map = {
41
- 'cluster_config': 'cluster_config',
42
- 'idle_timeout': 'idle_timeout'
43
- }
44
-
45
- def __init__(self, cluster_config=None, idle_timeout=None, local_vars_configuration=None): # noqa: E501
46
- """UpdateSession - 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._cluster_config = None
52
- self._idle_timeout = None
53
- self.discriminator = None
54
-
55
- if cluster_config is not None:
56
- self.cluster_config = cluster_config
57
- if idle_timeout is not None:
58
- self.idle_timeout = idle_timeout
59
-
60
- @property
61
- def cluster_config(self):
62
- """Gets the cluster_config of this UpdateSession. # noqa: E501
63
-
64
- DEPRECATED: You cannot provide cluster_configs directly to Anyscale clusters. New cluster config to apply to the Session on update action. # noqa: E501
65
-
66
- :return: The cluster_config of this UpdateSession. # noqa: E501
67
- :rtype: str
68
- """
69
- return self._cluster_config
70
-
71
- @cluster_config.setter
72
- def cluster_config(self, cluster_config):
73
- """Sets the cluster_config of this UpdateSession.
74
-
75
- DEPRECATED: You cannot provide cluster_configs directly to Anyscale clusters. New cluster config to apply to the Session on update action. # noqa: E501
76
-
77
- :param cluster_config: The cluster_config of this UpdateSession. # noqa: E501
78
- :type: str
79
- """
80
-
81
- self._cluster_config = cluster_config
82
-
83
- @property
84
- def idle_timeout(self):
85
- """Gets the idle_timeout of this UpdateSession. # noqa: E501
86
-
87
- Idle timeout (in minutes) # noqa: E501
88
-
89
- :return: The idle_timeout of this UpdateSession. # noqa: E501
90
- :rtype: int
91
- """
92
- return self._idle_timeout
93
-
94
- @idle_timeout.setter
95
- def idle_timeout(self, idle_timeout):
96
- """Sets the idle_timeout of this UpdateSession.
97
-
98
- Idle timeout (in minutes) # noqa: E501
99
-
100
- :param idle_timeout: The idle_timeout of this UpdateSession. # noqa: E501
101
- :type: int
102
- """
103
-
104
- self._idle_timeout = idle_timeout
105
-
106
- def to_dict(self):
107
- """Returns the model properties as a dict"""
108
- result = {}
109
-
110
- for attr, _ in six.iteritems(self.openapi_types):
111
- value = getattr(self, attr)
112
- if isinstance(value, list):
113
- result[attr] = list(map(
114
- lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
115
- value
116
- ))
117
- elif hasattr(value, "to_dict"):
118
- result[attr] = value.to_dict()
119
- elif isinstance(value, dict):
120
- result[attr] = dict(map(
121
- lambda item: (item[0], item[1].to_dict())
122
- if hasattr(item[1], "to_dict") else item,
123
- value.items()
124
- ))
125
- else:
126
- result[attr] = value
127
-
128
- return result
129
-
130
- def to_str(self):
131
- """Returns the string representation of the model"""
132
- return pprint.pformat(self.to_dict())
133
-
134
- def __repr__(self):
135
- """For `print` and `pprint`"""
136
- return self.to_str()
137
-
138
- def __eq__(self, other):
139
- """Returns true if both objects are equal"""
140
- if not isinstance(other, UpdateSession):
141
- return False
142
-
143
- return self.to_dict() == other.to_dict()
144
-
145
- def __ne__(self, other):
146
- """Returns true if both objects are not equal"""
147
- if not isinstance(other, UpdateSession):
148
- return True
149
-
150
- return self.to_dict() != other.to_dict()