Module Values_0.BestObjectiveNotImprovingSource

A structure that keeps track of which training jobs launched by your hyperparameter tuning job are not improving model performance as evaluated against an objective function.

Sourcetype nonrec t = {
  1. maxNumberOfTrainingJobsNotImproving : MaxNumberOfTrainingJobsNotImproving.t option;
    (*

    The number of training jobs that have failed to improve model performance by 1% or greater over prior training jobs as evaluated against an objective function.

    *)
}
Sourceval make : ?maxNumberOfTrainingJobsNotImproving:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxNumberOfTrainingJobsNotImproving.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