BqmlTrainingRunTrainingOptionsResponse

data class BqmlTrainingRunTrainingOptionsResponse(val earlyStop: Boolean, val l1Reg: Double, val l2Reg: Double, val learnRate: Double, val learnRateStrategy: String, val lineSearchInitLearnRate: Double, val maxIteration: String, val minRelProgress: Double, val warmStart: Boolean)

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
constructor(earlyStop: Boolean, l1Reg: Double, l2Reg: Double, learnRate: Double, learnRateStrategy: String, lineSearchInitLearnRate: Double, maxIteration: String, minRelProgress: Double, warmStart: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard