Show / Hide Table of Contents

Class BqmlIterationResult

Inheritance
object
BqmlIterationResult
Implements
IDirectResponseSchema
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 BqmlIterationResult : IDirectResponseSchema

Properties

DurationMs

Deprecated.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EvalLoss

Deprecated.

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

Index

Deprecated.

Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Type Description
int?

LearnRate

Deprecated.

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

TrainingLoss

Deprecated.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX