Uploaded image for project: 'Nuxeo AI Core'
  1. Nuxeo AI Core
  2. AICORE-262

Pass Tensorflow serving params when calling a model

    XMLWordPrintable

    Details

    • Tags:
    • Sprint:
      nxAI Sprint 11.1.3
    • Story Points:
      3

      Description

      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.

       

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 4 days
                4d