create_inference_service
Create a KServe InferenceService custom resource to deploy a machine learning model for inference on OpenShift. Requires model format and storage URI.
Instructions
Create a KServe InferenceService CR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| cluster | No | ||
| namespace | Yes | ||
| storage_uri | Yes | ||
| min_replicas | No | ||
| model_format | Yes | ||
| serving_runtime | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |