Internal

get/send-feedback

Query parameters

rewardnumber float
{
  "request": {
    "meta": {
      "tags": {
        "mytag": "myvalue"
      },
      "routing": {
        "router1": 1
      },
      "requestPath": {
        "classifier": "seldonio/mock_classifier:1.0"
      }
    }
  },
  "response": {
    "meta": {
      "tags": {
        "mytag": "myvalue"
      },
      "routing": {
        "router1": 1
      },
      "requestPath": {
        "classifier": "seldonio/mock_classifier:1.0"
      }
    }
  },
  "truth": {
    "meta": {
      "tags": {
        "mytag": "myvalue"
      },
      "routing": {
        "router1": 1
      },
      "requestPath": {
        "classifier": "seldonio/mock_classifier:1.0"
      }
    }
  }
}

Response

A successful response.

binDatastring byte
strDatastring

Example response

{
  "meta": {
    "tags": {
      "mytag": "myvalue"
    },
    "routing": {
      "router1": 1
    },
    "requestPath": {
      "classifier": "seldonio/mock_classifier:1.0"
    }
  }
}

Changes