modal 0.73.171__py3-none-any.whl → 0.73.173__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.
- modal/_runtime/container_io_manager.py +11 -6
- modal/client.pyi +2 -2
- modal/functions.pyi +6 -6
- {modal-0.73.171.dist-info → modal-0.73.173.dist-info}/METADATA +1 -1
- {modal-0.73.171.dist-info → modal-0.73.173.dist-info}/RECORD +13 -13
- modal_proto/api.proto +1 -1
- modal_proto/api_pb2.py +712 -712
- modal_proto/api_pb2.pyi +4 -4
- modal_version/_version_generated.py +1 -1
- {modal-0.73.171.dist-info → modal-0.73.173.dist-info}/WHEEL +0 -0
- {modal-0.73.171.dist-info → modal-0.73.173.dist-info}/entry_points.txt +0 -0
- {modal-0.73.171.dist-info → modal-0.73.173.dist-info}/licenses/LICENSE +0 -0
- {modal-0.73.171.dist-info → modal-0.73.173.dist-info}/top_level.txt +0 -0
modal_proto/api_pb2.pyi
CHANGED
@@ -2445,12 +2445,12 @@ class ClusterStats(google.protobuf.message.Message):
|
|
2445
2445
|
|
2446
2446
|
APP_ID_FIELD_NUMBER: builtins.int
|
2447
2447
|
TASK_IDS_FIELD_NUMBER: builtins.int
|
2448
|
-
|
2448
|
+
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
2449
2449
|
STARTED_AT_FIELD_NUMBER: builtins.int
|
2450
2450
|
app_id: builtins.str
|
2451
2451
|
@property
|
2452
2452
|
def task_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
|
2453
|
-
|
2453
|
+
cluster_id: builtins.str
|
2454
2454
|
started_at: builtins.float
|
2455
2455
|
"""Defined as start time of the first task in the cluster"""
|
2456
2456
|
def __init__(
|
@@ -2458,10 +2458,10 @@ class ClusterStats(google.protobuf.message.Message):
|
|
2458
2458
|
*,
|
2459
2459
|
app_id: builtins.str = ...,
|
2460
2460
|
task_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
2461
|
-
|
2461
|
+
cluster_id: builtins.str = ...,
|
2462
2462
|
started_at: builtins.float = ...,
|
2463
2463
|
) -> None: ...
|
2464
|
-
def ClearField(self, field_name: typing_extensions.Literal["app_id", b"app_id", "
|
2464
|
+
def ClearField(self, field_name: typing_extensions.Literal["app_id", b"app_id", "cluster_id", b"cluster_id", "started_at", b"started_at", "task_ids", b"task_ids"]) -> None: ...
|
2465
2465
|
|
2466
2466
|
global___ClusterStats = ClusterStats
|
2467
2467
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|