modal 0.73.47__py3-none-any.whl → 0.73.49__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/_functions.py +1 -0
- modal/client.pyi +2 -2
- modal/functions.pyi +6 -6
- {modal-0.73.47.dist-info → modal-0.73.49.dist-info}/METADATA +1 -1
- {modal-0.73.47.dist-info → modal-0.73.49.dist-info}/RECORD +16 -13
- modal_docs/mdmd/__init__.py +1 -0
- modal_docs/mdmd/mdmd.py +195 -0
- modal_docs/mdmd/signatures.py +76 -0
- modal_proto/api.proto +3 -0
- modal_proto/api_pb2.py +504 -504
- modal_proto/api_pb2.pyi +7 -2
- modal_version/_version_generated.py +1 -1
- {modal-0.73.47.dist-info → modal-0.73.49.dist-info}/LICENSE +0 -0
- {modal-0.73.47.dist-info → modal-0.73.49.dist-info}/WHEEL +0 -0
- {modal-0.73.47.dist-info → modal-0.73.49.dist-info}/entry_points.txt +0 -0
- {modal-0.73.47.dist-info → modal-0.73.49.dist-info}/top_level.txt +0 -0
modal_proto/api_pb2.pyi
CHANGED
@@ -4427,6 +4427,7 @@ class FunctionData(google.protobuf.message.Message):
|
|
4427
4427
|
UNTRUSTED_FIELD_NUMBER: builtins.int
|
4428
4428
|
SNAPSHOT_DEBUG_FIELD_NUMBER: builtins.int
|
4429
4429
|
RUNTIME_PERF_RECORD_FIELD_NUMBER: builtins.int
|
4430
|
+
AUTOSCALER_SETTINGS_FIELD_NUMBER: builtins.int
|
4430
4431
|
module_name: builtins.str
|
4431
4432
|
function_name: builtins.str
|
4432
4433
|
function_type: global___Function.FunctionType.ValueType
|
@@ -4478,6 +4479,9 @@ class FunctionData(google.protobuf.message.Message):
|
|
4478
4479
|
"""For internal debugging use only."""
|
4479
4480
|
runtime_perf_record: builtins.bool
|
4480
4481
|
"""For internal debugging use only."""
|
4482
|
+
@property
|
4483
|
+
def autoscaler_settings(self) -> global___AutoscalerSettings:
|
4484
|
+
"""Bundle of parameters related to autoscaling"""
|
4481
4485
|
def __init__(
|
4482
4486
|
self,
|
4483
4487
|
*,
|
@@ -4510,9 +4514,10 @@ class FunctionData(google.protobuf.message.Message):
|
|
4510
4514
|
untrusted: builtins.bool = ...,
|
4511
4515
|
snapshot_debug: builtins.bool = ...,
|
4512
4516
|
runtime_perf_record: builtins.bool = ...,
|
4517
|
+
autoscaler_settings: global___AutoscalerSettings | None = ...,
|
4513
4518
|
) -> None: ...
|
4514
|
-
def HasField(self, field_name: typing_extensions.Literal["X_experimental_proxy_ip", b"X_experimental_proxy_ip", "_experimental_proxy_ip", b"_experimental_proxy_ip", "class_parameter_info", b"class_parameter_info", "schedule", b"schedule", "web_url_info", b"web_url_info", "webhook_config", b"webhook_config"]) -> builtins.bool: ...
|
4515
|
-
def ClearField(self, field_name: typing_extensions.Literal["X_experimental_proxy_ip", b"X_experimental_proxy_ip", "_experimental_buffer_containers", b"_experimental_buffer_containers", "_experimental_custom_scaling", b"_experimental_custom_scaling", "_experimental_enable_gpu_snapshot", b"_experimental_enable_gpu_snapshot", "_experimental_group_size", b"_experimental_group_size", "_experimental_proxy_ip", b"_experimental_proxy_ip", "class_parameter_info", b"class_parameter_info", "concurrency_limit", b"concurrency_limit", "custom_domain_info", b"custom_domain_info", "function_name", b"function_name", "function_type", b"function_type", "is_class", b"is_class", "is_method", b"is_method", "method_definitions", b"method_definitions", "method_definitions_set", b"method_definitions_set", "module_name", b"module_name", "ranked_functions", b"ranked_functions", "runtime_perf_record", b"runtime_perf_record", "schedule", b"schedule", "snapshot_debug", b"snapshot_debug", "task_idle_timeout_secs", b"task_idle_timeout_secs", "timeout_secs", b"timeout_secs", "untrusted", b"untrusted", "use_function_id", b"use_function_id", "use_method_name", b"use_method_name", "warm_pool_size", b"warm_pool_size", "web_url", b"web_url", "web_url_info", b"web_url_info", "webhook_config", b"webhook_config", "worker_id", b"worker_id"]) -> None: ...
|
4519
|
+
def HasField(self, field_name: typing_extensions.Literal["X_experimental_proxy_ip", b"X_experimental_proxy_ip", "_experimental_proxy_ip", b"_experimental_proxy_ip", "autoscaler_settings", b"autoscaler_settings", "class_parameter_info", b"class_parameter_info", "schedule", b"schedule", "web_url_info", b"web_url_info", "webhook_config", b"webhook_config"]) -> builtins.bool: ...
|
4520
|
+
def ClearField(self, field_name: typing_extensions.Literal["X_experimental_proxy_ip", b"X_experimental_proxy_ip", "_experimental_buffer_containers", b"_experimental_buffer_containers", "_experimental_custom_scaling", b"_experimental_custom_scaling", "_experimental_enable_gpu_snapshot", b"_experimental_enable_gpu_snapshot", "_experimental_group_size", b"_experimental_group_size", "_experimental_proxy_ip", b"_experimental_proxy_ip", "autoscaler_settings", b"autoscaler_settings", "class_parameter_info", b"class_parameter_info", "concurrency_limit", b"concurrency_limit", "custom_domain_info", b"custom_domain_info", "function_name", b"function_name", "function_type", b"function_type", "is_class", b"is_class", "is_method", b"is_method", "method_definitions", b"method_definitions", "method_definitions_set", b"method_definitions_set", "module_name", b"module_name", "ranked_functions", b"ranked_functions", "runtime_perf_record", b"runtime_perf_record", "schedule", b"schedule", "snapshot_debug", b"snapshot_debug", "task_idle_timeout_secs", b"task_idle_timeout_secs", "timeout_secs", b"timeout_secs", "untrusted", b"untrusted", "use_function_id", b"use_function_id", "use_method_name", b"use_method_name", "warm_pool_size", b"warm_pool_size", "web_url", b"web_url", "web_url_info", b"web_url_info", "webhook_config", b"webhook_config", "worker_id", b"worker_id"]) -> None: ...
|
4516
4521
|
def WhichOneof(self, oneof_group: typing_extensions.Literal["X_experimental_proxy_ip", b"X_experimental_proxy_ip"]) -> typing_extensions.Literal["_experimental_proxy_ip"] | None: ...
|
4517
4522
|
|
4518
4523
|
global___FunctionData = FunctionData
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|