yr.Config.bypass_datasystem

yr.Config.bypass_datasystem#

Config.bypass_datasystem: bool | None = None#

Process-level override for the default invoke transport. None uses the detected cluster default, True uses inline transport, and False uses the DataSystem path when DataSystem is available. This setting does not determine whether DataSystem APIs are available; that follows cluster capability. The aggregate serialized arguments and aggregate serialized return values of each invocation are each limited to 100 MiB. Exceeding either limit fails with ERR_PARAM_INVALID.