GoogleApi.Language.V2.Model.XPSTablesDatasetMetadata (google_api_language v0.16.3)

View Source

Metadata for a dataset used for AutoML Tables.

Attributes

  • mlUseColumnId (type: integer(), default: nil) - Id the column to split the table.
  • primaryTableSpec (type: GoogleApi.Language.V2.Model.XPSTableSpec.t, default: nil) - Primary table.
  • targetColumnCorrelations (type: %{optional(String.t) => GoogleApi.Language.V2.Model.XPSCorrelationStats.t}, default: nil) - (the column id : its CorrelationStats with target column).
  • targetColumnId (type: integer(), default: nil) - Id of the primary table column that should be used as the training label.
  • weightColumnId (type: integer(), default: nil) - Id of the primary table column that should be used as the weight column.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V2.Model.XPSTablesDatasetMetadata{
  mlUseColumnId: integer() | nil,
  primaryTableSpec: GoogleApi.Language.V2.Model.XPSTableSpec.t() | nil,
  targetColumnCorrelations:
    %{
      optional(String.t()) =>
        GoogleApi.Language.V2.Model.XPSCorrelationStats.t()
    }
    | nil,
  targetColumnId: integer() | nil,
  weightColumnId: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.