chamikaramj opened a new issue, #23467: URL: https://github.com/apache/beam/issues/23467
### What would you like to happen? Currently, Python RunInference transform takes a [parameterized input/output type](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/ml/inference/base.py#L59) that may or may not be Schema-Aware. This makes it harder to use this transform for cases where we need a Schema-Aware/portable type (for example, Multi-language, SQL). For such cases, the transform may or may not be usable depending on the ModelHandler used. I think we need to update this transform so that users can directly operate on Schema-Aware input/output PCollections. ### Issue Priority Priority: 2 ### Issue Component Component: run-inference -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
