InferenceContainerPropertiesArgs

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>

Constructors

Link copied to clipboard
constructor(livenessRoute: Output<RouteArgs>? = null, readinessRoute: Output<RouteArgs>? = null, scoringRoute: Output<RouteArgs>? = null, startupRoute: Output<RouteArgs>? = null)

Properties

Link copied to clipboard
val livenessRoute: Output<RouteArgs>? = null

The route to check the liveness of the inference server container.

Link copied to clipboard
val readinessRoute: Output<RouteArgs>? = null

The route to check the readiness of the inference server container.

Link copied to clipboard
val scoringRoute: Output<RouteArgs>? = null

The port to send the scoring requests to, within the inference server container.

Link copied to clipboard
val startupRoute: Output<RouteArgs>? = null

The route to check the startup of the application in the container.

Functions

Link copied to clipboard
open override fun toJava(): InferenceContainerPropertiesArgs