Batch Inference examples (local)
Batch Inference examples (local) in Seldon Core 2.
Setup
Deploy Models and Pipelines
cd samples/Deploy the Iris Model
cat models/sklearn-iris-gs.yamlapiVersion: mlops.seldon.io/v1alpha1
kind: Model
metadata:
name: iris
spec:
storageUri: "gs://seldon-models/mlserver/iris"
requirements:
- sklearn
memory: 100KiDeploy the Iris Pipeline
Deploy the Tensorflow Model
Deploy the Tensorflow Pipeline
Check Model and Pipeline Status
Test Predictions
Scikit-learn Model
Scikit-learn Pipeline
Tensorflow Model
Tensorflow Pipeline
Running the Scikit-Learn Batch Job
Iris Model
Checking the Output
Iris Pipeline
Checking the Output
Running the Tensorflow Batch Job
Tensorflow Model
Checking the Output
Tensorflow Pipeline
Checking the Output
Cleaning Up
Last updated
Was this helpful?

