-
Type: Improvement
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: AI Nuxeo Services
-
Tags:
-
Sprint:nxAI Sprint 11.1.3
-
Story Points:3
We need to change the format of the call it Tensorflow to include the input type, and also handle categories. The proposed new format is :
{ "instances": [{ "image": { "type": "img", "b64": "aW1hZ2UgYnl0ZXM=" }, "dc:title": { "type": "txt", "text": "my title" }, "dc:created": { "type": "cat", "categories": ["4943920348"] } }] }
We should only call Tensorflow if all the input parameters are provided.