Values_1.RealTimeInferenceConfigSourceThe infrastructure configuration for deploying the model to a real-time inference endpoint.
type nonrec t = {instanceType : Values_0.ProductionVariantInstanceType.t;The instance type the model is deployed to.
*)instanceCount : TaskCount.t;The number of instances of the type specified by InstanceType.
*)}val make :
instanceType:Values_0.ProductionVariantInstanceType.t ->
instanceCount:TaskCount.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of TaskCount.t ]) list ]