Values_1.InferenceComponentRuntimeConfigSourceRuntime settings for a model that is deployed with an inference component.
type nonrec t = {copyCount : InferenceComponentCopyCount.t;The number of runtime copies of the model container to deploy with the inference component. Each copy can serve inference requests.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of InferenceComponentCopyCount.t ]) list ]