BqmlTrainingRunTrainingOptions

gcp4s.bigquery.model.BqmlTrainingRunTrainingOptions
final case class BqmlTrainingRunTrainingOptions(l1Reg: Option[Double], warmStart: Option[Boolean], maxIteration: Option[Long], learnRateStrategy: Option[String], learnRate: Option[Double], earlyStop: Option[Boolean], l2Reg: Option[Double], minRelProgress: Option[Double], lineSearchInitLearnRate: Option[Double])

Attributes

Source:
BqmlTrainingRunTrainingOptions.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product