Skip to content
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

Return download model_path to AutoML endpoint #192

Merged
merged 2 commits into from
Feb 5, 2024

Conversation

Raymondtaoo
Copy link
Collaborator

Description of Changes

This pull request modifies the return type for the AutoML endpoint to use a FileResponse. When the endpoint is called, it now enables the user to directly download the .pickle or binary file located at the specified model_path.

Linked Issue

Closes #174

Screenshots

Testing AutoML endpoint
image

@Raymondtaoo Raymondtaoo added this to the Functional Endpoints milestone Feb 3, 2024
@Raymondtaoo Raymondtaoo self-assigned this Feb 3, 2024
@Raymondtaoo Raymondtaoo linked an issue Feb 3, 2024 that may be closed by this pull request
@Raymondtaoo Raymondtaoo changed the title add download model to automl endpoint Return download model_path to automl endpoint Feb 3, 2024
@Raymondtaoo Raymondtaoo changed the title Return download model_path to automl endpoint Return download model_path to autoML endpoint Feb 3, 2024
@Raymondtaoo Raymondtaoo changed the title Return download model_path to autoML endpoint Return download model_path to AutoML endpoint Feb 3, 2024
@rawanmahdi rawanmahdi merged commit 947bfe7 into main Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Download AutoML Model from Endpoint
2 participants