[
https://issues.apache.org/jira/browse/BEAM-9147?focusedWorklogId=415054&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-415054
]
ASF GitHub Bot logged work on BEAM-9147:
----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Apr/20 21:28
Start Date: 02/Apr/20 21:28
Worklog Time Spent: 10m
Work Description: Ardagan commented on pull request #11261: [BEAM-9147]
Add a VideoIntelligence transform to Java SDK
URL: https://github.com/apache/beam/pull/11261#discussion_r402606094
##########
File path: settings.gradle
##########
@@ -165,3 +165,6 @@ include "beam-test-infra-metrics"
project(":beam-test-infra-metrics").dir = file(".test-infra/metrics")
include "beam-test-tools"
project(":beam-test-tools").dir = file(".test-infra/tools")
+include 'sdks:java:extensions:ml'
Review comment:
move this up to the rest of extensions.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 415054)
Time Spent: 1h (was: 50m)
> [Java] PTransform that integrates Video Intelligence functionality
> ------------------------------------------------------------------
>
> Key: BEAM-9147
> URL: https://issues.apache.org/jira/browse/BEAM-9147
> Project: Beam
> Issue Type: Sub-task
> Components: io-java-gcp
> Reporter: Kamil Wasilewski
> Assignee: MichaĆ Walenia
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The goal is to create a PTransform that integrates Google Cloud Video
> Intelligence functionality [1].
> The transform should be able to take both video GCS location or video data
> bytes as an input.
> A module with the transform should be put into _`sdks/java/extensions`_
> folder.
> [1] [https://cloud.google.com/video-intelligence/]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)