BqmlTrainingRunTrainingOptions constructor
      
      BqmlTrainingRunTrainingOptions({})
     
    
    
Implementation
BqmlTrainingRunTrainingOptions({
  this.earlyStop,
  this.l1Reg,
  this.l2Reg,
  this.learnRate,
  this.learnRateStrategy,
  this.lineSearchInitLearnRate,
  this.maxIteration,
  this.minRelProgress,
  this.warmStart,
});