yellowdog-sdk 11.0.0__py3-none-any.whl → 11.2.0__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.
@@ -1 +1 @@
1
- __version__ = '11.0.0' # YEL-13643
1
+ __version__ = '11.2.0' # YEL-13439
@@ -32,6 +32,7 @@ class AwsFleetComputeSource(AwsComputeSource):
32
32
  statusMessage: Optional[str] = field(default=None, init=False)
33
33
  exhaustion: Optional[ComputeSourceExhaustion] = field(default=None, init=False)
34
34
  supportingResourceCreated: Optional[bool] = field(default=None, init=False)
35
+ rootDeviceName: Optional[str] = field(default=None, init=False)
35
36
  name: str
36
37
  credential: str
37
38
  region: str
@@ -50,6 +51,7 @@ class AwsFleetComputeSource(AwsComputeSource):
50
51
  """The ID of the subnet to use for the provisioned instances."""
51
52
  userData: Optional[str] = None
52
53
  instanceTags: Optional[Dict[str, str]] = None
54
+ bootVolumeSizeGb: Optional[int] = None
53
55
  iamInstanceProfileArn: Optional[str] = None
54
56
  """The ARN of the IAM Instance Profile to use for the provisioned instances."""
55
57
  keyName: Optional[str] = None
@@ -26,6 +26,7 @@ class AwsInstancesComputeSource(AwsComputeSource):
26
26
  statusMessage: Optional[str] = field(default=None, init=False)
27
27
  exhaustion: Optional[ComputeSourceExhaustion] = field(default=None, init=False)
28
28
  supportingResourceCreated: Optional[bool] = field(default=None, init=False)
29
+ rootDeviceName: Optional[str] = field(default=None, init=False)
29
30
  name: str
30
31
  credential: str
31
32
  region: str
@@ -42,6 +43,7 @@ class AwsInstancesComputeSource(AwsComputeSource):
42
43
  """The ID of the subnet to use for the provisioned instances."""
43
44
  userData: Optional[str] = None
44
45
  instanceTags: Optional[Dict[str, str]] = None
46
+ bootVolumeSizeGb: Optional[int] = None
45
47
  iamInstanceProfileArn: Optional[str] = None
46
48
  """The ARN of the IAM Instance Profile to use for the provisioned instances."""
47
49
  keyName: Optional[str] = None
@@ -1,6 +1,6 @@
1
1
  from dataclasses import dataclass, field
2
2
  from datetime import datetime, timedelta
3
- from typing import Optional
3
+ from typing import List, Optional
4
4
 
5
5
  from .identified import Identified
6
6
  from .named import Named
@@ -27,7 +27,14 @@ class TaskGroup(Identified, Named, Tagged):
27
27
  priority: float = 0
28
28
  """The task group priority."""
29
29
  dependentOn: Optional[str] = None
30
- """The name of another task group within the same WorkRequirement that must be successfully completed before the task group is started."""
30
+ """
31
+ The name of another task group within the same WorkRequirement that must be successfully completed before the task group is started.
32
+
33
+ @deprecated use #dependencies instead
34
+ """
35
+
36
+ dependencies: Optional[List[str]] = None
37
+ """The names of other task groups within the same WorkRequirement that must be successfully completed before the task group is started."""
31
38
  starved: bool = False
32
39
  """Indicates if the task group is unable to claim any workers."""
33
40
  waitingOnDependency: bool = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yellowdog-sdk
3
- Version: 11.0.0
3
+ Version: 11.2.0
4
4
  Summary: SDK for the YellowDog Platform
5
5
  Author-email: YellowDog Limited <support@yellowdog.co>
6
6
  Project-URL: Homepage, https://yellowdog.co
@@ -1,6 +1,6 @@
1
1
  __init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  yellowdog_client/__init__.py,sha256=xHGTw5UbjkeEl_hC8_gJCacfji6462qJWD1nvJdFssE,13162
