Values.HPOConfigSourceDescribes the properties for hyperparameter optimization (HPO).
type nonrec t = {hpoObjective : HPOObjective.t option;The metric to optimize during HPO. Amazon Personalize doesn't support configuring the hpoObjective at this time.
*)hpoResourceConfig : HPOResourceConfig.t option;Describes the resource configuration for HPO.
*)algorithmHyperParameterRanges : HyperParameterRanges.t option;The hyperparameters and their allowable ranges.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of ContinuousMinValue.t
| `Integer of IntegerMinValue.t
| `List of
[> `String of CategoricalValue.t ] list
| `String of ParameterName.t ])
list ]
list
| `String of HPOObjectiveType.t ])
list ])
list ]