You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2022/04/14 17:53:00 UTC

[jira] [Assigned] (BEAM-14305) Add call in RunInference API

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

Kenneth Knowles reassigned BEAM-14305:
--------------------------------------

    Assignee: Ryan Thompson

> 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: Ryan Thompson
>            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)