Skip to content

Commit 20885f7

Browse files
debug issue commit
1 parent 583300e commit 20885f7

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('modelName', ''),
53+
name=response.get('modelID', ''),
5454
status='Initializing',
5555
hosting_platform=response.get('hostingPlatform', ''),
5656
)

0 commit comments

Comments
 (0)