Values_0.AIRecommendationComputeSpecSourceThe compute resource specification for an AI recommendation job.
type nonrec t = {instanceTypes : AIRecommendationInstanceTypeList.t option;The list of instance types to consider for recommendations. You can specify up to 3 instance types.
*)capacityReservationConfig : AICapacityReservationConfig.t option;The capacity reservation configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of AIMlReservationArn.t ] list ])
list ])
list ]