Values_0.TuningJobCompletionCriteriaSourceThe job completion criteria.
type nonrec t = {targetObjectiveMetricValue : TargetObjectiveMetricValue.t option;The value of the objective metric.
*)bestObjectiveNotImproving : BestObjectiveNotImproving.t option;A flag to stop your hyperparameter tuning job if model performance fails to improve as evaluated against an objective function.
*)convergenceDetected : ConvergenceDetected.t option;A flag to top your hyperparameter tuning job if automatic model tuning (AMT) has detected that your model has converged as evaluated against your objective function.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Float of TargetObjectiveMetricValue.t
| `Structure of
(string
* [> `Enum of string
| `Integer of MaxNumberOfTrainingJobsNotImproving.t ])
list ])
list ]