ExperimentSettings.MaxExperimentTimeInSeconds Property

Definition

Maximum time in seconds the experiment is allowed to run.

public uint MaxExperimentTimeInSeconds { get; set; }
member this.MaxExperimentTimeInSeconds : uint32 with get, set
Public Property MaxExperimentTimeInSeconds As UInteger

Property Value

The default value is 86,400, the number of seconds in one day.

Remarks

An experiment may run for longer than . This is because once AutoML starts training an ML.NET model, AutoML lets the model train to completion. For instance, if the first model AutoML trains takes 4 hours, and the second model trained takes 5 hours, but was the number of seconds in 6 hours, the experiment will run for 4 + 5 = 9 hours (not 6 hours).

Applies to