Inference Container Properties Args
data class InferenceContainerPropertiesArgs(val livenessRoute: Output<RouteArgs>? = null, val readinessRoute: Output<RouteArgs>? = null, val scoringRoute: Output<RouteArgs>? = null, val startupRoute: Output<RouteArgs>? = null) : ConvertibleToJava<InferenceContainerPropertiesArgs>
Properties
Link copied to clipboard
The route to check the liveness of the inference server container.
Link copied to clipboard
The route to check the readiness of the inference server container.
Link copied to clipboard
The port to send the scoring requests to, within the inference server container.
Link copied to clipboard
The route to check the startup of the application in the container.