apache_beam.runners.interactive.options.capture_limiters module¶
Module to condition how Interactive Beam stops capturing data.
For internal use only; no backwards-compatibility guarantees.
-
class
apache_beam.runners.interactive.options.capture_limiters.
Limiter
[source]¶ Bases:
object
Limits an aspect of the caching layer.
-
class
apache_beam.runners.interactive.options.capture_limiters.
SizeLimiter
(size_limit)[source]¶ Bases:
apache_beam.runners.interactive.options.capture_limiters.Limiter
Limits the cache size to a specified byte limit.
-
class
apache_beam.runners.interactive.options.capture_limiters.
DurationLimiter
(duration_limit)[source]¶ Bases:
apache_beam.runners.interactive.options.capture_limiters.Limiter
Limits the duration of the capture.