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


##########
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:
   nit: "provide backward compatibility guarantees"
   
   Should we add this note directly on the implementations too?



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