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

tvalentyn 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 0a85f0e6762 Update runinference.md (#27440)
0a85f0e6762 is described below

commit 0a85f0e67624c4e201287d20d6764a97e11a7cb6
Author: tvalentyn <[email protected]>
AuthorDate: Tue Jul 11 09:11:29 2023 -0600

    Update runinference.md (#27440)
---
 .../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