Ryan Thompson created BEAM-14305:
------------------------------------

             Summary: 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


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