GoogleApi.Language.V1.Model.XPSTablesTrainResponse (google_api_language v0.16.3)
View SourceAttributes
-
modelStructure
(type:GoogleApi.Language.V1.Model.XPSTablesModelStructure.t
, default:nil
) - -
predictionSampleRows
(type:list(GoogleApi.Language.V1.Model.XPSRow.t)
, default:nil
) - Sample rows from the dataset this model was trained. -
tablesModelColumnInfo
(type:list(GoogleApi.Language.V1.Model.XPSTablesModelColumnInfo.t)
, default:nil
) - Output only. Auxiliary information for each of the input_feature_column_specs, with respect to this particular model. -
trainCostMilliNodeHours
(type:String.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V1.Model.XPSTablesTrainResponse{ modelStructure: GoogleApi.Language.V1.Model.XPSTablesModelStructure.t() | nil, predictionSampleRows: [GoogleApi.Language.V1.Model.XPSRow.t()] | nil, tablesModelColumnInfo: [GoogleApi.Language.V1.Model.XPSTablesModelColumnInfo.t()] | nil, trainCostMilliNodeHours: String.t() | nil }