This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git
from ef0a03c90b2 Flink 2.0 support (#37175)
add 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)
add 21c0842a322 Add note about providers to yaml jinja section.
add 38c88a8df5f Merge pull request #37263 Add note about providers to yaml
jinja section.
add 8801afdbd32 Update to upstream caller (#37270)
No new revisions were added by this update.
Summary of changes:
.../license_scripts/pull_licenses_java.py | 14 +++-
.../sdk/io/gcp/bigquery/BigQueryAvroUtils.java | 12 ++-
.../io/gcp/bigquery/BigQueryTimestampPicosIT.java | 23 ++++--
.../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 ++++++++++++++++
.../www/site/content/en/documentation/sdks/yaml.md | 2 +
8 files changed, 245 insertions(+), 18 deletions(-)
create mode 100644
sdks/python/apache_beam/examples/inference/rate_limiter_vertex_ai.py