AnandInguva commented on code in PR #29304:
URL: https://github.com/apache/beam/pull/29304#discussion_r1385160322
##########
examples/notebooks/beam-ml/custom_remote_inference.ipynb:
##########
@@ -60,6 +60,7 @@
"To reduce the number of steps that you need to take, RunInference
supports features like batching. For more infomation about the RunInference
API, review the [RunInference
API](https://beam.apache.org/releases/pydoc/current/apache_beam.ml.inference.html#apache_beam.ml.inference.RunInference),\n",
"which demonstrates how to implement model inference in PyTorch,
scikit-learn, and TensorFlow.\n",
"\n",
+ "There is
[VertexAIModelHandlerJson](https://github.com/apache/beam/blob/1c24bc94c9ae5cf93dc129e657964858d4aafc67/sdks/python/apache_beam/ml/inference/vertex_ai_inference.py#L61)
which is used to make remote inference calls to VertexAI. In this notebook, we
will make custom `ModelHandler` to do remote inference calls using CloudVision
API.\n",
Review Comment:
Modified it to master
--
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]