githubEdit

Example Helm Deployments

predictor with canary

Setup Seldon Core

Use the setup notebook to Setup Cluster with Ambassador Ingress and Install Seldon Core.

Serve Single Model

Get predictions

REST Request

Response: {'data': {'names': ['proba'], 'tensor': {'shape': [1, 1], 'values': [0.05335370865277927]}}, 'meta': {}}

GRPC Request

Serve REST AB Test

Get predictions

REST Request

Response: {'data': {'names': ['proba'], 'tensor': {'shape': [1, 1], 'values': [0.11299965170860979]}}, 'meta': {}}

gRPC Request

Serve REST Multi-Armed Bandit

Get predictions

REST Request

Response: {'data': {'names': ['proba'], 'tensor': {'shape': [1, 1], 'values': [0.05643175042558145]}}, 'meta': {}}

gRPC Request

Last updated

Was this helpful?