Values_1.HyperParameterTuningJobCompletionDetailsSourceA structure that contains runtime information about both current and completed hyperparameter tuning jobs.
type nonrec t = {numberOfTrainingJobsObjectiveNotImproving : Values_0.Integer.t option;The number of training jobs launched by a tuning job that are not improving (1% or less) as measured by model performance evaluated against an objective function.
*)convergenceDetectedTime : Values_0.Timestamp.t option;The time in timestamp format that AMT detected model convergence, as defined by a lack of significant improvement over time based on criteria developed over a wide range of diverse benchmarking tests.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `Timestamp of Values_0.Timestamp.t ])
list ]