We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e678f9 commit 386a65dCopy full SHA for 386a65d
python/hsml/predictor.py
@@ -308,7 +308,7 @@ def to_dict(self):
308
"servingTool": self._serving_tool,
309
"predictor": self._script_file,
310
"apiProtocol": self._api_protocol,
311
- "project_namespace": self._project_namespace,
+ "projectNamespace": self._project_namespace,
312
}
313
if self.environment is not None:
314
json = {**json, **{"environmentDTO": {"name": self._environment}}}
0 commit comments