We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2af76 commit c236ea7Copy full SHA for c236ea7
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