InferenceComponentStartupParametersArgs

data class InferenceComponentStartupParametersArgs(val containerStartupHealthCheckTimeoutInSeconds: Output<Int>? = null, val modelDataDownloadTimeoutInSeconds: Output<Int>? = null) : ConvertibleToJava<InferenceComponentStartupParametersArgs>

Constructors

Link copied to clipboard
constructor(containerStartupHealthCheckTimeoutInSeconds: Output<Int>? = null, modelDataDownloadTimeoutInSeconds: Output<Int>? = null)

Properties

The timeout value, in seconds, for your inference container to pass health check by Amazon S3 Hosting. For more information about health check, see How Your Container Should Respond to Health Check (Ping) Requests .

Link copied to clipboard

The timeout value, in seconds, to download and extract the model that you want to host from Amazon S3 to the individual inference instance associated with this inference component.

Functions

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