[ 
https://issues.apache.org/jira/browse/BEAM-14305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on BEAM-14305 started by Andy Ye.
--------------------------------------
> 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
>
> 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)

Reply via email to