TheNeuralBit commented on code in PR #21806:
URL: https://github.com/apache/beam/pull/21806#discussion_r897018804


##########
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:
   I think that PythonDocs PreCommit is unhappy with the indentation here (not 
sure though). You should be able to reproduce the failure locally with `tox -e 
py38-docs` to test a fix.



-- 
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]

Reply via email to