Values_0.AutoParameterSourceThe 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.
type nonrec t = {name : ParameterKey.t;The name of the hyperparameter to optimize using Autotune.
*)valueHint : ParameterValue.t;An example value of the hyperparameter to optimize using Autotune.
*)}