Module Values_0.ConvergenceDetectedSource

A flag to indicating that automatic model tuning (AMT) has detected model convergence, defined as a lack of significant improvement (1% or less) against an objective metric.

Sourcetype nonrec t = {
  1. completeOnConvergence : CompleteOnConvergence.t option;
    (*

    A flag to stop a tuning job once AMT has detected that the job has converged.

    *)
}
Sourceval make : ?completeOnConvergence:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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