AnandInguva commented on code in PR #23024: URL: https://github.com/apache/beam/pull/23024#discussion_r962193727
########## sdks/python/apache_beam/ml/inference/base.py: ########## @@ -70,7 +70,7 @@ PredictionResult.__doc__ = """A NamedTuple containing both input and output from the inference.""" PredictionResult.example.__doc__ = """The input example.""" -PredictionResult.inference.__doc__ = """Results for the inference on the model +PredictionResult.inference.__doc__ = """Results fo r the inference on the model Review Comment: Will remove this once this PR gets LGTM -- 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]
