Values_1.InstancePoolSummarySourceA summary of an instance pool for a production variant, including the instance type and the current number of instances.
type nonrec t = {instanceType : Values_0.ProductionVariantInstanceType.t option;The ML compute instance type for the instance pool.
*)currentInstanceCount : TaskCount.t option;The current number of instances of this type in the instance pool.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of TaskCount.t ]) list ]