This is an automated email from the ASF dual-hosted git repository.
jrmccluskey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 139724d907c Map TIMSETAMP(12) BQ type -> timestamp-nanos Avro type in
default schemafactory (#37257)
add 815041e0a2d Support for RateLimiter in Beam Remote Model Handler
(#37218)
No new revisions were added by this update.
Summary of changes:
.../examples/inference/rate_limiter_vertex_ai.py | 85 ++++++++++++++++++++++
.../apache_beam/io/components/rate_limiter.py | 40 ++++++++--
sdks/python/apache_beam/ml/inference/base.py | 26 ++++++-
sdks/python/apache_beam/ml/inference/base_test.py | 61 ++++++++++++++++
4 files changed, 206 insertions(+), 6 deletions(-)
create mode 100644
sdks/python/apache_beam/examples/inference/rate_limiter_vertex_ai.py