This is an automated email from the ASF dual-hosted git repository.
altay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from d634674 Merge pull request #10938: [BEAM-9352] Align version of
transitive jackson dependencies with Beam version
add 911472c [BEAM-9248] Integrate Google Cloud Natural Language
functionality for Python SDK (#10881)
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 1 +
.../python/apache_beam/ml/gcp/naturallanguageml.py | 146 +++++++++++++++++++++
.../apache_beam/ml/gcp/naturallanguageml_test.py | 82 ++++++++++++
sdks/python/setup.py | 3 +-
4 files changed, 231 insertions(+), 1 deletion(-)
create mode 100644 sdks/python/apache_beam/ml/gcp/naturallanguageml.py
create mode 100644 sdks/python/apache_beam/ml/gcp/naturallanguageml_test.py