InferenceContainerProperties interface
Properties
liveness |
The route to check the liveness of the inference server container. |
readiness |
The route to check the readiness of the inference server container. |
scoring |
The port to send the scoring requests to, within the inference server container. |
Property Details
livenessRoute
The route to check the liveness of the inference server container.
livenessRoute?: Route
Property Value
readinessRoute
The route to check the readiness of the inference server container.
readinessRoute?: Route
Property Value
scoringRoute
The port to send the scoring requests to, within the inference server container.
scoringRoute?: Route