Class XPSTablesTrainResponse
Inheritance
XPSTablesTrainResponse
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSTablesTrainResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ModelStructure
Declaration
[JsonProperty("modelStructure")]
public virtual XPSTablesModelStructure ModelStructure { get; set; }
Property Value
PredictionSampleRows
Sample rows from the dataset this model was trained.
Declaration
[JsonProperty("predictionSampleRows")]
public virtual IList<XPSRow> PredictionSampleRows { get; set; }
Property Value
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
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
Implements