Show / Hide Table of Contents

Class XPSTablesTrainingOperationMetadata

Inheritance
object
XPSTablesTrainingOperationMetadata
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.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSTablesTrainingOperationMetadata : IDirectResponseSchema

Properties

CreateModelStage

Current stage of creating model.

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

ETag

The ETag of the item.

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

OptimizationObjective

The optimization objective for model.

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

TopTrials

This field is for training. When the operation is terminated successfully, AutoML Backend post this field to operation metadata in spanner. If the metadata has no trials returned, the training operation is supposed to be a failure.

Declaration
[JsonProperty("topTrials")]
public virtual IList<XPSTuningTrial> TopTrials { get; set; }
Property Value
Type Description
IList<XPSTuningTrial>

TrainBudgetMilliNodeHours

Creating model budget.

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

TrainingObjectivePoints

This field records the training objective value with respect to time, giving insight into how the model architecture search is performing as training time elapses.

Declaration
[JsonProperty("trainingObjectivePoints")]
public virtual IList<XPSTrainingObjectivePoint> TrainingObjectivePoints { get; set; }
Property Value
Type Description
IList<XPSTrainingObjectivePoint>

TrainingStartTime

object representation of TrainingStartTimeRaw.

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

TrainingStartTimeDateTimeOffset

DateTimeOffset representation of TrainingStartTimeRaw.

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

TrainingStartTimeRaw

Timestamp when training process starts.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX