View Source GoogleApi.Language.V2.Model.XPSTablesTrainResponse (google_api_language v0.15.0)

Attributes

  • modelStructure (type: GoogleApi.Language.V2.Model.XPSTablesModelStructure.t, default: nil) -
  • predictionSampleRows (type: list(GoogleApi.Language.V2.Model.XPSRow.t), default: nil) - Sample rows from the dataset this model was trained.
  • tablesModelColumnInfo (type: list(GoogleApi.Language.V2.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.V2.Model.XPSTablesTrainResponse{
  modelStructure: GoogleApi.Language.V2.Model.XPSTablesModelStructure.t() | nil,
  predictionSampleRows: [GoogleApi.Language.V2.Model.XPSRow.t()] | nil,
  tablesModelColumnInfo:
    [GoogleApi.Language.V2.Model.XPSTablesModelColumnInfo.t()] | nil,
  trainCostMilliNodeHours: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.