You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2020/02/26 17:17:59 UTC

[beam] branch master updated (d634674 -> 911472c)

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