Upload Keras files
POST {{baseUrl}}/api/:projectId/training/keras/:learnId/files
Replace Keras block files with the contents of a zip. This is an internal API.
Request Body
[{"name"=>"zip", "value"=>nil, "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}