[
https://issues.apache.org/jira/browse/BEAM-14305?focusedWorklogId=757186&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-757186
]
ASF GitHub Bot logged work on BEAM-14305:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Apr/22 19:53
Start Date: 14/Apr/22 19:53
Worklog Time Spent: 10m
Work Description: asf-ci commented on PR #17377:
URL: https://github.com/apache/beam/pull/17377#issuecomment-1099570174
Can one of the admins verify this patch?
Issue Time Tracking
-------------------
Worklog Id: (was: 757186)
Time Spent: 20m (was: 10m)
> 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: 20m
> 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)