Values_1.ModelInfrastructureConfigSourceThe configuration for the infrastructure that the model will be deployed to.
type nonrec t = {infrastructureType : ModelInfrastructureType.t;The inference option to which to deploy your model. Possible values are the following: RealTime: Deploy to real-time inference.
*)realTimeInferenceConfig : RealTimeInferenceConfig.t;The infrastructure configuration for deploying the model to real-time inference.
*)}val make :
infrastructureType:ModelInfrastructureType.t ->
realTimeInferenceConfig:RealTimeInferenceConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Enum of string | `Integer of TaskCount.t ]) list ])
list ]