[
https://issues.apache.org/jira/browse/BEAM-14305?focusedWorklogId=757199&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-757199
]
ASF GitHub Bot logged work on BEAM-14305:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Apr/22 20:13
Start Date: 14/Apr/22 20:13
Worklog Time Spent: 10m
Work Description: yeandy commented on PR #17377:
URL: https://github.com/apache/beam/pull/17377#issuecomment-1099583830
R: @ryanthompson591
Issue Time Tracking
-------------------
Worklog Id: (was: 757199)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> 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.1#820001)