[
https://issues.apache.org/jira/browse/BEAM-14305?focusedWorklogId=758744&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-758744
]
ASF GitHub Bot logged work on BEAM-14305:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Apr/22 18:29
Start Date: 19/Apr/22 18:29
Worklog Time Spent: 10m
Work Description: tvalentyn merged PR #17377:
URL: https://github.com/apache/beam/pull/17377
Issue Time Tracking
-------------------
Worklog Id: (was: 758744)
Time Spent: 1h 10m (was: 1h)
> Add call in RunInference API
> ----------------------------
>
> Key: BEAM-14305
> URL: https://issues.apache.org/jira/browse/BEAM-14305
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Ryan Thompson
> Assignee: Andy Ye
> Priority: P2
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Right now beam.ml.inference.api.RunInference does not call anything and is an
> empty API.
>
> It should call base.RunInference.
>
> We should also investigate changing the api to work more like a transform.
>
> Right now it might look like this:
> api.RunInference(pcollection, modelLoader)
>
> but we might want it to follow other transforms and have it run like this:
>
> pcollection | api.RunInference(modelLoader)
--
This message was sent by Atlassian Jira
(v8.20.7#820007)