This is an automated email from the ASF dual-hosted git repository.
anandinguva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 12eee95e741 Bump timeout of PostCommit Java PVR Spark3 Streaming to 3h
(#30356)
add bd7ed76281a Add TensorflowHub embeddings to MLTransform (#30289)
No new revisions were added by this update.
Summary of changes:
.../ml/transforms/embeddings/tensorflow_hub.py | 134 ++++++++++++++++
.../transforms/embeddings/tensorflow_hub_test.py | 176 +++++++++++++++++++++
sdks/python/scripts/generate_pydoc.sh | 2 +-
sdks/python/test-suites/tox/py38/build.gradle | 10 ++
sdks/python/tox.ini | 14 ++
5 files changed, 335 insertions(+), 1 deletion(-)
create mode 100644
sdks/python/apache_beam/ml/transforms/embeddings/tensorflow_hub.py
create mode 100644
sdks/python/apache_beam/ml/transforms/embeddings/tensorflow_hub_test.py