Skip to content

Commit 2308296

Browse files
authored
Fix istio client (logicalclocks#268)
* fix istio client * Update serving_api.py
1 parent cbb776b commit 2308296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/hsml/core/serving_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def _send_inference_request_via_rest_protocol(
253253
_client._project_id, deployment_instance
254254
)
255255
else:
256-
_client = client.istio_get_instance()
256+
_client = client.istio.get_instance()
257257
if _client is not None:
258258
# use istio client
259259
path_params = self._get_istio_inference_path(deployment_instance)

0 commit comments

Comments
 (0)