TableVerticalLimitSettings interface
Job execution constraints.
Properties
enable |
Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations. |
exit |
Exit score for the AutoML job. |
max |
Maximum Concurrent iterations. |
max |
Max cores per iteration. |
max |
Number of iterations. |
timeout | AutoML job timeout. |
trial |
Iteration timeout. |
Property Details
enableEarlyTermination
Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations.
enableEarlyTermination?: boolean
Property Value
boolean
exitScore
Exit score for the AutoML job.
exitScore?: number
Property Value
number
maxConcurrentTrials
Maximum Concurrent iterations.
maxConcurrentTrials?: number
Property Value
number
maxCoresPerTrial
Max cores per iteration.
maxCoresPerTrial?: number
Property Value
number
maxTrials
Number of iterations.
maxTrials?: number
Property Value
number
timeout
AutoML job timeout.
timeout?: string
Property Value
string
trialTimeout
Iteration timeout.
trialTimeout?: string
Property Value
string