Module Values.CapacityUnitsConfigurationSource

Sets additional capacity units configured for your rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the Rescore API. You can add and remove capacity units to fit your usage requirements.

Sourcetype nonrec t = {
  1. rescoreCapacityUnits : RescoreCapacityUnit.t;
    (*

    The amount of extra capacity for your rescore execution plan. A single extra capacity unit for a rescore execution plan provides 0.01 rescore requests per second. You can add up to 1000 extra capacity units.

    *)
}
Sourceval context_ : string
Sourceval make : rescoreCapacityUnits:RescoreCapacityUnit.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of RescoreCapacityUnit.t ]) 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