Skip to content

Commit 386a65d

Browse files
committed
[HWORKS-1421][APPEND] should be camelCase in Predictor.to_dict()
1 parent 4e678f9 commit 386a65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/hsml/predictor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def to_dict(self):
308308
"servingTool": self._serving_tool,
309309
"predictor": self._script_file,
310310
"apiProtocol": self._api_protocol,
311-
"project_namespace": self._project_namespace,
311+
"projectNamespace": self._project_namespace,
312312
}
313313
if self.environment is not None:
314314
json = {**json, **{"environmentDTO": {"name": self._environment}}}

0 commit comments

Comments
 (0)