Values.InferenceResourceConfigSourceDefines the resources used to perform model inference.
type nonrec t = {instanceType : InferenceInstanceType.t;The type of instance that is used to perform model inference.
*)instanceCount : InferenceResourceConfigInstanceCountInteger.t option;The number of instances to use.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of InferenceResourceConfigInstanceCountInteger.t ])
list ]