You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/08/08 18:54:36 UTC

[beam] branch users/damccorm/ml-changesmd created (now 0c977090ec9)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch users/damccorm/ml-changesmd
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 0c977090ec9 Add MLTransform and Vertex Private endpoints to CHANGES.md

This branch includes the following new commits:

     new 0c977090ec9 Add MLTransform and Vertex Private endpoints to CHANGES.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Add MLTransform and Vertex Private endpoints to CHANGES.md

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/ml-changesmd
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 0c977090ec9e5c2b7b0dbef9767d0b73c06938e4
Author: Danny McCormick <da...@google.com>
AuthorDate: Tue Aug 8 14:54:29 2023 -0400

    Add MLTransform and Vertex Private endpoints to CHANGES.md
---
 CHANGES.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 7e46c2ec1c4..c13f6f70f5c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -73,6 +73,8 @@
   * See https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/runners/prism/README.md for the goals and features of Prism.
 * Hugging Face Model Handler for RunInference added to Python SDK. ([#26632](https://github.com/apache/beam/pull/26632))
 * Hugging Face Pipelines support for RunInference added to Python SDK. ([#27399](https://github.com/apache/beam/pull/27399))
+* Vertex AI Model Handler for RunInference now supports private endpoints ([#27696](https://github.com/apache/beam/pull/27696))
+* MLTransform transform added with support for common ML pre/postprocessing operations ([#26795](https://github.com/apache/beam/pull/26795))
 * Upgraded the Kryo extension for the Java SDK to Kryo 5.5.0. This brings in bug fixes, performance improvements, and serialization of Java 14 records. ([#27635](https://github.com/apache/beam/issues/27635))
 
 ## Breaking Changes