ryanthompson591 commented on code in PR #17508:
URL: https://github.com/apache/beam/pull/17508#discussion_r876146148


##########
sdks/python/apache_beam/ml/inference/api.py:
##########
@@ -38,6 +38,9 @@ class PredictionResult:
 @beam.typehints.with_output_types(Union[PredictionResult, Tuple[_K, 
PredictionResult]])  # pylint: disable=line-too-long
 class RunInference(beam.PTransform):
   """
+  NOTE: This API and its implementation are under development and
+  do not promise backward compatibility.

Review Comment:
   Got sidetracked with an important project. I'd hoped to get this into the 
release version.



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