Module Values_0.AIRecommendationComputeSpecSource

The compute resource specification for an AI recommendation job.

Sourcetype nonrec t = {
  1. instanceTypes : AIRecommendationInstanceTypeList.t option;
    (*

    The list of instance types to consider for recommendations. You can specify up to 3 instance types.

    *)
  2. capacityReservationConfig : AICapacityReservationConfig.t option;
    (*

    The capacity reservation configuration.

    *)
}
Sourceval make : ?instanceTypes:??? -> ?capacityReservationConfig:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t