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

[beam] branch master updated (f9f3159 -> cf3ca68)

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

mwalenia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from f9f3159  Merge pull request #10975: Add KafkaIO support for Confluent Schema Registry to the CHANGEs file
     add cf3ca68  [BEAM-9247] Integrate GCP Vision API functionality (#10959)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                      |   3 +-
 sdks/python/apache_beam/ml/gcp/visionml.py      | 292 ++++++++++++++++++++++++
 sdks/python/apache_beam/ml/gcp/visionml_test.py | 251 ++++++++++++++++++++
 sdks/python/setup.py                            |   3 +-
 4 files changed, 547 insertions(+), 2 deletions(-)
 create mode 100644 sdks/python/apache_beam/ml/gcp/visionml.py
 create mode 100644 sdks/python/apache_beam/ml/gcp/visionml_test.py