Skip to content

Commit 03bfe2d

Browse files
response changes
1 parent 20885f7 commit 03bfe2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlestoredb/management/inference_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def from_start_response(cls, response: Dict[str, Any]) -> 'ModelOperationResult'
5050
5151
"""
5252
return cls(
53-
name=response.get('modelID', ''),
53+
name=response.get('modelName', ''),
5454
status='Initializing',
5555
hosting_platform=response.get('hostingPlatform', ''),
5656
)

0 commit comments

Comments
 (0)