Closed trkks closed 1 year ago
> ...
"schema": { "type": "object", "properties": { "file/to/manipulate.jpeg": { "type": "string", "contentMediaType": "image/png", "contentEncoding": "base64" } } } ...
"schema": { "type": "object", "properties": { "file/to/manipulate.jpeg": { "type": "string", "contentMediaType": "image/png", "contentEncoding": "base64" } } }
...
Will add some "stage": "deployment" | "execution" field to the description as well, to indicate if the file is expected at deployment or execution time to prevent reloading e.g. a model file on every run.
"stage": "deployment" | "execution"
Originally posted by @trkks in https://github.com/LiquidAI-project/wasmiot-supervisor/issues/23#issuecomment-1777708784
Will add some
"stage": "deployment" | "execution"
field to the description as well, to indicate if the file is expected at deployment or execution time to prevent reloading e.g. a model file on every run.Originally posted by @trkks in https://github.com/LiquidAI-project/wasmiot-supervisor/issues/23#issuecomment-1777708784