AnandInguva commented on issue #21721: URL: https://github.com/apache/beam/issues/21721#issuecomment-1243816897
@yeandy @ryanthompson591 Do we want the namespace to be defined on `ModelHandler` or `RunInference` transform? Question : - On `ModelHandler`, user can define a namespace while creating the ModelHandler object and can pass this ModelHandler object to the RunInference transform. - What happens when there are two `RunInference` transforms that use the same `ModelHandler` and the two transforms need different namespaces? To solve this, we can move the methods related to namespaces into the `RunInference` base class. -- 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]
