yeandy commented on code in PR #21806:
URL: https://github.com/apache/beam/pull/21806#discussion_r897124510
##########
sdks/python/apache_beam/ml/inference/base.py:
##########
@@ -217,6 +225,8 @@ class
RunInference(beam.PTransform[beam.PCollection[ExampleT],
Args:
model_handler: An implementation of ModelHandler.
clock: A clock implementing get_current_time_in_microseconds.
+ extra_kwargs: Extra arguments for models whose inference call requires
+ extra parameters.
Review Comment:
Thanks. Fixed.
--
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]