Module Values_1.InferenceComponentStartupParametersSource

Settings that take effect while the model container starts up.

Sourcetype nonrec t = {
  1. modelDataDownloadTimeoutInSeconds : Values_0.ProductionVariantModelDataDownloadTimeoutInSeconds.t option;
    (*

    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.

    *)
  2. containerStartupHealthCheckTimeoutInSeconds : Values_0.ProductionVariantContainerStartupHealthCheckTimeoutInSeconds.t option;
    (*

    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.

    *)
}
Sourceval make : ?modelDataDownloadTimeoutInSeconds:??? -> ?containerStartupHealthCheckTimeoutInSeconds:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.ProductionVariantModelDataDownloadTimeoutInSeconds.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t