TableVerticalLimitSettingsResponse

data class TableVerticalLimitSettingsResponse(val enableEarlyTermination: Boolean? = null, val exitScore: Double? = null, val maxConcurrentTrials: Int? = null, val maxCoresPerTrial: Int? = null, val maxTrials: Int? = null, val timeout: String? = null, val trialTimeout: String? = null)

Job execution constraints.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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: Double? = null

Exit score for the AutoML job.

Link copied to clipboard

Maximum Concurrent iterations.

Link copied to clipboard
val maxCoresPerTrial: Int? = null

Max cores per iteration.

Link copied to clipboard
val maxTrials: Int? = null

Number of iterations.

Link copied to clipboard
val timeout: String? = null

AutoML job timeout.

Link copied to clipboard
val trialTimeout: String? = null

Iteration timeout.