Values_2.UpdateInferenceComponentRuntimeConfigInputSourceRuntime settings for a model that is deployed with an inference component.
type nonrec t = {inferenceComponentName : Values_1.InferenceComponentName.t;The name of the inference component to update.
*)desiredRuntimeConfig : Values_1.InferenceComponentRuntimeConfig.t;Runtime settings for a model that is deployed with an inference component.
*)}val make :
inferenceComponentName:Values_1.InferenceComponentName.t ->
desiredRuntimeConfig:Values_1.InferenceComponentRuntimeConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_1.InferenceComponentName.t
| `Structure of (string * [> `Integer of int ]) list ])
list ]