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 a76a62d Merge pull request #10890 from apache/aaltay-patch-1
add efe193e [BEAM-9146] Integrate GCP Video Intelligence functionality
for Python SDK (#10764)
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 1 +
sdks/python/apache_beam/ml/__init__.py | 33 ++-
sdks/python/apache_beam/ml/gcp/__init__.py | 33 ++-
.../apache_beam/ml/gcp/videointelligenceml.py | 230 +++++++++++++++++++++
.../apache_beam/ml/gcp/videointelligenceml_test.py | 208 +++++++++++++++++++
sdks/python/setup.py | 2 +
6 files changed, 473 insertions(+), 34 deletions(-)
create mode 100644 sdks/python/apache_beam/ml/gcp/videointelligenceml.py
create mode 100644 sdks/python/apache_beam/ml/gcp/videointelligenceml_test.py