Values_0.AIRecommendationInstanceDetailSourceInstance details for a recommendation.
type nonrec t = {instanceType : AIRecommendationInstanceType.t option;The recommended instance type.
*)instanceCount : AIRecommendationInstanceCount.t option;The recommended number of instances.
*)copyCountPerInstance : AIRecommendationCopyCountPerInstance.t option;The number of model copies per instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Integer of AIRecommendationInstanceCount.t ])
list ]