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 d0223389f47 update RateLimiter execution function name (#37287)
     add be8dfed0530 Bump github.com/aws/aws-sdk-go-v2/config from 1.32.6 to 
1.32.7 in /sdks (#37292)
     add 697d2992aeb feat: Add support for custom prediction routes in Vertex 
AI inference (#37155)
     add e5cac6c73cb Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks (#37291)
     add 3783f5891db Add step to free disk space in workflow (#37246)
     add fdd25a4eeb6 Update trivial inference for Python 3.14 (#37248)
     add 13303461281 Bump Python dev container version (#37293)
     add 752da38e076 Catch breaking import error (#37295)
     add 4dcc27d548e Update users.yml - fix bad role label (#37192)

No new revisions were added by this update.

Summary of changes:
 .github/trigger_files/beam_PostCommit_Python.json  |   5 +-
 ...beam_Python_ValidatesContainer_Dataflow_ARM.yml |   2 +
 infra/iam/users.yml                                |   3 +-
 sdks/go.mod                                        |   4 +-
 sdks/go.sum                                        |   8 +-
 sdks/python/apache_beam/ml/inference/base.py       |   6 +-
 .../vertex_ai_custom_prediction/Dockerfile         |  10 +-
 .../vertex_ai_custom_prediction/README.md          | 103 +++++++++++++++++++++
 .../vertex_ai_custom_prediction/echo_server.py}    |  28 ++++--
 .../ml/inference/vertex_ai_inference.py            |  72 +++++++++++++-
 .../ml/inference/vertex_ai_inference_it_test.py    |  47 ++++++++++
 .../ml/inference/vertex_ai_inference_test.py       |  70 ++++++++++++++
 .../apache_beam/runners/dataflow/internal/names.py |   2 +-
 .../typehints/native_type_compatibility.py         |   2 +-
 .../typehints/native_type_compatibility_test.py    |   2 +-
 sdks/python/apache_beam/typehints/opcodes.py       |  24 ++++-
 .../apache_beam/typehints/trivial_inference.py     |  27 +++++-
 sdks/python/apache_beam/yaml/yaml_ml.py            |   9 ++
 18 files changed, 393 insertions(+), 31 deletions(-)
 copy .test-infra/kubernetes/cassandra/LargeITCluster/setup.sh => 
sdks/python/apache_beam/ml/inference/test_resources/vertex_ai_custom_prediction/Dockerfile
 (84%)
 create mode 100644 
sdks/python/apache_beam/ml/inference/test_resources/vertex_ai_custom_prediction/README.md
 copy sdks/python/apache_beam/{examples/wordcount_dataframe.py => 
ml/inference/test_resources/vertex_ai_custom_prediction/echo_server.py} (63%)

Reply via email to