jrmccluskey commented on code in PR #36177:
URL: https://github.com/apache/beam/pull/36177#discussion_r2437114078


##########
sdks/python/apache_beam/ml/inference/gemini_inference.py:
##########
@@ -51,11 +54,46 @@ def _retry_on_appropriate_service_error(exception: 
Exception) -> bool:
   return exception.code == 429 or exception.code >= 500
 
 
-def generate_from_string(
+def generate_text_from_string(

Review Comment:
   reverted



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