ai4os / DEEPaaS

A REST API to serve machine learning and deep learning models
https://deepaas.readthedocs.io
Apache License 2.0
34 stars 14 forks source link

#114 - fixed FileField json serialization error in train response #124

Closed Stifo closed 7 months ago

Stifo commented 8 months ago

Description

Replacing FileField in the return of build_train_response with a new JSON-serializable class UploadedFileInfo to fix the error. This is a similar approach to that of in pr

Fixes #114

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Tested with the demo_app, while a FileField arg has been added to the train schema.

Checklist: