Module Values_0.AutoParameterSource

The name and an example value of the hyperparameter that you want to use in Autotune. If Automatic model tuning (AMT) determines that your hyperparameter is eligible for Autotune, an optimal hyperparameter range is selected for you.

Sourcetype nonrec t = {
  1. name : ParameterKey.t;
    (*

    The name of the hyperparameter to optimize using Autotune.

    *)
  2. valueHint : ParameterValue.t;
    (*

    An example value of the hyperparameter to optimize using Autotune.

    *)
}
Sourceval context_ : string
Sourceval make : name:ParameterKey.t -> valueHint:ParameterValue.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ParameterKey.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