3
- yellowdog_client/_version.py,sha256=woGvMtZ-ofaD-N6s1ryptCE1U1EIkVb1-beyfatJhrk,35
3
+ yellowdog_client/_version.py,sha256=oPQnQh-UkT7GrfQR1QGShIlgZrP1oiLuHqkxGWPEPMo,35
4
4
  yellowdog_client/client_collection.py,sha256=VSEzjf6iR1qCQ0YGLyDq_Kgvw8r832QDwTp6-MLB4Vs,388
5
5
  yellowdog_client/platform_client.py,sha256=yCzKsOQKllnfzwP9bG-JGtvOdvY7EaEQzFsgX3ERzVY,7476
6
6
  yellowdog_client/account/__init__.py,sha256=DiLL3uSMyVlAKWsncX0k5Ioc2hw87HQoEkSYO0ro0fg,456
@@ -88,7 +88,7 @@ yellowdog_client/model/aws_capacity_reservation.py,sha256=uzfqnLT5qhrDeaQpE_oy12
88
88
  yellowdog_client/model/aws_capacity_reservation_preference.py,sha256=kB_bGTdD8VXYxkG97k38P4RLG30KmUuIOmEI32BnuzE,224
89
89
  yellowdog_client/model/aws_compute_source.py,sha256=rHxDoWM0az9wp9Cvxn4lvISYJgt6VwqjTKZkb_FyaaY,330
90
90
  yellowdog_client/model/aws_credential.py,sha256=fzMT9bUiHEaQCKyRQCyqrh0di3jKta-wIABbQyU4N3w,770
91
- yellowdog_client/model/aws_fleet_compute_source.py,sha256=bdNnah5HtIIg_Lx3pOh32leBJHezHsGbp2IYR6Phb14,4877
91
+ yellowdog_client/model/aws_fleet_compute_source.py,sha256=AOyqN0p3kDsrY-8SWH-TS2QJcik-tmA2ffsEiH3um3g,4988
92
92
  yellowdog_client/model/aws_fleet_instance_override.py,sha256=SaQhKm7i_KYzovZ3Ou8djgq1KLAo2NlL5lnfapgBPvc,537
93
93
  yellowdog_client/model/aws_fleet_on_demand_allocation_strategy.py,sha256=CS1oTf-BeKu3yRtUSuZn-rBgeuPTqu2wn47lulxq0vE,628
94
94
  yellowdog_client/model/aws_fleet_on_demand_options.py,sha256=DSVCB7KaX1-dMZSqSVdxjHH2QUCJHKjlWrO_WZ0b1fs,1092
@@ -96,7 +96,7 @@ yellowdog_client/model/aws_fleet_purchase_option.py,sha256=Wb-DXkWgp9L-Akuu92xkp
96
96
  yellowdog_client/model/aws_fleet_spot_allocation_strategy.py,sha256=RJDX7BVRdUgZepG23t-X7NnoslEdo7luRsPH6GbWjYs,875
97
97
  yellowdog_client/model/aws_fleet_spot_options.py,sha256=8KKlTgYfPOBE3ERM3nT-jIDpgfjtSc_5RnkiGGVNMas,1292
98
98
  yellowdog_client/model/aws_instance.py,sha256=n-HqqJ5PN9vPCzDE0QFZfcJfMC-NJ-idXwAH9rD--30,1865
99
- yellowdog_client/model/aws_instances_compute_source.py,sha256=MnfSSRp1Bxky1Bx_8ueVnGpDVBEouNsynFkqB8aCaZ8,4555
99
+ yellowdog_client/model/aws_instances_compute_source.py,sha256=v0UK0LgZpXOYqYXHkiWDlL8FyCPGh2jgZq1uEANWnVU,4666
100
100
  yellowdog_client/model/aws_network_interface_type.py,sha256=1PZ0l1KNfyQNVU5m9sRbyxOmxT6YZAyjvRfCMg4Q_uE,371
