Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Upload model after finishing training #826
feat: Upload model after finishing training #826
Changes from all commits
550f17e
82009f9
17dd4c2
7ba6d8a
528289c
7216578
e8a3b9a
9da876d
4cf3a2e
0b7462c
e1bc4d9
3ae5f36
c7a5b23
5026974
7f542a3
f57bdb9
8446fcd
ff0e0d3
fb39a55
01fb601
7e4b063
e29bf6a
31d46ee
ba6883e
a7d7fee
e3be4a4
8a18f8a
b392d71
3105437
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 906 in dataquality/clients/api.py
dataquality/clients/api.py#L906
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why does it update the status to complete?
also what does it return, the model or a presigned url to download it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since we don't know on the backend when a minio upload is completed we update it every time we get the model and if the filename is not saved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so what status is it updating, the job status?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just the upload is completed. at first it's the put link, once it's put we will pull the download link from minio and add it to the entry
Check warning on line 919 in dataquality/clients/api.py
dataquality/clients/api.py#L919
Check warning on line 105 in dataquality/core/finish.py
dataquality/core/finish.py#L103-L105
Check warning on line 33 in dataquality/utils/upload_model.py
dataquality/utils/upload_model.py#L31-L33
Check warning on line 46 in dataquality/utils/upload_model.py
dataquality/utils/upload_model.py#L44-L46
Check warning on line 58 in dataquality/utils/upload_model.py
dataquality/utils/upload_model.py#L53-L58