We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d9f71 commit b9ae2d8Copy full SHA for b9ae2d8
sdks/python/apache_beam/ml/inference/vertex_ai_inference.py
@@ -228,9 +228,8 @@ def request(
228
return utils._convert_to_result(
229
batch, prediction.predictions, prediction.deployed_model_id)
230
231
- def _parse_invoke_response(
232
- self, batch: Sequence[Any],
233
- response: bytes) -> Iterable[PredictionResult]:
+ def _parse_invoke_response(self, batch: Sequence[Any],
+ response: bytes) -> Iterable[PredictionResult]:
234
"""Parses the response from Endpoint.invoke() into PredictionResults.
235
236
Args:
0 commit comments