101
101
  yellowdog_client/model/aws_placement_group.py,sha256=iPtjq-__iIoUVRjxjXSiaEspVU48d-5zAcG1F_11ZQA,170
102
102
  yellowdog_client/model/aws_secondary_network_interface.py,sha256=ymdwZqs8b6Vcaz6EBk0ZL2a3PLGrx-9YrMQsVgilTRk,598
@@ -329,7 +329,7 @@ yellowdog_client/model/task_data_output.py,sha256=8DAPuveK43HxWBQE7--n4E_c115gAz
329
329
  yellowdog_client/model/task_error.py,sha256=9aW_ZJ0WkQjUSbpasXBtc0Wj4iu4-70Mf3jtmeiUx2k,639
330
330
  yellowdog_client/model/task_error_matcher.py,sha256=idOfRZllKDlqe8Wq2GMjEaYhLLrAmd7Hai5Dr5BJMd0,291
331
331
  yellowdog_client/model/task_error_type.py,sha256=3JDxDu8_f_eQdoB_Y1xuVW4N_leSoJAGn5OjcU4X3e0,701
332
- yellowdog_client/model/task_group.py,sha256=9hwk6KS68QpdcNDhhGv3bqaZOxuCT3J22GF5JYJ_S8E,2073
332
+ yellowdog_client/model/task_group.py,sha256=29t6oxZda_P0VtnUlzQn0o8An38cD0B4jbwGiVKIqCE,2321
333
333
  yellowdog_client/model/task_group_status.py,sha256=7wAEOvZzq07P_0vTP0NejmDLS-MifGWO5WLlu_5OdZg,1722
334
334
  yellowdog_client/model/task_input.py,sha256=d3U32xhgHdEWtSu5uSjjsLniD9dXoNeIVsyl1BeZqlw,1975
335
335
  yellowdog_client/model/task_input_source.py,sha256=Zr_p6dT0WMdMCcS2boGxPunFIa8CJB9hFguJwV85-IA,423
@@ -465,8 +465,8 @@ yellowdog_client/usage/__init__.py,sha256=XQwRJqTdxKZa1QUTsxBEL0TqQJeQHGyPklFeqc
465
465
  yellowdog_client/usage/allowances_client.py,sha256=H6n63jXjT4OwuWJgFUXSjSmvGTZz9uspy3kj3upinaA,1337
466
466
  yellowdog_client/usage/allowances_client_impl.py,sha256=nQPnSzJKhL3WvyCn5fmiDkwE84xZryH9YvV5Z1GjU4M,2061
467
467
  yellowdog_client/usage/allowances_service_proxy.py,sha256=uO6LWnpjIzUcZTGdOxPXn7SyYX7NMRqO5KUiHUGr490,1320
468
- yellowdog_sdk-11.0.0.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
469
- yellowdog_sdk-11.0.0.dist-info/METADATA,sha256=eDQ38MQIrcLFsPdkPV5K9Be6zADXT728yEJdD7dIe2c,3239
470
- yellowdog_sdk-11.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
471
- yellowdog_sdk-11.0.0.dist-info/top_level.txt,sha256=6PH16DcoqpYHhQ5A0UJOjf0tg-1rTrNC9C2CLqCMuFo,26
472
- yellowdog_sdk-11.0.0.dist-info/RECORD,,
468
+ yellowdog_sdk-11.2.0.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
469
+ yellowdog_sdk-11.2.0.dist-info/METADATA,sha256=t-q0tR_wvKo_2gzqcPKXPmboTaR7wJQYmwWwr_oeF50,3239
470
+ yellowdog_sdk-11.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
471
+ yellowdog_sdk-11.2.0.dist-info/top_level.txt,sha256=6PH16DcoqpYHhQ5A0UJOjf0tg-1rTrNC9C2CLqCMuFo,26
472
+ yellowdog_sdk-11.2.0.dist-info/RECORD,,