Seldon · Example Payload

Seldon Deployment Canary Example

Example SeldonDeployment with a canary deployment strategy splitting traffic 90/10 between stable and canary predictors

MLOpsMachine-LearningModel ServingInferenceKubernetesAI OperationsDrift DetectionExplainabilityCanary DeploymentA/B TestingLLMOps

Seldon Deployment Canary Example is an example object payload from Seldon, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionrequestresponse

Example Payload

Raw ↑
{
  "description": "Example SeldonDeployment with a canary deployment strategy splitting traffic 90/10 between stable and canary predictors",
  "request": {
    "method": "POST",
    "url": "http://seldon-deploy/seldon-deploy/api/v1alpha1/namespaces/production/seldondeployments",
    "headers": {
      "Content-Type": "application/json",
      "Authorization": "Bearer <oidc-token>"
    },
    "body": {
      "apiVersion": "machinelearning.seldon.io/v1",
      "kind": "SeldonDeployment",
      "metadata": {
        "name": "iris-canary",
        "namespace": "production"
      },
      "spec": {
        "name": "iris-canary",
        "predictors": [
          {
            "name": "stable",
            "traffic": 90,
            "replicas": 2,
            "graph": {
              "name": "classifier",
              "type": "MODEL",
              "implementation": "SKLEARN_SERVER",
              "modelUri": "gs://seldon-models/iris/v1"
            }
          },
          {
            "name": "canary",
            "traffic": 10,
            "replicas": 1,
            "graph": {
              "name": "classifier",
              "type": "MODEL",
              "implementation": "SKLEARN_SERVER",
              "modelUri": "gs://seldon-models/iris/v2"
            }
          }
        ]
      }
    }
  },
  "response": {
    "status": 201,
    "body": {
      "apiVersion": "machinelearning.seldon.io/v1",
      "kind": "SeldonDeployment",
      "metadata": {
        "name": "iris-canary",
        "namespace": "production"
      },
      "status": {
        "state": "Creating"
      }
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/seldon-deployment-canary-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.