Module Values_0.RetryStrategySource

The retry strategy to use when a training job fails due to an InternalServerError. RetryStrategy is specified as part of the CreateTrainingJob and CreateHyperParameterTuningJob requests. You can add the StoppingCondition parameter to the request to limit the training time for the complete job.

Sourcetype nonrec t = {
  1. maximumRetryAttempts : MaximumRetryAttempts.t;
    (*

    The number of times to retry the job. When the job is retried, it's SecondaryStatus is changed to STARTING.

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