Module Values.InferenceConfigSource

Configuration settings for inference behavior of the recommender.

Sourcetype nonrec t = {
  1. minProvisionedTPS : InferenceConfigMinProvisionedTPSInteger.t option;
    (*

    The minimum provisioned transactions per second (TPS) that the recommender supports. The default value is 1. A high MinProvisionedTPS will increase your cost.

    *)
}
Sourceval make : ?minProvisionedTPS:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of InferenceConfigMinProvisionedTPSInteger.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