We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ad862 commit 1a61d2cCopy full SHA for 1a61d2c
ts/context.py
@@ -8,7 +8,7 @@
8
class Context(object):
9
"""
10
Context stores model relevant worker information
11
- Some fixed during load times and some
+ Some fixed during load times and some set by the service
12
13
14
def __init__(
@@ -39,7 +39,7 @@ def __init__(
39
self._limit_max_image_pixels = True
40
self.metrics = metrics
41
self.model_yaml_config = model_yaml_config
42
- # add cient socket variable cl_socket to be used for send_intermediate_predict_response
+ # add client socket variable cl_socket to be used for send_intermediate_predict_response
43
self.cl_socket = None
44
45
@property
0 commit comments