Internal

get/transform-input

Query parameters

binDatastring byte
strDatastring
{
  "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