Show / Hide Table of Contents

Class BqmlTrainingRun.TrainingOptionsData

Deprecated.

Inheritance
object
BqmlTrainingRun.TrainingOptionsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class BqmlTrainingRun.TrainingOptionsData

Properties

EarlyStop

Declaration
[JsonProperty("earlyStop")]
public virtual bool? EarlyStop { get; set; }
Property Value
Type Description
bool?

L1Reg

Declaration
[JsonProperty("l1Reg")]
public virtual double? L1Reg { get; set; }
Property Value
Type Description
double?

L2Reg

Declaration
[JsonProperty("l2Reg")]
public virtual double? L2Reg { get; set; }
Property Value
Type Description
double?

LearnRate

Declaration
[JsonProperty("learnRate")]
public virtual double? LearnRate { get; set; }
Property Value
Type Description
double?

LearnRateStrategy

Declaration
[JsonProperty("learnRateStrategy")]
public virtual string LearnRateStrategy { get; set; }
Property Value
Type Description
string

LineSearchInitLearnRate

Declaration
[JsonProperty("lineSearchInitLearnRate")]
public virtual double? LineSearchInitLearnRate { get; set; }
Property Value
Type Description
double?

MaxIteration

Declaration
[JsonProperty("maxIteration")]
public virtual long? MaxIteration { get; set; }
Property Value
Type Description
long?

MinRelProgress

Declaration
[JsonProperty("minRelProgress")]
public virtual double? MinRelProgress { get; set; }
Property Value
Type Description
double?

WarmStart

Declaration
[JsonProperty("warmStart")]
public virtual bool? WarmStart { get; set; }
Property Value
Type Description
bool?
In this article
Back to top Generated by DocFX