Skip to content

Commit 34de8ac

Browse files
authored
[HWORKS-888] Improve documentation for gRPC support (logicalclocks#219)
1 parent 69224fa commit 34de8ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/hsml/deployment.py

+1
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ def creator(self):
440440

441441
@property
442442
def api_protocol(self):
443+
"""API protocol enabled in the deployment (e.g., HTTP or GRPC)."""
443444
return self._predictor.api_protocol
444445

445446
@api_protocol.setter

0 commit comments

Comments
 (0)