Show / Hide Table of Contents

Class BqmlTrainingRun

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

Properties

ETag

The ETag of the item.

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

IterationResults

Deprecated.

Declaration
[JsonProperty("iterationResults")]
public virtual IList<BqmlIterationResult> IterationResults { get; set; }
Property Value
Type Description
IList<BqmlIterationResult>

StartTime

DateTime representation of StartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual DateTime? StartTime { get; set; }
Property Value
Type Description
DateTime?

StartTimeDateTimeOffset

DateTimeOffset representation of StartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartTimeRaw

Deprecated.

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

State

Deprecated.

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

TrainingOptions

Deprecated.

Declaration
[JsonProperty("trainingOptions")]
public virtual BqmlTrainingRun.TrainingOptionsData TrainingOptions { get; set; }
Property Value
Type Description
BqmlTrainingRun.TrainingOptionsData

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX