Values_1.RealTimeInferenceRecommendationSourceThe recommended configuration to use for Real-Time Inference.
type nonrec t = {recommendationId : Values_0.String_.t option;The recommendation ID which uniquely identifies each recommendation.
*)instanceType : Values_0.ProductionVariantInstanceType.t option;The recommended instance type for Real-Time Inference.
*)environment : Values_0.EnvironmentMap.t option;The recommended environment variables to set in the model container for Real-Time Inference.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.String_.t ])
list ]