TableVerticalLimitSettingsArgs

data class TableVerticalLimitSettingsArgs(val enableEarlyTermination: Output<Boolean>? = null, val exitScore: Output<Double>? = null, val maxConcurrentTrials: Output<Int>? = null, val maxCoresPerTrial: Output<Int>? = null, val maxTrials: Output<Int>? = null, val timeout: Output<String>? = null, val trialTimeout: Output<String>? = null) : ConvertibleToJava<TableVerticalLimitSettingsArgs>

Job execution constraints.

Constructors

Link copied to clipboard
constructor(enableEarlyTermination: Output<Boolean>? = null, exitScore: Output<Double>? = null, maxConcurrentTrials: Output<Int>? = null, maxCoresPerTrial: Output<Int>? = null, maxTrials: Output<Int>? = null, timeout: Output<String>? = null, trialTimeout: Output<String>? = null)

Properties

Link copied to clipboard
val enableEarlyTermination: Output<Boolean>? = null

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

Link copied to clipboard
val exitScore: Output<Double>? = null

Exit score for the AutoML job.

Link copied to clipboard
val maxConcurrentTrials: Output<Int>? = null

Maximum Concurrent iterations.

Link copied to clipboard
val maxCoresPerTrial: Output<Int>? = null

Max cores per iteration.

Link copied to clipboard
val maxTrials: Output<Int>? = null

Number of iterations.

Link copied to clipboard
val timeout: Output<String>? = null

AutoML job timeout.

Link copied to clipboard
val trialTimeout: Output<String>? = null

Iteration timeout.

Functions

Link copied to clipboard
open override fun toJava(): TableVerticalLimitSettingsArgs