Skip to content

Commit

Permalink
[SPT-737] updated training method getStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
Marina Fedyantceva committed Nov 15, 2024
1 parent 738fbde commit 32ef333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/BaseServiceClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ class BaseServiceClient {
if (err) {
reject(err);
} else {
resolve(response);
const modelStatus = response.getStatus();
resolve(modelStatus);
}
}
);
Expand Down

0 comments on commit 32ef333

Please sign in to comment.