This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch tvalentyn-patch-3
in repository https://gitbox.apache.org/repos/asf/beam.git

commit d60cb4ac612545927727b7d4fe0ad99b7b034f09
Author: tvalentyn <tvalen...@users.noreply.github.com>
AuthorDate: Mon Jul 10 15:19:50 2023 -0700

    Update runinference.md
    
    Add a link to ML docs page.
---
 .../en/documentation/transforms/python/elementwise/runinference.md  | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/website/www/site/content/en/documentation/transforms/python/elementwise/runinference.md
 
b/website/www/site/content/en/documentation/transforms/python/elementwise/runinference.md
index 39db1aa68d3..369b7471442 100644
--- 
a/website/www/site/content/en/documentation/transforms/python/elementwise/runinference.md
+++ 
b/website/www/site/content/en/documentation/transforms/python/elementwise/runinference.md
@@ -29,11 +29,9 @@ limitations under the License.
   </tr>
 </table>
 
-Uses models to do local and remote inference. A `RunInference` transform 
performs inference on a `PCollection` of examples using a machine learning (ML) 
model. The transform outputs a `PCollection` that contains the input examples 
and output predictions.
+Uses models to do local and remote inference. A `RunInference` transform 
performs inference on a `PCollection` of examples using a machine learning (ML) 
model. The transform outputs a `PCollection` that contains the input examples 
and output predictions. Avaliable in Apache Beam 2.40.0 and later versions.
 
-You must have Apache Beam 2.40.0 or later installed to run these pipelines.
-
-See more [RunInference API pipeline 
examples](https://github.com/apache/beam/tree/master/sdks/python/apache_beam/examples/inference).
+For more information, read about Beam RunInference APIs on [Machine Learning 
with 
Python](https://beam.apache.org/documentation/sdks/python-machine-learning) 
page and explore [RunInference API pipeline 
examples](https://github.com/apache/beam/tree/master/sdks/python/apache_beam/examples/inference).
 
 ## Examples
 

Reply via email to