Show / Hide Table of Contents

Class XPSTablesTrainResponse

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

Properties

ETag

The ETag of the item.

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

ModelStructure

Declaration
[JsonProperty("modelStructure")]
public virtual XPSTablesModelStructure ModelStructure { get; set; }
Property Value
Type Description
XPSTablesModelStructure

PredictionSampleRows

Sample rows from the dataset this model was trained.

Declaration
[JsonProperty("predictionSampleRows")]
public virtual IList<XPSRow> PredictionSampleRows { get; set; }
Property Value
Type Description
IList<XPSRow>

TablesModelColumnInfo

Output only. Auxiliary information for each of the input_feature_column_specs, with respect to this particular model.

Declaration
[JsonProperty("tablesModelColumnInfo")]
public virtual IList<XPSTablesModelColumnInfo> TablesModelColumnInfo { get; set; }
Property Value
Type Description
IList<XPSTablesModelColumnInfo>

TrainCostMilliNodeHours

The actual training cost of the model, expressed in milli node hours, i.e. 1,000 value in this field means 1 node hour. Guaranteed to not exceed the train budget.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX