Module Values_0.AICapacityReservationConfigSource

The capacity reservation configuration for an AI recommendation job.

Sourcetype nonrec t = {
  1. capacityReservationPreference : AICapacityReservationPreference.t option;
    (*

    The capacity reservation preference. The only valid value is capacity-reservations-only.

    *)
  2. mlReservationArns : AIMlReservationArnList.t option;
    (*

    The list of ML reservation ARNs to use.

    *)
}
Sourceval make : ?capacityReservationPreference:??? -> ?mlReservationArns:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of AIMlReservationArn.t ] 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