External Ambassador API

post/seldon/{namespace}/{deployment}/api/v1.0/predictions

Path parameters

namespacestring required
deploymentstring required

Request body

binDatastring byte
strDatastring

Example request

{
  "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