Compartir a través de


TableVerticalLimitSettings interface

Job execution constraints.

Properties

enableEarlyTermination

Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations.

exitScore

Exit score for the AutoML job.

maxConcurrentTrials

Maximum Concurrent iterations.

maxCoresPerTrial

Max cores per iteration.

maxTrials

Number of iterations.

timeout

AutoML job timeout.

trialTimeout

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