This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new b2d28a64bb0 Add TFX support in pydoc (#23960)
b2d28a64bb0 is described below
commit b2d28a64bb0837dd97e8be7f97f31f88d380f110
Author: Danny McCormick <[email protected]>
AuthorDate: Fri Nov 11 08:45:14 2022 -0500
Add TFX support in pydoc (#23960)
* Add TFX support in pydoc
* Wording
---
sdks/python/apache_beam/ml/inference/__init__.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/sdks/python/apache_beam/ml/inference/__init__.py
b/sdks/python/apache_beam/ml/inference/__init__.py
index 38b84df489b..0433761ded8 100644
--- a/sdks/python/apache_beam/ml/inference/__init__.py
+++ b/sdks/python/apache_beam/ml/inference/__init__.py
@@ -18,6 +18,11 @@
""" A package with various modules for running inferences and predictions
on models. This package contains support for popular frameworks as well
as an interface for adding unsupported frameworks.
+
+Note: on top of the frameworks captured in submodules below, Beam also has
+a supported TensorFlow model handler via the tfx-bsl library. See
+https://beam.apache.org/documentation/sdks/python-machine-learning/#tensorflow
+for more information on using TensorFlow in Beam.
"""
from apache_beam.ml.inference.base import RunInference