We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20885f7 commit 03bfe2dCopy full SHA for 03bfe2d
singlestoredb/management/inference_api.py
@@ -50,7 +50,7 @@ def from_start_response(cls, response: Dict[str, Any]) -> 'ModelOperationResult'
50
51
"""
52
return cls(
53
- name=response.get('modelID', ''),
+ name=response.get('modelName', ''),
54
status='Initializing',
55
hosting_platform=response.get('hostingPlatform', ''),
56
)
0 commit comments