BqmlTrainingRunTrainingOptionsArgs

data class BqmlTrainingRunTrainingOptionsArgs(val earlyStop: Output<Boolean>? = null, val l1Reg: Output<Double>? = null, val l2Reg: Output<Double>? = null, val learnRate: Output<Double>? = null, val learnRateStrategy: Output<String>? = null, val lineSearchInitLearnRate: Output<Double>? = null, val maxIteration: Output<String>? = null, val minRelProgress: Output<Double>? = null, val warmStart: Output<Boolean>? = null) : ConvertibleToJava<BqmlTrainingRunTrainingOptionsArgs>

Output-only, Beta Training options used by this training run. These options are mutable for subsequent training runs. Default values are explicitly stored for options not specified in the input query of the first training run. For subsequent training runs, any option not explicitly specified in the input query will be copied from the previous training run.

Constructors

Link copied to clipboard
fun BqmlTrainingRunTrainingOptionsArgs(earlyStop: Output<Boolean>? = null, l1Reg: Output<Double>? = null, l2Reg: Output<Double>? = null, learnRate: Output<Double>? = null, learnRateStrategy: Output<String>? = null, lineSearchInitLearnRate: Output<Double>? = null, maxIteration: Output<String>? = null, minRelProgress: Output<Double>? = null, warmStart: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val earlyStop: Output<Boolean>? = null
Link copied to clipboard
val l1Reg: Output<Double>? = null
Link copied to clipboard
val l2Reg: Output<Double>? = null
Link copied to clipboard
val learnRate: Output<Double>? = null
Link copied to clipboard
val learnRateStrategy: Output<String>? = null
Link copied to clipboard
val lineSearchInitLearnRate: Output<Double>? = null
Link copied to clipboard
val maxIteration: Output<String>? = null
Link copied to clipboard
val minRelProgress: Output<Double>? = null
Link copied to clipboard
val warmStart: Output<Boolean>? = null